Problem with CT

Armando Ramos Roche

Well-Known Member
May 19, 2018
40
0
46
40
Hi all.
I have several CT from turnkey templates.
1 with apache and another with nextcloud.
In both i have the same error:
Apache:
root@formacion ~# /etc/init.d/apache2 status
* apache2.service - The Apache HTTP Server
Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Wed 2025-04-09 12:10:35 CDT; 1 day 1h ago
Docs: https://httpd.apache.org/docs/2.4/
Process: 183 ExecStart=/usr/sbin/apachectl start (code=exited, status=226/NAMESPACE)
CPU: 2ms

Apr 09 12:10:35 formacion systemd[1]: Starting The Apache HTTP Server...
Apr 09 12:10:35 formacion systemd[183]: apache2.service: Failed to set up mount namespacing: Permission denied
Apr 09 12:10:35 formacion systemd[183]: apache2.service: Failed at step NAMESPACE spawning /usr/sbin/apachectl: Permission denied
Apr 09 12:10:35 formacion systemd[1]: apache2.service: Control process exited, code=exited, status=226/NAMESPACE
Apr 09 12:10:35 formacion systemd[1]: apache2.service: Failed with result 'exit-code'.
Apr 09 12:10:35 formacion systemd[1]: Failed to start The Apache HTTP Server.

nextcloud:
root@prueba ~# /etc/init.d/mysql status
x mariadb.service - MariaDB 10.11.6 database server
Loaded: loaded (/lib/systemd/system/mariadb.service; enabled; preset: enabled)
Active: failed (Result: exit-code) since Thu 2025-04-10 17:29:38 UTC; 7min ago
Docs: man:mariadbd(8)
https://mariadb.com/kb/en/library/systemd/
Process: 192 ExecStartPre=/usr/bin/install -m 755 -o mysql -g root -d /var/run/mysqld (code=exited, status=226/NAMESPACE)
CPU: 2ms

Apr 10 17:29:38 prueba systemd[1]: Starting mariadb.service - MariaDB 10.11.6 database server...
Apr 10 17:29:38 prueba (install)[192]: mariadb.service: Failed to set up mount namespacing: Permission denied
Apr 10 17:29:38 prueba (install)[192]: mariadb.service: Failed at step NAMESPACE spawning /usr/bin/install: Permission denied
Apr 10 17:29:38 prueba systemd[1]: mariadb.service: Control process exited, code=exited, status=226/NAMESPACE
Apr 10 17:29:38 prueba systemd[1]: mariadb.service: Failed with result 'exit-code'.
Apr 10 17:29:38 prueba systemd[1]: Failed to start mariadb.service - MariaDB 10.11.6 database server