ispCP - Board - Support
[SOLVED] domain status "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: [SOLVED] domain status "Addition in progress" (/thread-2288.html)



[SOLVED] domain status "Addition in progress" - dionet - 02-02-2008 07:51 AM

Hello,
I installed some days ago ispCP, and it seems good, but I have a problem when creating a new user/domain.

After I add a domain, if I try to login to that domain, it says " example.org's account status is not ok!".

When I go to the domains list, I click on details and it says "Status: Addition in progress".

I waited more than an hour and nothing.
I tried the demo installation here, and it does change from Addition in progress to ok in less than a minute, so something is wrong here Tongue.

The system is Ubuntu 7.10 using the last ispCP trunk.

Thank you


RE: domain status "Addition in progress" - joximu - 02-02-2008 07:59 AM

Did you search in the forum?

What says the debugger page:
http://server/admin/ispcp_debugger.php
?

Is the ispcp_daemon running (fine)?

What's going on if you call the engine scripts manually? (the request manager - and enable debug output before...)

/J


RE: domain status "Addition in progress" - dionet - 02-02-2008 08:13 AM

When I call the request manager:
Code:
Out of memory!
Callback called exit.
END failed--call queue aborted at ./ispcp-rqst-mngr line 139.
Callback called exit at ./ispcp-rqst-mngr line 139.
END failed--call queue aborted at ./ispcp-rqst-mngr line 88.

Server out of memory?

Edit: Now the domain status is: get_file() | ERROR: File '/etc/ispcp/apache/parts/custom.conf.tpl' does not exist !


RE: domain status "Addition in progress" - joximu - 02-02-2008 08:41 AM

ok, the message is clear (both :-)

Have a look at the mentioned file/path...

/J


RE: domain status "Addition in progress" - bobpang425 - 02-07-2008 09:21 PM

i also have the problem with ubuntu 7.10 (before)
and debian etch (today)


RE: domain status "Addition in progress" - BeNe - 02-07-2008 10:05 PM

Which Problem ?

"Status: Addition in progress" or Out of memory! ??
"Status: Addition in progress" is no Errorr - it is a feature.

Greez BeNe


RE: domain status "Addition in progress" - bobpang425 - 02-07-2008 10:24 PM

BeNe Wrote:Which Problem ?

"Status: Addition in progress" or Out of memory! ??
"Status: Addition in progress" is no Errorr - it is a feature.

Greez BeNe
when i added new user (domain ) , just how as the pic....can't create the user (domain)...i found /var/www/virtual ....nothing @.@Sad

run debug
show
happy.cc <<my test domain
sys_command() | ERROR: External command '/usr/sbin/groupadd -g 2001 vu2001' returned '9' status !


RE: domain status "Addition in progress" - bobpang425 - 02-07-2008 10:47 PM

My problem solved !!!!
i founed that ..
vi /etc/hosts
need to add the domain & the server name
then..
restart proftpd & apache2 .....all O.k!

but ...installed the RC3 ....have other prblem....also the status like "STOP" pic
...click it ...
sys_command() | ERROR: External command '/usr/sbin/groupadd -g 2001 vu2001' returned '9' status !

FIXED!!!by need.....
we need to .....delete the
/etc/passwd
/etc/groupd
after the
vu2000:x:2000:
the....all delete with vu XXXX


RE: domain status "Addition in progress" - sci2tech - 09-08-2008 03:30 AM

mrglinux Wrote:debian:/var/www/ispcp/engine# cat /var/log/ispcp/ispcp-dmn-mngr.stderr
Can't locate Net/LibIDN.pm in @INC (@INC contains: /var/www/ispcp/engine/ /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at /var/www/ispcp/engine/ispcp-dmn-mngr line 37.
BEGIN failed--compilation aborted at /var/www/ispcp/engine/ispcp-dmn-mngr line 37.
This is the problem: you did not install all required package, in this case is libnet-libidn-perl. Do not expect to work if you not follow all the step from INSTALL document. You really need to install all package for you distro (for debian etch: http://www.isp-control.net/ispcp/browser/trunk/docs/Debian/debian-packages-etch)