-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
Paperless thinks that consumption dir doesn't exist #369663
Comments
I would be happy to investigate this further if somebody could give me a hint on where that error message is generated, as I couldn't find that. Clearly, some check is running there that returns incorrect results. I don't know who/what is running that check |
Can you share the result of running |
|
Ah that helped me fix it |
Okay, so this runs now. But no "admin" superuser seems to be created. Had to do that imperatively |
Maybe we could add that to tmpfiles.d? I wouldn't make it recursive as that potentially could take a long time at startup. |
Describe the bug
I'm trying to setup paperless, but it keeps failing to install with an incorrect error:
Steps To Reproduce
Steps to reproduce the behavior:
Use configuration
where
/mnt/data
(obviously) is an external drive, mounted at boot. This should not play a role but who knowsthen
nixos-rebuild test --flake . --use-remote-sudo
(errors), thensudo journalctl -xeu paperless-scheduler
observe error
but
Expected behavior
Paperless should work, as clearly the directory is being created and is present
Metadata
Notify maintainers
@SuperSandro2000 @erikarvstedt
Note for maintainers: Please tag this issue in your PR.
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: