This repository was archived by the owner on Feb 16, 2023. It is now read-only.
[BUG] Consumer consuming files to often with inotify #821
Unanswered
martinpichlo
asked this question in
Support
Replies: 1 comment 6 replies
-
Well, apparently your scanner / network setup writes the files and closes them multiple times while writing. This triggers inotify. Nothing you can do about that, inotify simply does not work for you. You need to use |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using a printer-scanner solution (Canon Maxify MB5150) to scan documents via Samba (SMB1) into the consume directory of paperless-ng. It seems, that inotify triggers new files to often.
After "sending" a new document to paperless-ng via consume directory, I found the following within the protocol:
Here are my protocol:
Some details of my paperless-ng installation:
PS: In parallel I have the problem, that inotify was consuming newly created scans within the consume directory to early. This results in incomplete documents in paperless. The reason for that is, that the printer is creating new files right at the beginning and expand it bit by bit while scanning. I have described that in an separate discussion #463 which belongs to
#462. As temporary workarround I created a pre consuming script which simply waits two minutes. Importing: Is makes no difference to the error above, if I active or deactivate this workarround.
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions