Skip to content

Can't finish download of any big file #5390

@radistmorse

Description

@radistmorse

I use nextcloud 12 which I just updated from OC 8 ( -> NC9 -> NC10 -> NC11 -> NC12).

I can't finish download of any folder (as zip archive) or any large file through normal web. The files I use are on external local mounts. Previously, right after the download failed, I saw an error in logs, identical to the one described in issue #1166, but after I applied the patch owncloud/core#26939 the error disappeared. Now the download just fails silently, without any errors.

My test folder is 3.4 GB large, containing ~200 files, and my test file is a 4.8 GB large. The download fails 15-30 seconds in, which corresponds to 30-60 MBs.

Operating system:
Debian Jessie
Web server:
nginx 1.10
Database:
MySQL 5.6
PHP version:
fpm 7
Nextcloud version: (see Nextcloud admin page)
12.0

List of activated apps:
Enabled:

  • admin_audit: 1.2.0
  • bruteforcesettings: 1.0.2
  • comments: 1.2.0
  • dav: 1.3.0
  • federatedfilesharing: 1.2.0
  • federation: 1.2.0
  • files: 1.7.2
  • files_external: 1.3.0
  • files_videoplayer: 1.1.0
  • logreader: 2.0.0
  • lookup_server_connector: 1.0.0
  • nextcloud_announcements: 1.1
  • notifications: 2.0.0
  • oauth2: 1.0.5
  • password_policy: 1.2.2
  • provisioning_api: 1.2.0
  • serverinfo: 1.2.0
  • sharebymail: 1.2.0
  • survey_client: 1.0.0
  • systemtags: 1.2.0
  • theming: 1.3.0
  • twofactor_backupcodes: 1.1.1
  • updatenotification: 1.2.0
  • workflowengine: 1.2.0
    Disabled:
  • activity
  • encryption
  • files_pdfviewer
  • files_sharing
  • files_texteditor
  • files_trashbin
  • files_versions
  • firstrunwizard
  • gallery
  • user_external
  • user_ldap

Nextcloud configuration:
{
"system": {
"instanceid": "oc06764c673f",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"example.com",
"192.168.10.2"
],
"datadirectory": "/usr/share/nginx/html/nextcloud/data",
"dbtype": "mysql",
"version": "12.0.0.29",
"dbname": "owncloudbase",
"dbhost": "localhost",
"dbtableprefix": "oc_",
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"installed": true,
"forcessl": true,
"loglevel": 0,
"theme": "",
"maintenance": false,
"secret": "REMOVED SENSITIVE VALUE",
"updater.release.channel": "stable",
"memcache.local": "\OC\Memcache\APCu"
}
}
Are you using external storage, if yes which one: local and nfs4-mounted local
Are you using encryption: no
Are you using an external user-backend, if yes which one: no

Client configuration

Browser: firefox 53
Operating system: fedora 25

Logs

Web server error log

nothing unusual

Nextcloud log (data/nextcloud.log)

no errors whatsoever. that's the whole point.

Browser log

just instant "download failed". the moment ago it was downloading with the speed of several MBs, and then - fail.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions