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] Linux client fails to sync read-write shares subfolders of read-only shared folder #6824

Closed
5 of 8 tasks
A-Aurel opened this issue Jun 18, 2024 · 2 comments · Fixed by #6839
Closed
5 of 8 tasks

Comments

@A-Aurel
Copy link

A-Aurel commented Jun 18, 2024

⚠️ Before submitting, please verify the following: ⚠️

Bug description

User U1 has a folder structure as MAIN/SUB-RO and MAIN/SUB-RW

User U1 shares with user U2:

  • MAIN as read-only
  • SUB-RW as read-write

U2 sees and syncs at his root both MAIN and SUB-RW

U2 can NOT make modifications in SUB-RW.
The client returns a failure in the sync activity shown for MAIN/SUB-RW

Steps to reproduce

User U2 makes any modification in SUB-RW

The client returns a failure in the sync activity shown for MAIN/SUB-RW

Expected behavior

U2 can make any modification in SUB-RW

Which files are affected by this bug

Any

Operating system

Linux

Which version of the operating system you are running.

Fedora 40

Package

Distro package manager

Nextcloud Server version

29.0.2

Nextcloud Desktop Client version

3.13.0

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

Fresh desktop client install

Are you using the Nextcloud Server Encryption module?

Encryption is Disabled

Are you using an external user-backend?

  • Default internal user-backend
  • LDAP/ Active Directory
  • SSO - SAML
  • Other

Nextcloud Server logs

Cannot find any error nor warning

Additional info

All works when doing things from the web interface.
So it seems that is only the latest Linux Nextcloud-client update, which attempts to upload a change to the read-only master folder, rather than to the current shared subfolder (with modifications rights).

@A-Aurel
Copy link
Author

A-Aurel commented Jun 21, 2024

All works good using AppImage 3.12.5 as well as Fedora 40 rpm version 3.12.5.
It seems the linux permission as r-- for MAIN/SUB-RW folder is creating the problem.

@A-Aurel A-Aurel changed the title Linux client fails to sync read-write shares subfolders of read-only shared folder [BUG] Linux client fails to sync read-write shares subfolders of read-only shared folder Jun 25, 2024
@A-Aurel
Copy link
Author

A-Aurel commented Jun 27, 2024

#6839
The AppImage fixed the problem ! Thanks

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

Successfully merging a pull request may close this issue.

1 participant