-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
"Failed to monitor paths" behaviour changed #394
Comments
I confirm the multiple windows issue. This will be fixed. For the other issue, being able to |
Thanks for confirming the multiple window issue :) I tried to do the ls- l command on one of the files and got this:
The owner is not the same, but group is, so i thought that would be sufficient. But maybe i'm wrong. |
For this file, the log message had the |
I'm also experiencing this issue, but with all shared folders. As an example, the following entry was regularly identified in the service.log.0 file relating to the homes shared folder: Unable to add watch for path /volume1/homes, errno: , 13 The permissions and ownership for the /volume1/homes folder are shown below: drwxrwxrwx+ 31 root root homes The other shared folders have the same owner and group. Through testing I have found that if I change the group owner to administrators then the issue clears. However, I'm unsure whether that is a wise idea. @jlesage What do you advise I do in this instance? |
That's strange, the folder has technically the right permissions to allows everyone to read it. There is probably something specific to Synology that explains the problem. Are all there shares normally owned by root/root ? I don't have a Synology to play with, so I think you should probably try to seek help from Synology... |
Confirmed that the multiple window issue is fixed. And i have tried to make folder exclusions of the @eadir to avoid further failed paths notification... but i still got one (only one window), but no new entries in the service log. Strange!? |
Hi @jlesage ,
I don't know if this is related to the newest release or if its because of crashplan itself.
But since November release which i pulled yesterday i get many windows with failed to monitor paths. Previously i got only one and could dismiss that. Then move on to login. Now its impossible to get to the login screen. Is that something you can affect?
Of course it would be best to fix the root problem of the crashplan user being able to access the failing paths. But that problem i don't fully understand.
I get this from the service log:
[10.31.22 05:08:55.573 WARN Thread-628 ode42.jna.inotify.InotifyManager] Unable to add watch for path /volume1/NetBackup/DiskStation_0011320383DF/lorem og ipsum/3 lorem og ipsum/Foxtrot V/@eaDir, errno: , 13
but when i ssh as the crashplan user I have no problem cd'ing to that path.
Container has this user set:
Which corresponds to this user
uid=1043(crashplan) gid=100(users) groups=100(users),101(administrators)
Does anyone recognize this problem?
The text was updated successfully, but these errors were encountered: