Closed DanubeRS closed 1 year ago
I'd bet this is related to your CIFS setup, that's a disk I/O error so could also be permissions. Presumably it's not your hardware
Not sure this is really a paperless bug, AFAIK the feature works fine in general
Does the split perform any write to the consume directory or modify the original file in place @shamoon?
All files in the dir are 755, so I think the path of CIFS is more likely the culprit here. I thought it was curious that normal file ingestion worked fine, but whenever a split was involved this error consistently came about.
I believe when PDFs are being split on barcodes temp files are created. I will note that https://github.com/paperless-ngx/paperless-ngx/pull/3551 updated this process to try and preserve more metadata, its copystat
thats complaining
I updated my /etc/fstab
to use NFS over CIFS, and the split functions as intended.
Thanks for the feedback.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion or issue for related concerns.
Description
Unable to consume documents with PDF barcode split pages. Reports error:
Documents are being sent from Brother MFC, to CIFS share. Documents without barcode splitter are consumed fine, just those with a PDF split page. The document appears uncorrupted when opened in PDF browser.
The document is sensitive, but can provide a sample if required.
Steps to reproduce
Webserver logs
Browser logs
No response
Paperless-ngx version
1.16.5
Host OS
Ubuntu 20.04
Installation method
Docker - official image
Browser
No response
Configuration changes
No response
Other
No response