You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/app/borghive/management/commands/watch_repositories.py", line 55, in handle
for event in i.event_gen(yield_nones=False):
File "/usr/local/lib/python3.8/site-packages/inotify/adapters.py", line 300, in event_gen
self._i.add_watch(full_path, self._mask)
File "/usr/local/lib/python3.8/site-packages/inotify/adapters.py", line 95, in add_watch
wd = inotify.calls.inotify_add_watch(self.__inotify_fd, path_bytes, mask)
File "/usr/local/lib/python3.8/site-packages/inotify/calls.py", line 34, in _check_nonnegative
raise InotifyError("Call failed (should not be -1): (%d)" %
inotify.calls.InotifyError: Call failed (should not be -1): (-1) ERRNO=(0)
According to the internet, it's because the limit on inotify... I've upped this to the max, but it keeps happening... Any idea?
The text was updated successfully, but these errors were encountered:
BorgWatcher keeps throwing this error:
According to the internet, it's because the limit on inotify... I've upped this to the max, but it keeps happening... Any idea?
The text was updated successfully, but these errors were encountered: