mhallin / notify-forwarder

Simple tool that can forward file system events to other machine, such as virtual machines with shared folders
111 stars 21 forks source link

terminate called after throwing an instance of 'std::runtime_error' #8

Open githubjsorg opened 4 years ago

githubjsorg commented 4 years ago

Same as this issue on your related project: https://github.com/mhallin/vagrant-notify-forwarder/issues/5

terminate called after throwing an instance of 'std::runtime_error' what(): Could not open directory Aborted

I tried the proposed fix in that issue report but still get the error after setting /proc/sys/fs/inotify/max_user_watches = 1410065407 and the number of files in the watched folder is only 1438187.

Please let me know if there is any other information that could be useful.

githubjsorg commented 4 years ago

Is there anything I can do to help resolve this issue? Any other information I can provide? Any fix I can test?