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

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

    #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
    • 100

    #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

    • paul
      Junior Member
      Forum Explorer
      • Mar 2021
      • 14

      #3
      Hello,

      I don't have imunify360 installed, only imunify AV. I too get the Your CloudLinux Server has issues emailed every day.

      Code:
      ​Check cagefs mount points exists:
      FAILED: There are missing mount points: ['/var/run/imunify360_user']​
      ​​
      I have tried
      Code:
      ​mkdir -p -m 1755 /var/run/imunify360_user && chown root:root /var/run/imunify360_user
      ​​This does resolve the problem for a day or so, but then the problem returns and the mount point is removed.

      How can i resolve this?

      Comment

      • alevchenko
        Administrator
        • Mar 2023
        • 100

        #4
        Our dev team is aware of this issue and is currently working on a fix. We expect the fix to be released soon. You can refer to:

        Comment

        Working...