![]() |
daemon not running properly? - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: System Setup & Installation (/forum-32.html) +--- Thread: daemon not running properly? (/thread-3641.html) |
daemon not running properly? - chrisi99 - 06-30-2008 07:16 AM - OS : Ubuntu 8.04 - ispCP Version RC4 - Keine Mods/Addons - VM-Ware-Image auf einem Root ------------------------------------ I am (unfortunately) still experiencing problems with the webmail. The ispcp_daemon seems to be running... Code: notroot@ubuntu:/var/log$ sudo /etc/init.d/ispcp_daemon restart still changes are not made "Modification in Progress" ... whats the reason for that behavior? any help is appreciated! best wishes Chris RE: daemon not running properly? - sci2tech - 06-30-2008 07:22 AM What is the status in coresponding table (domain, domain_aliases etc) for the "Modification in Progress"? Did you try to kill the daemon and then try a start followed by a restart? Can you post /etc/init.d/ispcp_daemon file? Is anything relevant in logs regarding this? RE: daemon not running properly? - chrisi99 - 06-30-2008 07:28 AM hi! the status column reads "toadd" or "change" Stopping the daemon results in a "fail"... strange! Code: * Starting ispCP GUI-Backend communication Daemon ispcp_daemon [ OK ] Quote:PATH=/sbin:/bin:/usr/sbin:/usr/bin i checked the ispcp logfiles ... but nothing obvious occured... RE: daemon not running properly? - sci2tech - 06-30-2008 08:25 AM try to manually execute ispcp/engine/ispcp-rqst-mngr to add you mofication. About logs i should look in /var/log/syslog and /var/log/daemon.log. Try to kill ispcp_daemon and see if fail is repeating. Try to stop daemon and with ps aux | grep ispcp_daemon see if all istances are stoped. Then run daemon and with same check verify is instance of daemon is running. If is stopped corectely and then started you dont have to worry about fail message. Is caused by /lib/lsb/init-functions. Try to update this file (check debian lenny version) RE: daemon not running properly? - chrisi99 - 07-01-2008 05:08 AM 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 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 Code: notroot@ubuntu:/var/www$ killall ispcp_daemon a "start" brings it up again: Code: notroot@ubuntu:/var/www$ ps aux | grep ispcp_daemon 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 thanks for your help! RE: daemon not running properly? - sci2tech - 07-01-2008 05:21 AM With this i can`t help. Daemon crashes when is initialized. What you can try is to rebuild daemon and try overwrite existing one. RE: daemon not running properly? - chrisi99 - 07-01-2008 05:37 AM the installation itself worked like a charm though ... strange ![]() can you help me with rebuilding the daemon? thanks alot for helping me! ![]() RE: daemon not running properly? - sci2tech - 07-01-2008 05:47 AM Download last ispcp version. Change to ispcp directory resulted after extract files make clean install Go to /tmp/ispcp/var/www/ispcp/daemon Stop/Kill running instance of ispcp_daemon. Copy ispcp_daemon in /var/www/ispcp/daemon (overwrite the old one) Start new daemon. See in logs if still have crash. Delete /tmp/ispcp RE: daemon not running properly? - chrisi99 - 07-01-2008 06:51 PM hi! the proplem seems to derive from the following while installing the needed packages with Code: sudo apt-get install $(cat ./docs/Ubuntu/ubuntu-packages-hardy) at a certain point it says: Code: libnet-libidn-perl is already the newest version. and aborts the installation. How can I get past this? kind regards Chris RE: daemon not running properly? - sci2tech - 07-01-2008 07:00 PM try modify docs/Ubuntu/ubuntu-packages-hardy and change libperl5.10 in libperl5.8 |