Skip to content
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

ERROR: Cannot add watch ..... (28:No space left on device) #31

Closed
GoogleCodeExporter opened this issue Aug 3, 2015 · 3 comments
Closed

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. large homedir ( million files )
2. lsyncd --exclude-from=/home/oernii/.rsync_exclude --no-daemon --verbose 
/home/oernii/ remote::/BACKUP/

What is the expected output? What do you see instead?
 sync should run without errors

What version of the product are you using? On what operating system?
1.39

Please provide any additional information below.
After running I am getting a LOT of this:

watching /home/oernii/.kde
ERROR: Cannot add watch /home/oernii/.kde (28:No space left on device)



Original issue reported on code.google.com by oer...@gmail.com on 15 Oct 2010 at 11:28

@GoogleCodeExporter
Copy link
Author

"No space left on device" probably means you need to increase 
/proc/sys/fs/inotify/max_user_watches. Eg.: `echo 65536 
>/proc/sys/fs/inotify/max_user_watches'.

See http://linux.die.net/man/7/inotify for more information:

"/proc/sys/fs/inotify/max_user_watches
This specifies a limit on the number of watches that can be associated with 
each inotify instance."

Original comment by d...@dans.im on 15 Oct 2010 at 3:35

@GoogleCodeExporter
Copy link
Author

thanks, that was it. increasing to 1000000 did the trick

Original comment by oer...@gmail.com on 16 Oct 2010 at 7:52

@GoogleCodeExporter
Copy link
Author

thanks dan for helping

Original comment by axk...@gmail.com on 16 Oct 2010 at 9:10

  • Changed state: Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant