mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +00:00
Updated Server Diagnostics Troubleshooting (markdown)
parent
74ac0f7df9
commit
03e136a1a7
1 changed files with 12 additions and 0 deletions
|
@ -25,6 +25,18 @@ Background: "radicale" do not support a nested storage hierachy.
|
|||
|
||||
Solution: check for any folder in <NAME> which itself is a collection and move it on same level as $NAME. Check also content of related ".Radicale.props" file
|
||||
|
||||
# Verification of start
|
||||
|
||||
## started by systemd
|
||||
|
||||
- terminal#1 / watch logs: `journalctl -f -u radicale`
|
||||
- terminal#2 / start "radicale" service: `systemctl start radicale`
|
||||
|
||||
## Manual start
|
||||
|
||||
- become "radicale" user: `su - -s /bin/bash radicale`
|
||||
- start "radicale" (here with log-level debug): `/usr/bin/radicale --logging-level debug`
|
||||
|
||||
# Listen Status
|
||||
|
||||
## Radicale started, it's listen on configured IP/ports
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue