Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: A changed filename is not synchronized to the cloud #6754

Open
5 of 8 tasks
GER13117 opened this issue May 15, 2024 · 6 comments
Open
5 of 8 tasks

[Bug]: A changed filename is not synchronized to the cloud #6754

GER13117 opened this issue May 15, 2024 · 6 comments

Comments

@GER13117
Copy link

⚠️ This issue respects the following points: ⚠️

Bug description

When changing the name of a file on Windows the new filename is not synced to the server. The change is only propagated when the content of the file is changed.

Steps to reproduce

  1. Copy / Create new file in local Nextcloud folder. Check that it is synced to the cloud.
  2. Change the filename.
  3. Check on Nextcloud web interface if the name is changed. (For me it is not)
  4. Optional: Open file change something in it - Save - Check if file is synced. (Now it is)

Expected behavior

Changing the filename should propagate to the cloud.

Installation method

Community Docker image

Nextcloud Server version

29

Operating system

Other

PHP engine version

PHP 8.2

Web server

Apache (supported)

Database engine version

MariaDB

Is this bug present after an update or on a fresh install?

None

Are you using the Nextcloud Server Encryption module?

Encryption is Disabled

What user-backends are you using?

  • Default user-backend (database)
  • LDAP/ Active Directory
  • SSO - SAML
  • Other

Configuration report

{
    "system": {
        "htaccess.RewriteBase": "\/",
        "memcache.local": "\\OC\\Memcache\\APCu",
        "apps_paths": [
            {
                "path": "\/var\/www\/html\/apps",
                "url": "\/apps",
                "writable": false
            },
            {
                "path": "\/var\/www\/html\/custom_apps",
                "url": "\/custom_apps",
                "writable": true
            }
        ],
        "memcache.distributed": "\\OC\\Memcache\\Redis",
        "memcache.locking": "\\OC\\Memcache\\Redis",
        "redis": {
            "host": "***REMOVED SENSITIVE VALUE***",
            "password": "***REMOVED SENSITIVE VALUE***",
            "port": 6379
        },
        "overwritehost": "cloud.okke-warner.de",
        "overwriteprotocol": "https",
        "overwrite.cli.url": "https:\/\/cloud.okke-warner.de",
        "trusted_proxies": "***REMOVED SENSITIVE VALUE***",
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            "cloud.okke-warner.de"
        ],
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "dbtype": "mysql",
        "version": "29.0.0.19",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbport": "",
        "dbtableprefix": "oc_",
        "mysql.utf8mb4": true,
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "installed": true,
        "mail_smtpmode": "smtp",
        "mail_sendmailmode": "smtp",
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpport": "587",
        "mail_smtpauth": 1,
        "mail_smtpname": "***REMOVED SENSITIVE VALUE***",
        "mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
        "default_phone_region": "\u201cDE\u201d",
        "maintenance": false,
        "app_install_overwrite": [
            "integration_moodle"
        ],
        "loglevel": 2
    }
}

List of activated Apps

Enabled:
  - activity: 2.21.1
  - admin_audit: 1.19.0
  - calendar: 4.7.3
  - circles: 29.0.0-dev
  - cloud_federation_api: 1.12.0
  - comments: 1.19.0
  - contactsinteraction: 1.10.0
  - dashboard: 7.9.0
  - dav: 1.30.1
  - deck: 1.13.0
  - federatedfilesharing: 1.19.0
  - federation: 1.19.0
  - files: 2.1.0
  - files_downloadlimit: 2.0.0
  - files_external: 1.21.0
  - files_pdfviewer: 2.10.0
  - files_reminders: 1.2.0
  - files_sharing: 1.21.0
  - files_trashbin: 1.19.0
  - files_versions: 1.22.0
  - firstrunwizard: 2.18.0
  - logreader: 2.14.0
  - lookup_server_connector: 1.17.0
  - nextcloud_announcements: 1.18.0
  - notifications: 2.17.0
  - oauth2: 1.17.0
  - password_policy: 1.19.0
  - photos: 2.5.0
  - previewgenerator: 5.5.0
  - privacy: 1.13.0
  - provisioning_api: 1.19.0
  - recognize: 7.0.0
  - recommendations: 2.1.0
  - related_resources: 1.4.0
  - serverinfo: 1.19.0
  - settings: 1.12.0
  - sharebymail: 1.19.0
  - support: 1.12.0
  - survey_client: 1.17.0
  - systemtags: 1.19.0
  - text: 3.10.0
  - theming: 2.4.0
  - twofactor_backupcodes: 1.18.0
  - updatenotification: 1.19.1
  - user_status: 1.9.0
  - viewer: 2.3.0
  - weather_status: 1.9.0
  - workflowengine: 2.11.0
