Announcement

Collapse
No announcement yet.

CageFS - Error: Skeleton directory is not mounted - CL7

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • CageFS - Error: Skeleton directory is not mounted - CL7

    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:

    Code:
    [ERROR No such file or directory:2] sulsphp: ****; entering jail error: Skeleton directory is not mounted: /usr/share/cagefs-skeleton
    I fixed it with:

    Code:
    /usr/sbin/cagefsctl -M
    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

  • #2
    Hello,

    We are preparing an update where this issue will be fixed, most probably will release it today. However, you can fix it for good with just:

    Code:
    systemctl enable cagefs

    Comment

    Working...
    X