Skip to main content
All CollectionsVPSCyberPanel VPS
Troubleshooting CyberPanel Upgrade
Troubleshooting CyberPanel Upgrade

How to fix issues for CyberPanel upgrade

Updated over 2 months ago

/tmp file permissions

During the CyberPanel upgrade, you may encounter an error related to file permissions:

error: [Errno 13] Permission denied: '/tmp/pip-build-v7_dcwz_/pynacl/src/libsodium/configure'
CyberPanel upgrade failed

In such cases, you must check to see if the /tmp directory is mounted with noexec by running the following command from a command window:

mount | grep /tmp

You will see the results:

mount | grep /tmp

If noexec is present, edit /etc/fstab as root and remove noexec from the mount options of /tmp.
Reboot the system or run the following command

mount -o remount /tmp

After these changes, the CyberPanel upgrade should succeed.

Did this answer your question?