'Permission denied' exception in multifilesystem/sync.py #1602
-
|
I upgraded to Radicale 3.0.4 on ArchLinux inside an LXD container. To test what’s going on I added another I suspect that it could be my systemd radicale service file, but it seems sane: Any advice what else to test for? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
Maye the |
Beta Was this translation helpful? Give feedback.
-
|
I tried this, but without any success. No other update from my side so far. |
Beta Was this translation helpful? Give feedback.
-
|
The same happens to me on NixOS: My service file is completely innocuous: |
Beta Was this translation helpful? Give feedback.
-
|
Just installed radicale 3.1.8 on ubuntu 24.04. I have exactly the same issue:
I managed to get around this with: Two questions:
|
Beta Was this translation helpful? Give feedback.
With a bit of debugging, I managed to find out where those token files are. It turned out that the files were owned by root. I have no idea how this happened. Problem was solved by deleting those token. A new synchronization re-created new tokens owned by the radicale user.
Sorry for the useless noise.