FBachofner
FBachofner
If I try to open the file from Nemo, the error is: ``` Error occurred opening "MyImagesName.png": File not found (Error 1) ``` If I try to open from within...
Great suggestion. Here's my _enthusiastic_ +1 !! I am curious if there might already be a way to write a virtual host config which points to the /client route. This...
@Rudi9719 -- it would be a welcome relief if the Thunderbird team could help with this 6+ year old issue. I have dozens of friends and clients champing at the...
I, too, am on Ubuntu 18.04 and have the same problem. [ I can also successfully run Radicale manually. ] /var/log/syslog reports: `[7ff1ca989740] ERROR: An exception occurred during server startup:...
For a more exhaustive test, I created the directory: /var/lib/radicale Then the syslog error message changed to: ` [7f74a83d5740] ERROR: An exception occurred during server startup: [Errno 30] Read-only file...
Based on comments by @nja0087 and @return42, I have also tried setting the service to: ``` User=root Group=root ``` Radicale still "runs" [and should I point out the (hopefully) obvious:...
I just noticed: `sudo systemctl status radicale` reports: `Mar 14 08:45:47 server-name-here systemd[1]: radicale.service: Current command vanished from the unit file, execution of the command list won't be resumed.` I...
@mookie: my radicale.service file (in /etc/systemd/system ) ``` [Unit] Description=A simple CalDAV (calendar) and CardDAV (contacts) server After=network.target Requires=network.target [Service] ExecStart=/usr/bin/env python3 -m radicale --debug Restart=on-failure User=root Group=root # Deny...
after once again enabling --debug I noticed the following syslog message: `Mar 14 09:02:22 server-name-here env[24752]: [7f3bc77e9740] INFO: Listening to 'localhost' on port 5232` **WTF?!@#%*%** " **Listening to 'localhost'** ?!"...
OK, 1. I took a moment to install a DE and Firefox 2. remoted into the headless server 3. browse to localhost:5232 4. voila! I can see Radicale's web interface...