-
Notifications
You must be signed in to change notification settings - Fork 12
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
Update on CentOS 7 results in many tar permission errors #122
Comments
When run as root, `tar` defaults to `--same-owner --same-permissions`. This is reported to cause many errors: tar: .dropbox-dist/VERSION: Cannot change ownership to uid 1000, gid 1000: Operation not permitted ... tar: Exiting with failure status due to previous errors While this does not actually cause the apply_extra script to fail, it is ugly! Fixes #122
Why are you running I think I understand why this is happening. I pushed a draft PR to #123 which should suppress these messages. Could you give it a spin? |
I'm having the same problem as the original poster.
Here's the error message I get when trying to install as a user:
I saw wjt's comment "While this [the tar permission errors] does not actually cause the apply_extra script to fail, it is ugly!" I did get something to install:
As usual, dropboxd at this level is a shell script that runs dropboxd inside the above directory, which also contains libraries and the like. Because of that self-contained state I think there's a chance that copying that directory to my own account might run. We'll see. It'd be nice if this were clean. It'd also be nice if I ran a modern version of Linux. ;-) I'm running on CentOS 7.9. Maybe this info will help someone? |
I have the Dropbox client installed on an up to date CentOS 7 box. Whenever I run flatpak update from root I get many error messages like:
with a final
Dropox appears to work without problems.
The text was updated successfully, but these errors were encountered: