Starting with systemd: Failed at step NAMESPACE spawning /usr/local/bin/caddy: No such file or directory

Now I was forced to try upgrading to Caddy 0.9.3 as my sites stopped working for some reason.

I still got the capabilities error, but it was solved with this: Caddy won't start, strace shows it's waiting for a mutex of some sort - #11 by coderobe
“Commenting out CapabilityBoundingSet AmbientCapabilitiesandNoNewPrivileges in the systemd unit file”

I will open a new topic for inability to renew certs.

No need to open a new topic, I just had to learn how to read journalctl log again. Solved with this: Caddy "listen tcp :443: bind: permission denied" - Server Fault

sudo setcap CAP_NET_BIND_SERVICE=+eip /usr/bin/caddy

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.