![]() |
Domains stuck in "Addition in progress" - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Usage (/forum-34.html) +--- Thread: Domains stuck in "Addition in progress" (/thread-7802.html) Pages: 1 2 |
Domains stuck in "Addition in progress" - olindata - 09-08-2009 09:03 PM Hey guys, well, as the title says, teh domains are stuck in that mode. The daemon is running and i even restarted it. On the ispcp debugger page in the admin interface, it says 17 requests pending. When I click on it, I get a message saying "Daemon returned 0 as status code" I'm using 1.0.2 on CentOS 5.3. Any help would be highly appreciated! RE: Domains stuck in "Addition in progress" - kilburn - 09-08-2009 09:15 PM You should test 2 things: 1- Manually connect to the daemon using telnet and tell it to "execute request". See what happens. 2- Manually run the ispcp-rqst-mngr and see what happens. RE: Domains stuck in "Addition in progress" - olindata - 09-08-2009 09:24 PM Thanks! See my results below: (09-08-2009 09:15 PM)kilburn Wrote: You should test 2 things: Code: [root@web01 ~]# netstat -lepn | grep ispcp 2- Manually run the ispcp-rqst-mngr and see what happens. [/quote] Code: [root@web01 ~]# ispcp-rqst-mngr RE: Domains stuck in "Addition in progress" - kilburn - 09-08-2009 10:43 PM Quote: So your server doesn't know how to route to localhost? Something is really wrong here. Do you have a "127.0.0.1 localhost" line in /etc/hosts? If not, add it.... Quote: ... and your domains got configured properly, right? RE: Domains stuck in "Addition in progress" - olindata - 09-08-2009 10:49 PM (09-08-2009 10:43 PM)kilburn Wrote:Quote: Hmm.. apparently there was something wrong with the ProFTPd config that was causing this. For some reason, there were two lines in the config file that were routing authorisation to PAM. Strange though, since I just followed the guidelines with the install and didn't use it beforehand. Anyway, once that was all good and done, the requests were processed and everything seems to be peachy. As a general comment though, I can say that this whole thing would be much easier to setup if there was proper logging and error messages. Now, stuff is all over the place, which makes it really hard to figure out what is wrong for an ispCp n00b (not a linux n00b at all, just ispCp). On to making my smtp work ![]() RE: Domains stuck in "Addition in progress" - olindata - 09-23-2009 03:12 AM (09-08-2009 10:49 PM)olindata Wrote:(09-08-2009 10:43 PM)kilburn Wrote:Quote: Apparently something is still wrong here, daemon still returns 0 as its status code. Even when I stop and start the daemon, this remains the same. I have a feeling it might have something to do with us not having installed dovecot and a bunch of other services. The problem here is: how can I see what is going on? where does that daemon log what it is doing, and where do errors go? RE: Domains stuck in "Addition in progress" - sci2tech - 09-23-2009 03:33 AM You need to kill daemon by pid with sigkill signal. Then start it again. Or reboot server. RE: Domains stuck in "Addition in progress" - olindata - 09-23-2009 03:38 AM (09-23-2009 03:33 AM)sci2tech Wrote: You need to kill daemon by pid with sigkill signal. Then start it again. Or reboot server. Isn't the following enough? ~: /etc/init.d/ispcp_daemon stop ~: /etc/init.d/ispcp_daemon start RE: Domains stuck in "Addition in progress" - sci2tech - 09-23-2009 03:40 AM In your case no. To check: Code: /etc/init.d/ispcp_daemon stop RE: Domains stuck in "Addition in progress" - olindata - 09-23-2009 04:03 AM (09-23-2009 03:40 AM)sci2tech Wrote: In your case no. To check: Code: [olindata@web01 ~]$ sudo /etc/init.d/ispcp_daemon stop (09-23-2009 03:40 AM)sci2tech Wrote: Next time please use search. This was discussed over and over again.Oh, sorry! I continued my own thread for two reasons: - it is a continuation of this problem that was never really solved, it just seemed liek it was. - googling with "Daemon returned 0 as status code" led me straight here ![]() |