Symptoms
When using CloudLinux or Ubuntu with the CloudLinux subsystem, certain system changes do not propagate to users after the changes have been made.
This can be seen with software installations, configuration file changes, or system-wide plugin updates.
Cause
Users using CageFS may not see system wide changes immediately. This is due to the way that CageFS mounts the user's protected environment.
Resolution
Remounting CageFS for the affected user, or all users, should propagate any system-wide updates.
Troubleshooting a Single User
- Access your server using SSH as the
rootuser - Remount CageFS for the affected user:
# cagefsctl -m $user
- If the updates still have not propagated to the user, disable and re-enable Cage FS
# cagefsctl --disable $user
# cagefsctl --enable $user
Troubleshooting for All Users
- Access your server using SSH as the
rootuser - Remount CageFS for all users on the server:
# cagefsctl -M
- Force an update to the CageFS mounts:
# cagefsctl --force-update
- If the issue persists for one or all users, you can reinitialize CageFS:
# cagefsctl --reinit
Comments
0 comments
Article is closed for comments.