Thunderbird calendar not working after Radicale upgrade
by mfoley from LinuxQuestions.org on (#6J7YK)
I've upgraded from Radicale 2.1.11 to Radicale 3.1.8 and am having some issues. But, in the course of writing this thread I tried restarting Radicale and now it won't run at all! I've made no changes. I get the single line in /var/log/syslog:
Code:Jan 30 00:18:33 server daemon: radicale: client (pid 2894) exited with 1 status, exitingNothing else. I can't find this error searching the web. I've rebooted the server. Nada. My config is, essentially unchanged from 2.1.11:
Code:[server]
hosts = 0.0.0.0:5232
ssl = False
[encoding]
[auth]
type = htpasswd
htpasswd_filename = /etc/httpd/passwords
htpasswd_encryption = bcrypt
[rights]
type = none
[storage]
filesystem_folder = ~/collections
[headers]The startup command line is:
Code:daemon -n radicale -u radicale -o local1.warning -e "HOME=/home/radicale" -D /home/radicale -- python3 -m radicaleThat's all I have. Any idea why this is failing to run at all?
Code:Jan 30 00:18:33 server daemon: radicale: client (pid 2894) exited with 1 status, exitingNothing else. I can't find this error searching the web. I've rebooted the server. Nada. My config is, essentially unchanged from 2.1.11:
Code:[server]
hosts = 0.0.0.0:5232
ssl = False
[encoding]
[auth]
type = htpasswd
htpasswd_filename = /etc/httpd/passwords
htpasswd_encryption = bcrypt
[rights]
type = none
[storage]
filesystem_folder = ~/collections
[headers]The startup command line is:
Code:daemon -n radicale -u radicale -o local1.warning -e "HOME=/home/radicale" -D /home/radicale -- python3 -m radicaleThat's all I have. Any idea why this is failing to run at all?