Kim Klotz

Results 16 comments of Kim Klotz

@peter33826 I'm sorry for the late response. I think I can see your problem now. Please remove the `--daemon` from the `ExecStart` in your systemd unit file. You could also...

@habubagit please add `--debug` to your `ExecStart` like this: ``` ExecStart=/usr/bin/env python3 -m radicale --debug ``` Then you should get more output. If that's not helping I would try to...

@FBachofner please post your systemd unit file and your radicale configuration. Else it's hard to help you with this error.

@cianci You error message shows "Read-only file system". Even root can't write to a *Read-only* file system.

@FBachofner please try this `ExecStart` command: ``` ExecStart=/usr/bin/env python3 -m radicale -C /path/to/your/radicale/config ``` If you configured 0.0.0.0:5253 and radicale isn't listening on this port, then probably your configuration isn't...

I had the same problem and fixed it in [my puppet-autoami fork](https://github.com/mookie-/puppet-autoami). If you still have this problem you can take a look. But please note that I changed the...