There are missing mount points: ['/var/run/imunify360_user']

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • oceanwave
    Junior Member
    Forum Explorer
    • Dec 2024
    • 16

    #1

    There are missing mount points: ['/var/run/imunify360_user']

    With no manual config changes with Cloudlinux 9 system, after the latest kernel update and reboot, I got the following email the following night:

    Check cagefs mount points exists:
    FAILED: There are missing mount points: ['/var/run/imunify360_user']

    What is the cause of this and what is the solution?
  • alevchenko
    Administrator
    • Mar 2023
    • 91

    #2
    Hello,

    The cause may be the missing directory mentioned in the error message. Please check:
    Code:
    ll -d /var/run/imunify360_user
    If that's the case, please try to recreate it with:
    Code:
    mkdir -p -m 1755 /var/run/imunify360_user && chown root:root /var/run/imunify360_user

    Comment

    Working...