-
Notifications
You must be signed in to change notification settings - Fork 16
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
No snapper configs found #23
Comments
This will only run under root... with warnings though.
|
@mybigman did you ever figure this out? I'm running into the same issue. |
@D34DC3N73R unfortunately not. I gave up in the end and moved on from this :/ |
The issue is caused by a snapper regression. Revert to an older version of snapper or use git. |
@aqxa1 I now have snapper 0.11.0, libsnapper 7.4.3 and it appears that
which causes snapraid-btrfs to fail in pretty much all aspects. getting individual configs works
and
does snapraid-btrfs have to be updated to account for the changes in snapper? Or is there possibly something wrong with my snapper config? Appreciate any insight you may have. |
I'm using snapper 0.10.7 and libsnapper 7.4.0, but I get the message too. But it has no negative effect on snapraid-btrfs for me (and it shouldn't, because I don't believe snapraid-btrfs touches the default root config). Probably creating a But there could be some other issue with newer snapper/libsnapper. |
I've had snapraid-btrfs working for quite some time along with the runner script, but snapper just updated yesterday to v11 and that's when the snapraid-btrfs and the runner script started to fail. I thought it was maybe due to snapraid-btrfs using
|
I've edited line 690 of the btrfs script after testing out those sed commands on the output and it's fixed the issue for me. to expand a bit, this was the output using the original code
which as you can see did not remove Edit
|
@D34DC3N73R - I was running into the exact same issue as you and your fixed worked perfectly for me. Thanks for putting that together! |
@y2kdread can you let me know which version of snapper / libsnapper you're running along with your OS? I'd imagine this is backward compatible, but it would be nice to know. Maybe I'll submit a pull request. |
ok, it's not spaces that are the issue. The original code looks for |
Here you go!
and
|
PR #34 opened |
Not sure whats going on here or what I have missed :/
These are fresh drives no initial content.
The text was updated successfully, but these errors were encountered: