I ran yum groupinstall alt-php to add PHP 7.2 to a server tonight. I received a ton of errors like:
Error : failed to write file /home/someuser/.cl.selector/defaults.cfg : [Err code 13] Permission denied: /home/someuser/.cl.selector/cagefs_wEQjOr
Error : failed to create symlink /home/someuser/.cagefs/opt/alt/php52/link/conf to /opt/alt/php52/etc/php.d : [Err code 13] Permission denied
Error : failed to create symlink /home/someuser/.cagefs/opt/alt/php53/link/conf to /opt/alt/php53/etc/php.d : [Err code 13] Permission denied
This "someuser" account was previously terminated, so it does not exist. That is obviously the cause of the error. But where is CageFS getting its list of users, so I can figure out why "someuser" still exists, and get rid of it?
Thanks!
- Scott
Error : failed to write file /home/someuser/.cl.selector/defaults.cfg : [Err code 13] Permission denied: /home/someuser/.cl.selector/cagefs_wEQjOr
Error : failed to create symlink /home/someuser/.cagefs/opt/alt/php52/link/conf to /opt/alt/php52/etc/php.d : [Err code 13] Permission denied
Error : failed to create symlink /home/someuser/.cagefs/opt/alt/php53/link/conf to /opt/alt/php53/etc/php.d : [Err code 13] Permission denied
This "someuser" account was previously terminated, so it does not exist. That is obviously the cause of the error. But where is CageFS getting its list of users, so I can figure out why "someuser" still exists, and get rid of it?
Thanks!
- Scott
Comment