peter33826
peter33826
Hi, thanks for comments. I tried re-install `python3 -m pip install --upgrade radicale[bcrypt]` but without sucess. Radicale has same behavior as mentioned in the first post. I also actived logging....
`journalctl` says this: > radicale.service - A simple CalDAV (calendar) and CardDAV (contact) server > Loaded: loaded (/etc/systemd/system/radicale.service; enabled; vendor preset: enabled) > Active: failed (Result: exit-code) since Fri 2018-11-30...
and `systemctl status` this > State: degraded > Jobs: 0 queued > Failed: 1 units > Since: Fri 2018-11-30 22:14:03 CET; 4min 53s ago > CGroup: / > ├─user.slice >...
@mookie- I removed '--daemon' from the 'ExecStart' file, but it did not change anything. Any Ideas what could help? Thanks
This is the output of > systemctl status radicale ● radicale.service - A simple CalDAV (calendar) and CardDAV (contact) server Loaded: loaded (/etc/systemd/system/radicale.service; enabled; vendor preset: enabled) Active: failed (Result:...
after a few seconds Radicale crashs: at 964ms it works ``` systemctl status radicale ● radicale.service - A simple CalDAV (calendar) and CardDAV (contact) server Loaded: loaded (/etc/systemd/system/radicale.service; enabled; vendor...
This is my `/etc/systemd/system/radicale.service` ``` [Unit] Description=A simple CalDAV (calendar) and CardDAV (contact) server After=network.target Requires=network.target [Service] ExecStart=/usr/bin/env python3 -m radicale Restart=on-failure User=radicale # Deny other users access to the...
I can confirm this issue on Nexus 5 with latest Ubuntu Touch and latest Axolotl.
@TriVoxel: I can confirm the behavior on my Nexus5, latest Ubuntu Touch. I unregistered with Android client, waited 7 days and registered again with Axolotl. I do NOT received any...