Problem CSF Cyberpanel

I just created a new tmp in almalinux, because the tmp created by cyberpanel is too small.

after tmp is created, I can’t access CSF, message like this:
Invalid tempfile ownership [/tmp/tmpwtvn8z1f] at /usr/local/csf/bin/cyberpanel.pl line 35.

is anyone having the same problem and can help me solve it?

chown the tmp in SSH to fix this permission issue.

if so, what are the permissions for the tmp file? because I see it’s already under root

I will reproduce this issue and let you know a clear solution.

Thank you very much for the help, I’m waiting for good news from you

hello, have you found the problem?

I tried and haven’t experienced any such issue. Please run this command and send the output here

df -h

login as root and try to chown command on the tmp file you created. Example as below

Navigate to the tmp folder by

cd /path_to_tmp_folder/

Then chown the folder to give permissions

chown FOLDER_NAME X

Thank you very much for the help.
.

1 Like