After upgrading PBS 2.3.3-1 to PBS 2.4.1-1 the service doesn't start up. The PBS is running as an LXC container in PVE 7.4-3.
As a workaround I found out how to solve this problem:
Code:
Apr 12 10:15:29 hf-pbs01 systemd[1]: Starting Network Service...
Apr 12 10:15:29 hf-pbs01 systemd[79]: systemd-networkd.service: Failed to set up mount namespacing: Permission denied
Apr 12 10:15:29 hf-pbs01 systemd[79]: systemd-networkd.service: Failed at step NAMESPACE spawning /lib/systemd/systemd-networkd: Permission denied
Apr 12 10:15:29 hf-pbs01 systemd[1]: systemd-networkd.service: Main process exited, code=exited, status=226/NAMESPACE
Apr 12 10:15:29 hf-pbs01 systemd[1]: systemd-networkd.service: Failed with result 'exit-code'.
Apr 12 10:15:29 hf-pbs01 systemd[1]: Failed to start Network Service.
As a workaround I found out how to solve this problem:
- Comment out all lines starting with `Protect` in the file `/etc/systemd/system/multi-user.target.wants/systemd-networkd.service`
- `systemctl daemon-reload`
- reboot the LXC container