-
Notifications
You must be signed in to change notification settings - Fork 72
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
Crashed in calls.py(32): _check_nonnegative #71
Comments
This is an debian/ubuntu "issue". You can fix it adding this line in /etc/sysctl.conf file. It's about the max number of user that can watch. It show when you try to watch a huge number of files/directory. |
This maybe a seperate issue but.... I've just hit this problem; and got the following message.
And was confused, and slowed in my debugging by the zero errno. I changed the sysctl variable as above; and it works; but I still see a zero errno if I try something that shouldn't work. Is there something else going on here? ( I would have expected something like ENOSPC and EACCESS respectively, or at least their numeric equivalents)
|
I'm not really sure where we can go with this discussion. Doesn't seem like an issue with the project. As much as I'd like to help, I don't think I/we can. If you make any progress, feel free to post a pull request with a modification to the README.md to share it with others. @alphadx That includes you. You're welcome to add a "Troubleshooting" section with this as the first item. |
echo fs.inotify.max_user_watches=16384 | sudo tee -a /etc/sysctl.conf it's work please check it |
I made a simple program to monitor my home path:
I am getting the following error:
I had to run the program with SUDO though. But whenver I remove the following exception, all works fine:
Why was this check required? Is it good idea to remove it?
Regards,
Renato.
The text was updated successfully, but these errors were encountered: