-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Description
Steps to reproduce
- locally edit a previously synced file (first upload seems to work)
- wait for sync client do upload changes
- conflict happens
Expected behaviour
changed file should be uploaded, no additional files should be generated locally
Actual behaviour
locally: the new version gets renamed to ..._conflict... and the original version of the file gets restored
server: nothing changes, error about file being locked
Server configuration
Operating system:
debian testing
Web server:
apache 2.4.23-4
Database:
mysql Ver 14.14 Distrib 5.6.30, for debian-linux-gnu (x86_64) using EditLine wrapper
PHP version:
PHP 7.0.10-1 (cli) ( NTS )
Nextcloud version: (see Nextcloud admin page)
Nextcloud 11.0.0 (stable)
Updated from an older Nextcloud/ownCloud or fresh install:
updated from RC1 (problems since RC1)
Where did you install Nextcloud from:
from tar then updated via updater
Signing status:
Signing status
No errors have been found.List of activated apps:
App list
Enabled: - activity: 2.4.1 - admin_audit: 1.1.0 - audioplayer: 1.4.0 - calendar: 1.4.1 - comments: 1.1.0 - contacts: 1.5.2 - dav: 1.1.1 - federatedfilesharing: 1.1.1 - federation: 1.1.1 - files: 1.6.1 - files_accesscontrol: 1.1.2 - files_external: 1.1.2 - files_pdfviewer: 1.0.1 - files_sharing: 1.1.1 - files_texteditor: 2.2 - files_trashbin: 1.1.0 - files_versions: 1.4.0 - files_videoplayer: 1.0.0 - firstrunwizard: 2.0 - gallery: 16.0.0 - logreader: 2.0.0 - lookup_server_connector: 1.0.0 - mail: 0.6.2 - news: 10.1.0 - nextant: 1.0.1 - nextcloud_announcements: 1.0 - notes: 2.1.0 - notifications: 1.0.1 - password_policy: 1.1.0 - previewgenerator: 1.0.1 - provisioning_api: 1.1.0 - serverinfo: 1.1.1 - sharebymail: 1.0.1 - survey_client: 0.1.5 - systemtags: 1.1.3 - tasks: 0.9.4 - templateeditor: 0.2 - theming: 1.1.1 - twofactor_backupcodes: 1.0.0 - twofactor_totp: 0.5.0 - updatenotification: 1.1.1 - user_external: 0.4 - workflowengine: 1.1.1 Disabled: - encryption - external - files_automatedtagging - files_retention - user_ldap - user_samlThe content of config/config.php:
Config report
{ "system": { "instanceid": "oc563d2ba690", "passwordsalt": "***REMOVED SENSITIVE VALUE***", "trusted_domains": [ "domain.tld", "server.domain.tld", "1.2.3.4", "5.6.7.8" ], "datadirectory": "\/var\/www\/owncloud_data", "overwritewebroot": "\/owncloud", "overwrite.cli.url": "\/owncloud", "dbtype": "mysql", "dbname": "owncloud", "dbuser": "***REMOVED SENSITIVE VALUE***", "dbpassword": "***REMOVED SENSITIVE VALUE***", "dbhost": "localhost", "dbtableprefix": "oc_", "version": "11.0.0.10", "installed": true, "theme": "", "forcessl": true, "mail_from_address": "root", "mail_smtpmode": "smtp", "mail_domain": "domain.tld", "loglevel": 2, "mail_smtphost": "127.0.0.1", "mail_smtpname": "***REMOVED SENSITIVE VALUE***", "mail_smtppassword": "***REMOVED SENSITIVE VALUE***", "mail_smtpport": "25", "log_rotate_size": "100 MiB", "maintenance": false, "secret": "***REMOVED SENSITIVE VALUE***", "preview_libreoffice_path": "\/usr\/bin\/libreoffice", "memcache.local": "\\OC\\Memcache\\APCu", "trashbin_retention_obligation": "auto", "updatechecker": false, "htaccess.RewriteBase": "\/owncloud", "updater.release.channel": "stable" } }Are you using external storage, if yes which one: local/smb/sftp/...
3 local folders
Are you using encryption: yes/no
no
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
no
Client configuration
Browser:
Firefox
Operating system:
devuan testing