Disabled:
  - bruteforcesettings: 2.9.0
  - encryption: 2.17.0
  - files_rightclick: 0.15.1 (installed 1.6.0)
  - suspicious_login: 7.0.0
  - twofactor_totp: 11.0.0-dev
  - user_ldap: 1.20.0

Nextcloud Signing status

No errors have been found.

Nextcloud Logs

No response

Additional info

No response

@GER13117 GER13117 changed the title A changed filename is not synchronized to the cloud [Bug]: A changed filename is not synchronized to the cloud May 15, 2024
@solracsf
Copy link
Member

Isn't this a problem with the Desktop client? If yes, this should be submitted on the respective repository, not here.

@solracsf solracsf transferred this issue from nextcloud/server May 15, 2024
@PhilippSchlesinger
Copy link

This might be a duplicate of #6721.

@GER13117
Copy link
Author

Isn't this a problem with the Desktop client? If yes, this should be submitted on the respective repository, not here.

Yes you are right! Thank you

@vagner-dias
Copy link

vagner-dias commented May 15, 2024

I am having the same issue here using the Desktop Client V3.13.0 + NC 28.0.3

My logs after trying to rename a file:

2024-05-15 09:28:34:256 [ warning nextcloud.gui.shellextensions.server C:\Users\User\AppData\Local\Temp\windows-22489\client-building\desktop\src\gui\shellextensionsserver.cpp:108 ]:	Record not found in SyncJournal for:  "Check_This_Folder/check_this_file_001_003.txt"
2024-05-15 09:28:34:586 [ warning nextcloud.gui.shellextensions.server C:\Users\User\AppData\Local\Temp\windows-22489\client-building\desktop\src\gui\shellextensionsserver.cpp:108 ]:	Record not found in SyncJournal for:  "Check_This_Folder/check_this_file_001_003.txt"
2024-05-15 09:28:34:759 [ warning nextcloud.gui.shellextensions.server C:\Users\User\AppData\Local\Temp\windows-22489\client-building\desktop\src\gui\shellextensionsserver.cpp:108 ]:	Record not found in SyncJournal for:  "Check_This_Folder/check_this_file_001_003.txt"
2024-05-15 09:28:34:884 [ warning nextcloud.gui.shellextensions.server C:\Users\User\AppData\Local\Temp\windows-22489\client-building\desktop\src\gui\shellextensionsserver.cpp:108 ]:	Record not found in SyncJournal for:  "Check_This_Folder/check_this_file_001_003.txt"
2024-05-15 09:28:35:026 [ warning nextcloud.gui.shellextensions.server C:\Users\User\AppData\Local\Temp\windows-22489\client-building\desktop\src\gui\shellextensionsserver.cpp:108 ]:	Record not found in SyncJournal for:  "Check_This_Folder/check_this_file_001_003.txt"
2024-05-15 09:28:35:168 [ warning nextcloud.gui.shellextensions.server C:\Users\User\AppData\Local\Temp\windows-22489\client-building\desktop\src\gui\shellextensionsserver.cpp:108 ]:	Record not found in SyncJournal for:  "Check_This_Folder/check_this_file_001_003.txt"
2024-05-15 09:28:35:278 [ warning nextcloud.gui.shellextensions.server C:\Users\User\AppData\Local\Temp\windows-22489\client-building\desktop\src\gui\shellextensionsserver.cpp:108 ]:	Record not found in SyncJournal for:  "Check_This_Folder/check_this_file_001_003.txt"
2024-05-15 09:28:39:465 [ info nextcloud.gui.folder.manager C:\Users\User\AppData\Local\Temp\windows-22489\client-building\desktop\src\gui\folderman.cpp:959 ]:	Etag poll timer timeout
2024-05-15 09:28:39:465 [ info nextcloud.gui.folder.manager C:\Users\User\AppData\Local\Temp\windows-22489\client-building\desktop\src\gui\folderman.cpp:963 ]:	Folders to sync: 1
2024-05-15 09:28:39:465 [ info nextcloud.gui.folder.manager C:\Users\User\AppData\Local\Temp\windows-22489\client-building\desktop\src\gui\folderman.cpp:973 ]:	Number of folders that don't use push notifications: 0
2024-05-15 09:28:52:405 [ warning nextcloud.gui.shellextensions.server C:\Users\User\AppData\Local\Temp\windows-22489\client-building\desktop\src\gui\shellextensionsserver.cpp:108 ]:	Record not found in SyncJournal for:  "Check_This_Folder/check_this_file_001_003.txt"
2024-05-15 09:28:52:515 [ warning nextcloud.gui.shellextensions.server C:\Users\User\AppData\Local\Temp\windows-22489\client-building\desktop\src\gui\shellextensionsserver.cpp:108 ]:	Record not found in SyncJournal for:  "Check_This_Folder/check_this_file_001_003.txt"
2024-05-15 09:28:52:673 [ warning nextcloud.gui.shellextensions.server C:\Users\User\AppData\Local\Temp\windows-22489\client-building\desktop\src\gui\shellextensionsserver.cpp:108 ]:	Record not found in SyncJournal for:  "Check_This_Folder/check_this_file_001_003.txt"
2024-05-15 09:28:52:783 [ warning nextcloud.gui.shellextensions.server C:\Users\User\AppData\Local\Temp\windows-22489\client-building\desktop\src\gui\shellextensionsserver.cpp:108 ]:	Record not found in SyncJournal for:  "Check_This_Folder/check_this_file_001_003.txt"
2024-05-15 09:29:01:512 [ warning qt.qpa.mime unknown:0 ]:	Retrying to obtain clipboard.
2024-05-15 09:29:05:419 [ info nextcloud.gui.account.state C:\Users\User\AppData\Local\Temp\windows-22489\client-building\desktop\src\gui\accountstate.cpp:566 ]:	Skipping server availability check for account [HIDDEN] with state 2
2024-05-15 09:29:09:470 [ info nextcloud.gui.folder.manager C:\Users\User\AppData\Local\Temp\windows-22489\client-building\desktop\src\gui\folderman.cpp:959 ]:	Etag poll timer timeout
2024-05-15 09:29:09:470 [ info nextcloud.gui.folder.manager C:\Users\User\AppData\Local\Temp\windows-22489\client-building\desktop\src\gui\folderman.cpp:963 ]:	Folders to sync: 1
2024-05-15 09:29:09:470 [ info nextcloud.gui.folder.manager C:\Users\User\AppData\Local\Temp\windows-22489\client-building\desktop\src\gui\folderman.cpp:973 ]:	Number of folders that don't use push notifications: 0
2024-05-15 09:29:29:036 [ warning nextcloud.gui.shellextensions.server C:\Users\User\AppData\Local\Temp\windows-22489\client-building\desktop\src\gui\shellextensionsserver.cpp:108 ]:	Record not found in SyncJournal for:  "Check_This_Folder/check_this_file_001_003.txt"
2024-05-15 09:29:29:145 [ warning nextcloud.gui.shellextensions.server C:\Users\User\AppData\Local\Temp\windows-22489\client-building\desktop\src\gui\shellextensionsserver.cpp:108 ]:	Record not found in SyncJournal for:  "Check_This_Folder/check_this_file_001_003.txt"
2024-05-15 09:29:29:271 [ warning nextcloud.gui.shellextensions.server C:\Users\User\AppData\Local\Temp\windows-22489\client-building\desktop\src\gui\shellextensionsserver.cpp:108 ]:	Record not found in SyncJournal for:  "Check_This_Folder/check_this_file_001_003.txt"
2024-05-15 09:29:29:397 [ warning nextcloud.gui.shellextensions.server C:\Users\User\AppData\Local\Temp\windows-22489\client-building\desktop\src\gui\shellextensionsserver.cpp:108 ]:	Record not found in SyncJournal for:  "Check_This_Folder/check_this_file_001_003.txt"
2024-05-15 09:29:29:523 [ warning nextcloud.gui.shellextensions.server C:\Users\User\AppData\Local\Temp\windows-22489\client-building\desktop\src\gui\shellextensionsserver.cpp:108 ]:	Record not found in SyncJournal for:  "Check_This_Folder/check_this_file_001_003.txt"
2024-05-15 09:29:29:649 [ warning nextcloud.gui.shellextensions.server C:\Users\User\AppData\Local\Temp\windows-22489\client-building\desktop\src\gui\shellextensionsserver.cpp:108 ]:	Record not found in SyncJournal for:  "Check_This_Folder/check_this_file_001_003.txt"

@vagner-dias
Copy link

vagner-dias commented May 17, 2024

@mgallien @allexzander @solracsf - Can this be fixed in the next release ?

Also mentioned here--#6721

@PhilippSchlesinger
Copy link

@GER13117 If this is a duplicate of #6721, please close it and add your valuable details to the other issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants