Hello there,
Im running in a issue after each reboot on my server, all sites showing up a "503 Service Unavailable" error.
After digging around in the logs I found this error in
/var/log/apache2/sulsphp_log:
I fixed it with:
And all sites are going up again.
The conclusion is that CageFS is not automatically mounting the Skeleton directory after a reboot.
So how to fix this?
Im running a fresh installed server:
- CLOUDLINUX 7.3 x86_64 (CentOS 7)
- WHM 60.0 (build 32)
- LVE Manager
- CageFS
- Apache mod_lsapi
- MySQL Governor
Cheers,
IPXVIII
Im running in a issue after each reboot on my server, all sites showing up a "503 Service Unavailable" error.
After digging around in the logs I found this error in
/var/log/apache2/sulsphp_log:
Code:
[ERROR No such file or directory:2] sulsphp: ****; entering jail error: Skeleton directory is not mounted: /usr/share/cagefs-skeleton
Code:
/usr/sbin/cagefsctl -M
The conclusion is that CageFS is not automatically mounting the Skeleton directory after a reboot.
So how to fix this?
Im running a fresh installed server:
- CLOUDLINUX 7.3 x86_64 (CentOS 7)
- WHM 60.0 (build 32)
- LVE Manager
- CageFS
- Apache mod_lsapi
- MySQL Governor
Cheers,
IPXVIII
Comment