![]() |
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) |
RE: daemon not running properly? - chrisi99 - 07-01-2008 07:48 PM Code: 0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded. so that worked! *waiting at generating pwd.... * ![]() Code: Setting Engine Permissions: ............done the syslog (still) says: Code: Jul 1 11:45:05 ubuntu ispcp_daemon[11895]: ispCP daemon v1.1 started! the daemon.log reads now: Code: Jul 1 11:39:47 ubuntu ispcp_daemon[27146]: bind() error: Address already in use ! ^M Please check for an other running daemon!^M i am a little bit confused ... what could be the troublemaker? Maybe it has something to do with the strange way of ubuntu handeling the root permissions? I would have gone with debian anyway, but was overruled ... RE: daemon not running properly? - sci2tech - 07-01-2008 07:51 PM chrisi99 Wrote:Jul 1 11:39:47 ubuntu ispcp_daemon[27146]: bind() error: Address already in use ! ^M Please check for an other running daemon!^MKill ispcp-daemon first. You already have an instance running. then check again RE: daemon not running properly? - chrisi99 - 07-01-2008 08:01 PM Code: notroot@ubuntu:/var/log$ ps aux | grep ispcp_daemo Code: notroot@ubuntu:/var/log$ /etc/init.d/ispcp_daemon start syslog Code: Jul 1 11:59:42 ubuntu ispcp_daemon[12057]: ispCP daemon v1.1 started! RE: daemon not running properly? - sci2tech - 07-01-2008 09:39 PM Sorry for delayed answer, but i did install a fresh ubuntu hardy with a fresh new ispcp (first thing i did modify libperl5.10 in libperl5.8). I could not reproduce your problem, but what I did modify /etc/hosts because hostname was truncated Code: 127.0.0.1 eu.bogus.local localhost Code: 127.0.0.1 eu.bogus.local localhost Quote:eu:/_backup/var/log# cat syslog | grep ispcpit is the normal output when a domain is added (I have 2 in my logs ![]() RE: daemon not running properly? - chrisi99 - 07-01-2008 10:56 PM thanks for your great effort in helping me! Code: # 'hosts' file configuration. I kept my old hosts from my VHCS Server, since the ubuntu server should replace it once operational. the "system" is an VM Image, fresh from thoughtpolice. I only ran the apt update and installed ispcp with all needed packages... do you have any ideas left? ![]() Thank you A LOT for your help! best wishes Chris RE: daemon not running properly? - chrisi99 - 07-02-2008 12:09 AM interesting: while manually updating the ispcp daemon a new "error" occurred: Code: Status sys_command() | ERROR: External command '/usr/sbin/groupadd -g 2001 vu2001' returned '9' status ! (in the overview panel)... RE: daemon not running properly? - sci2tech - 07-02-2008 01:06 AM This new error has nothing to do with daemon. The user that you try to add is already in /etc/passwd. either remove it from /etc/passwd, /etc/shadow, /etc/group and /etc/gshadow either in table auto-num (ispcp database) add this INSERT INTO `ispcp`.`auto_num` ( `id` , `msg` ) VALUES ( '1', 'auto-num' ); But please test if this happend again, see if this happend (error message) when a new domain is added or it is not happend again. Verify than no other domain has same uid/gid (table domain). if it has change uid/gid to 0 and then change the coresponding domain, domain-alias and subdomains status in change and coresponding mail_users staus in toadd, then run ispcp-rqst-mngr. To proper diagnostic must know how many domain exists in your system (i expect 2 and 1 with defective status), haw many corresponding entry do you have in /etc/passwd (DO NOT POST HERE /etc/passwd ![]() RE: daemon not running properly? - chrisi99 - 07-02-2008 01:25 AM changing the status in the DB to "toadd" and running the mgr resolves the problem. It did not occur a second time (added 3 domains for testing)... still the original problem stays unsolved. I looked around the internet for about an hour or so, but this problem seems to be quite unique (as you suggested with your testinstallation). maybe I could get hold of your configuration (because the hardy I use is as mentioned a package from another webpage)... yet that does not sound to promising ^^ RE: daemon not running properly? - sci2tech - 07-02-2008 01:52 AM I`m sorry that with original problem I can`t help further. I could not replicate so i can`t debug to see what is wrong. RE: daemon not running properly? - chrisi99 - 07-02-2008 02:13 AM i do of course understand that! You have done more than most would to help me. I will see, if help from the developer is possible. If you are interested from the technical perspektiv I would of course give you root access, since this is a test platform and only a virtual machine that would not be a problem! best wishes Chris |