-
Notifications
You must be signed in to change notification settings - Fork 501
Description
Hi,
I had to reinstall raspi os because of failing micro SD card. I was using Radicale and PiHole on it. This weekend I bought new card, imaged Raspi OS 64bit with no desktop. Then installed Radicale and set up config and users file (just one user, one password). I am using it just on my LAN, so I set up htpasswd auth with plain option. When I went to web-admin interface and try to login, it told me 500 internal server error, login and password text field disappeared and only black screen appeared with some message like "contact administrator" or something. When I run "python -m radicale" with debug logging I found this :
PermissionError: [Errno 13] Permission denied: '/var/lib/radicale/collections/.Radicale.lock' radicale
What does this mean and how can I fix it?
Thanks for the help.