-
Notifications
You must be signed in to change notification settings - Fork 50
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
As root: "You need to run this command as root." #92
Comments
It seems the workaround is to run Why doesn't |
I'm with the same problem. |
My problem was an immutable Attr. I did a "lsattr -R | grep "i--", found the file with immutable attribute, did a chattr -i "file". DONE. |
I just ran into the same problem.
|
this fork might contain a fix - https://github.com/galvanized/bedup |
#97 works fine for me
|
Hello, I am confused. I am running bedup from pip. How can I fix this? Greetings, |
#97 does not fix the cause, but makes the error message more helpful (mentions immutable) and improves the behavior (does not abort when it probably is only due to immutable). I.e., it logs the real problem (at least in my case) and continues with the dedup, so that the problem can be fixed at the operator's convenience. To fix it, you can apply [https://github.com//pull/97/commits/80fb85200ce32107fc7015d1f56f79e6ddf237de](the patch) manually (or with the |
BTW: I have since stopped using deduplication on btrfs. Deduplication was very successful on my backup disks (created using In my case, I switched to |
This has occurred to me yesterday. |
@lilydjwg: My cause of immutable attributes was terminating a |
I just upgraded to Linux 5.1 and now bedup stopped working for me as well. However, in my case there are no immutable files. I used
What else can I try? |
I tried to debug the problem but didn't get very far. All I found out is that it actually is the
However, when I use |
@cobrafast Have you found a solution to this? I've just run into the exact same problem. Of the two files it's attempting to dedup, one of them was immutable and I hit the appropriate error from this patch: #97 . Once I removed the immutable attribute I'm hitting that exact same stack trace you have. Kernel: 5.0.0-37-generic on Ubuntu 18.04.3 LTS. |
As root, I'm being told I need to be root:
The text was updated successfully, but these errors were encountered: