| Summary: | app-backup/spideroak-bin-4.8.3 backup frequency on automatic fails to find newer files: fs_notify: Error starting notifier: /opt/SpiderOak/lib/inotify_dir_watcher: Permission denied | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Krzys Baranski <baranski5> |
| Component: | Current packages | Assignee: | Dennis Schridde <dschridde+gentoobugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | major | CC: | blueness |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Krzys Baranski
2013-01-21 02:39:34 UTC
After: # chmod +x /opt/SpiderOak/lib/inotify_dir_watcher it works, but I had to increase value max_user_watches # echo 262144 > /proc/sys/fs/inotify/max_user_watches can be set it permanently in file: /etc/sysctl.d/30-spideroak.conf before changing max_user_watches I get following error: ~/.Spideroak/fs_notify__dir_watcher_ignore/error.txt inotify_add_watch /home/user/dir 28 No space left on device https://spideroak.com/forum/threads/id/643/?page=1#snap_post3848 (In reply to comment #1) > After: > # chmod +x /opt/SpiderOak/lib/inotify_dir_watcher > > it works, but I had to increase value max_user_watches > # echo 262144 > /proc/sys/fs/inotify/max_user_watches > can be set it permanently in file: /etc/sysctl.d/30-spideroak.conf > > before changing max_user_watches I get following error: > ~/.Spideroak/fs_notify__dir_watcher_ignore/error.txt > inotify_add_watch /home/user/dir 28 No space left on device > > https://spideroak.com/forum/threads/id/643/?page=1#snap_post3848 Thanks for spotting this for us. Both look reasonable. However, I will not run sysctl from an ebuild after dropping in 30-spideroak.conf. I will put in an ewarn that the user should do it. Comments before I make the magic happen? > Comments before I make the magic happen?
I'm not sure about the change in max_user_watches,
I think that it's only needed when there
are large number of folders in backup.
Maybe default (65536) would be OK for most people.
Okay this is fixed with spideroak-bin-4.8.3-r1. I'm going to skip the issue with sysctl on max_user_watches since this is documented in their forums. Please test and reopen if its still a problem. Thanks for the report! |