I have CentOS release 6.3 (Final) and Centova Cast v3.0.4
I am running out of space in /usr and trying to move /usr/local/centovacast/var/vhosts to /home by:
1) Stopping Centova Cast:
# service centovacast stop
Stopping Centova Cast: cc-ftpd cc-web cc-appserver cc-control cc-imaged
2) Moving vhosts and creating symlink:
# mv /usr/local/centovacast/var/vhosts /home/
# ln -s /home/vhosts /usr/local/centovacast/var/vhosts
3) Starting Centova Cast:
# service centovacast start
Starting Centova Cast: cc-control setuid: Resource temporarily unavailable
Failed to drop privs- failed
What am I doing wrong?
I tried to remove the symlink and move vhosts back, but the result is the same, so I would keep it in new place.