i'm having the same issue, i've stopped the ispcp service, then ran the /var/www/ispcp/engine/ispcp-rqst-mngr command, and the status of the domain is never OK, and still states :
Code:
Status sys_command_rs() | Ending...
after doing the following command:
Code:
cat /var/log/ispcp/ispcp-dmn-mngr.stderr
i'm prompted with the following:
Code:
/usr/bin/touch: cannot touch `/var/www/scoreboards/domain-name.com': No such file or directory
(obviously i've switched my domain name for domain-name.com)
i manually did mkdir /var/www/scoreboards
repeated the process, and it still says the same error as abouve about no such file or directory..
so i tried to manually touch /var/www/scoreboards/domain-name.com
this didn't fix it, so i removed the file, and did a makedir named domain-name.com... still didn't fix it.. i then checked to make sure /usr/bin/touch was there.. it is, as well as in /bin/touch so i edited the ispcp.conf to make /usr/bin/touch become /bin/touch and retried the previous steps.. still no go.. i then replaced the altered entry in the config file to again use /usr/bin/touch..
now i'm waiting to see if a fix / solution to my issue is anywhere to be found.