Jeśli masz Proxmox 8.x a w nim kontener linuxowy z Debianem 10 może wystąpić problem z uruchamianiem niektórych usług. Sam napotkałem na problemy z MariaDB i Apache2. Błyskawiczna naprawa polega na wprowadzeniu korekty do konfiguracji kontenera.

<code>

kwi 26 11:41:42 d3 systemd[1]: Starting apache2.service - The Apache HTTP Server...
kwi 26 11:41:42 d3 (pachectl)[7114]: apache2.service: Failed to set up mount namespacing: Permission denied
kwi 26 11:41:42 d3 (pachectl)[7114]: apache2.service: Failed at step NAMESPACE spawning /usr/sbin/apachectl: Permission denied
kwi 26 11:41:42 d3 systemd[1]: apache2.service: Control process exited, code=exited, status=226/NAMESPACE
kwi 26 11:41:42 d3 systemd[1]: apache2.service: Failed with result 'exit-code'.
kwi 26 11:41:42 d3 systemd[1]: Failed to start apache2.service - The Apache HTTP Server.

</code>
/etc/pve/lxc/xxx.conf* 

Dodajemy linię:


arch: amd64
cores: 4
features: nesting=1
hostname:

* xxx to numer naszego kontenera