systemd[34]: Failed at step NAMESPACE spawning /usr/sbin/httpd: Operation not permitted

Process: 64 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=226/NAMESPACE)

If you have problems start centos 7 on docker running ssytemd without privileged containers rights:

sed -i s/PrivateTmp=True/PrivateTmp=False/ /lib/systemd/system/httpd.service
systemctl daemon-reload

and; systemctl start httpd

One thought on “systemd[34]: Failed at step NAMESPACE spawning /usr/sbin/httpd: Operation not permitted

Leave a Reply

Your email address will not be published. Required fields are marked *