running it manually (always) does the trick. I could not find out, why it does not work "out of the box" though... what could prevent it from running properly?
Code:
notroot@ubuntu:/var/www$ ps aux | grep ispcp_daemon
notroot 23985 0.0 0.1 1700 448 ? S Jun29 0:00 /var/www/ispcp/daemon/ispcp_daemon -- -p /var/run/ispcp_daemon.pid
notroot 25132 0.0 0.2 3004 756 pts/0 R+ 21:07 0:00 grep ispcp_daemon
is the output while running the system... does that look right to you? Maybe running it as underprivileged User (ubuntu standard) causes problems?
Code:
notroot@ubuntu:/var/www$ killall ispcp_daemon
notroot@ubuntu:/var/www$ /etc/init.d/ispcp_daemon start
* Starting ispCP GUI-Backend communication Daemon ispcp_daemon [ OK ]
Code:
notroot@ubuntu:/var/www$ killall ispcp_daemon
ispcp_daemon: no process killed
notroot@ubuntu:/var/www$ ps aux | grep ispcp_daemon
notroot 25207 0.0 0.2 3004 756 pts/0 R+ 21:11 0:00 grep ispcp_daemon
a "start" brings it up again:
Code:
notroot@ubuntu:/var/www$ ps aux | grep ispcp_daemon
notroot 25261 0.0 0.1 1700 448 ? S 21:12 0:00 /var/www/ispcp/daemon/ispcp_daemon -- -p /var/run/ispcp_daemon.pid
no errors there...
the daemon.log reads:
Jun 30 21:12:14 ubuntu ispcp_daemon[25261]: ispCP daemon v1.1 started!
the syslog states:
Code:
Jun 30 21:10:15 ubuntu kernel: [1593552.158158] ispcp_daemon[25194]: segfault at 00000046 eip b7ec71e9 esp bfd86ed8 error 4
Jun 30 21:12:06 ubuntu ispcp_daemon[25223]: ispCP daemon v1.1 started!
Jun 30 21:12:06 ubuntu kernel: [1593662.984675] ispcp_daemon[25223]: segfault at 00000046 eip b7ebc1e9 esp bfdd6f28 error 4
Jun 30 21:12:14 ubuntu ispcp_daemon[25261]: ispCP daemon v1.1 started!
Jun 30 21:15:01 ubuntu /USR/SBIN/CRON[25301]: (root) CMD (/var/www/ispcp/engine/traffic/ispcp-vrl-traff-correction &>/var/log/ispcp/ispcp-vrl$
...
thanks for your help!