ispCP - Board - Support
domain wont delete ? - 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: domain wont delete ? (/thread-13333.html)

Pages: 1 2 3


RE: domain wont delete ? - jacksparrow - 06-02-2011 12:38 AM

i never saw a php admin button for ispcp where can i find the database for ispcp?



(05-30-2011 09:53 PM)aseques Wrote:  Open the phmyadmin ispcp database:
On table domain look for the domain with problems, change the value of the field domain_status into 'change' (probably it's currently set to ok).
Ther run ispcp-rqst-mngr


in the admin pannel under ispcp debugger i found this error

freelinktrade.xx- Set status to 'change'
sys_command() | [ERROR] External command '/usr/sbin/userdel vu2017' exited with value 8 !

maybe this will help some one to identify the error and have the solution to fx the error


RE: domain wont delete ? - aseques - 06-02-2011 06:48 AM

(06-02-2011 12:38 AM)jacksparrow Wrote:  i never saw a php admin button for ispcp where can i find the database for ispcp?
It's on the login page for example. Also there are some links within the control panel.

(06-02-2011 12:38 AM)jacksparrow Wrote:  
(05-30-2011 09:53 PM)aseques Wrote:  Open the phmyadmin ispcp database:
On table domain look for the domain with problems, change the value of the field domain_status into 'change' (probably it's currently set to ok).
Ther run ispcp-rqst-mngr


in the admin pannel under ispcp debugger i found this error

freelinktrade.xx- Set status to 'change'
sys_command() | [ERROR] External command '/usr/sbin/userdel vu2017' exited with value 8 !

maybe this will help some one to identify the error and have the solution to fx the error
Te manual for userdel (http://linux.die.net/man/8/userdel) says that 8 means "user currently logged in"
Kill that user's session and try again...


RE: domain wont delete ? - jacksparrow - 06-02-2011 07:37 AM

thnx m8
next question
how do i kill the user Cool
i dont know where he lives Tongue

do you have a comandline for this ?


RE: domain wont delete ? - kilburn - 06-02-2011 03:20 PM

Code:
ps -fe | grep vu2017 | grep -v grep | awk '{print $2}' | xargs kill -9



RE: domain wont delete ? - Rico29 - 06-16-2011 07:09 PM

Hi all,

I have the same problem, I can't delete two domains newly created.

In DB, domain_status is set to "delete".

/etc/passwd entries and /var/www/virtual/<domain> are created.

when I run the request manager it returns :
Code:
root@gan-w9:/var/log/ispcp# /var/www/ispcp/engine/ispcp-rqst-mngr
[DEBUG] push_el() sub_name: mngr_start_up(), msg: Starting...
[DEBUG] push_el() sub_name: lock_system(), msg: Starting...
[DEBUG] push_el() sub_name: lock_system(), msg: Ending...
[DEBUG] push_el() sub_name: del_file(), msg: Starting...
[DEBUG] push_el() sub_name: del_file(), msg: Ending...
[DEBUG] push_el() sub_name: mngr_start_up(), msg: Ending...
[DEBUG] push_el() sub_name: mngr_engine(), msg: Starting...
[DEBUG] push_el() sub_name: mngr_engine_process(), msg: Starting...
[DEBUG] push_el() sub_name: mngr_engine_process(), msg: processing type dmn.
[DEBUG] push_el() sub_name: doHashSQL(), msg: Starting...
[DEBUG] push_el() sub_name: doHashSQL(), msg: Ending...
[DEBUG] push_el() sub_name: mngr_engine_process(), msg: Ending...
[DEBUG] push_el() sub_name: mngr_engine_process(), msg: Starting...
[DEBUG] push_el() sub_name: mngr_engine_process(), msg: processing type sub.
[DEBUG] push_el() sub_name: doHashSQL(), msg: Starting...
[DEBUG] push_el() sub_name: doHashSQL(), msg: Ending...
[DEBUG] push_el() sub_name: mngr_engine_process(), msg: Ending...
[DEBUG] push_el() sub_name: mngr_engine_process(), msg: Starting...
[DEBUG] push_el() sub_name: mngr_engine_process(), msg: processing type als.
[DEBUG] push_el() sub_name: doHashSQL(), msg: Starting...
[DEBUG] push_el() sub_name: doHashSQL(), msg: Ending...
[DEBUG] push_el() sub_name: mngr_engine_process(), msg: Ending...
[DEBUG] push_el() sub_name: mngr_engine_process(), msg: Starting...
[DEBUG] push_el() sub_name: mngr_engine_process(), msg: processing type alssub.
[DEBUG] push_el() sub_name: doHashSQL(), msg: Starting...
[DEBUG] push_el() sub_name: doHashSQL(), msg: Ending...
[DEBUG] push_el() sub_name: mngr_engine_process(), msg: Ending...
[DEBUG] push_el() sub_name: mngr_engine_process(), msg: Starting...
[DEBUG] push_el() sub_name: mngr_engine_process(), msg: processing type mbox.
[DEBUG] push_el() sub_name: doHashSQL(), msg: Starting...
[DEBUG] push_el() sub_name: doHashSQL(), msg: Ending...
[DEBUG] push_el() sub_name: mngr_engine_process(), msg: Ending...
[DEBUG] push_el() sub_name: mngr_engine_process(), msg: Starting...
[DEBUG] push_el() sub_name: mngr_engine_process(), msg: processing type htusers.
[DEBUG] push_el() sub_name: doHashSQL(), msg: Starting...
[DEBUG] push_el() sub_name: doHashSQL(), msg: Ending...
[DEBUG] push_el() sub_name: mngr_engine_process(), msg: Ending...
[DEBUG] push_el() sub_name: mngr_engine_process(), msg: Starting...
[DEBUG] push_el() sub_name: mngr_engine_process(), msg: processing type htgroups.
[DEBUG] push_el() sub_name: doHashSQL(), msg: Starting...
[DEBUG] push_el() sub_name: doHashSQL(), msg: Ending...
[DEBUG] push_el() sub_name: mngr_engine_process(), msg: processing 6, 6, toadd.
[DEBUG] push_el() sub_name: sys_command(), msg: Starting...
[DEBUG] push_el() sub_name: getCmdExitValue(), msg: Starting...
[DEBUG] push_el() sub_name: getCmdExitValue(), msg: [DEBUG] External command exited with value 1
[DEBUG] push_el() sub_name: getCmdExitValue(), msg: Ending...
[DEBUG] push_el() sub_name: sys_command(), msg: [ERROR] External command '/var/www/ispcp/engine/ispcp-htgroups-mngr 6 1>/var/log/ispcp/ispcp-htgroups-mngr.stdout 2>/var/log/ispcp/ispcp-htgroups-mngr.stderr' exited with value 1 !
[DEBUG] pop_el() sub_name: sys_command(), msg: [ERROR] External command '/var/www/ispcp/engine/ispcp-htgroups-mngr 6 1>/var/log/ispcp/ispcp-htgroups-mngr.stdout 2>/var/log/ispcp/ispcp-htgroups-mngr.stderr' exited with value 1 !
[DEBUG] push_el() sub_name: get_el_error(), msg: Starting...
[DEBUG] push_el() sub_name: get_file(), msg: Starting...
[DEBUG] push_el() sub_name: get_file(), msg: Ending...
[DEBUG] push_el() sub_name: get_el_error(), msg: Ending...
[DEBUG] push_el() sub_name: /var/www/ispcp/engine/ispcp-htgroups-mngr, msg: Ending...
[DEBUG] pop_el() sub_name: /var/www/ispcp/engine/ispcp-htgroups-mngr, msg: Ending...
[DEBUG] pop_el() sub_name: get_el_error(), msg: Ending...
[DEBUG] pop_el() sub_name: get_file(), msg: Ending...
[DEBUG] pop_el() sub_name: get_file(), msg: Starting...
[DEBUG] pop_el() sub_name: get_el_error(), msg: Starting...
[DEBUG] pop_el() sub_name: getCmdExitValue(), msg: Ending...
[DEBUG] pop_el() sub_name: getCmdExitValue(), msg: [DEBUG] External command exited with value 1
[DEBUG] pop_el() sub_name: getCmdExitValue(), msg: Starting...
[DEBUG] pop_el() sub_name: sys_command(), msg: Starting...
[DEBUG] pop_el() sub_name: mngr_engine_process(), msg: processing 6, 6, toadd.
[DEBUG] pop_el() sub_name: doHashSQL(), msg: Ending...
[DEBUG] pop_el() sub_name: doHashSQL(), msg: Starting...
[DEBUG] pop_el() sub_name: mngr_engine_process(), msg: processing type htgroups.
[DEBUG] pop_el() sub_name: mngr_engine_process(), msg: Starting...
[DEBUG] pop_el() sub_name: mngr_engine_process(), msg: Ending...
[DEBUG] pop_el() sub_name: doHashSQL(), msg: Ending...
[DEBUG] pop_el() sub_name: doHashSQL(), msg: Starting...
[DEBUG] pop_el() sub_name: mngr_engine_process(), msg: processing type htusers.
[DEBUG] pop_el() sub_name: mngr_engine_process(), msg: Starting...
[DEBUG] pop_el() sub_name: mngr_engine_process(), msg: Ending...
[DEBUG] pop_el() sub_name: doHashSQL(), msg: Ending...
[DEBUG] pop_el() sub_name: doHashSQL(), msg: Starting...
[DEBUG] pop_el() sub_name: mngr_engine_process(), msg: processing type mbox.
[DEBUG] pop_el() sub_name: mngr_engine_process(), msg: Starting...
[DEBUG] pop_el() sub_name: mngr_engine_process(), msg: Ending...
[DEBUG] pop_el() sub_name: doHashSQL(), msg: Ending...
[DEBUG] pop_el() sub_name: doHashSQL(), msg: Starting...
[DEBUG] pop_el() sub_name: mngr_engine_process(), msg: processing type alssub.
[DEBUG] pop_el() sub_name: mngr_engine_process(), msg: Starting...
[DEBUG] pop_el() sub_name: mngr_engine_process(), msg: Ending...
[DEBUG] pop_el() sub_name: doHashSQL(), msg: Ending...
[DEBUG] pop_el() sub_name: doHashSQL(), msg: Starting...
[DEBUG] pop_el() sub_name: mngr_engine_process(), msg: processing type als.
[DEBUG] pop_el() sub_name: mngr_engine_process(), msg: Starting...
[DEBUG] pop_el() sub_name: mngr_engine_process(), msg: Ending...
[DEBUG] pop_el() sub_name: doHashSQL(), msg: Ending...
[DEBUG] pop_el() sub_name: doHashSQL(), msg: Starting...
[DEBUG] pop_el() sub_name: mngr_engine_process(), msg: processing type sub.
[DEBUG] pop_el() sub_name: mngr_engine_process(), msg: Starting...
[DEBUG] pop_el() sub_name: mngr_engine_process(), msg: Ending...
[DEBUG] pop_el() sub_name: doHashSQL(), msg: Ending...
[DEBUG] pop_el() sub_name: doHashSQL(), msg: Starting...
[DEBUG] pop_el() sub_name: mngr_engine_process(), msg: processing type dmn.
[DEBUG] pop_el() sub_name: mngr_engine_process(), msg: Starting...
[DEBUG] pop_el() sub_name: mngr_engine(), msg: Starting...
[DEBUG] pop_el() sub_name: mngr_start_up(), msg: Ending...
[DEBUG] pop_el() sub_name: del_file(), msg: Ending...
[DEBUG] pop_el() sub_name: del_file(), msg: Starting...
[DEBUG] pop_el() sub_name: lock_system(), msg: Ending...
[DEBUG] pop_el() sub_name: lock_system(), msg: Starting...
[DEBUG] pop_el() sub_name: mngr_start_up(), msg: Starting...
[DEBUG] pop_el() sub_name: get_conf(), msg: Ending...
[DEBUG] pop_el() sub_name: setup_main_vars(), msg: Ending...
[DEBUG] pop_el() sub_name: decrypt_db_password(), msg: Ending...
[DEBUG] pop_el() sub_name: decrypt_db_password(), msg: Starting...
[DEBUG] pop_el() sub_name: setup_main_vars(), msg: Starting...
[DEBUG] pop_el() sub_name: get_file(), msg: Ending...
[DEBUG] pop_el() sub_name: get_file(), msg: Starting...
[DEBUG] pop_el() sub_name: get_conf(), msg: Starting...
[DEBUG] pop_el() Empty 'EL' Stack !
[DEBUG] push_el() sub_name: mngr_shut_down(), msg: Starting...
[DEBUG] push_el() sub_name: mngr_shut_down(), msg: Ending...


Infos about distro :
Code:
root@gan-w9:/var/log/ispcp# cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=10.04
DISTRIB_CODENAME=lucid
DISTRIB_DESCRIPTION="Ubuntu 10.04.2 LTS"

No processes are running in the vu of this domain (ps -fe | grep vu20xx)

How can I fix this problem ?
Thanks


RE: domain wont delete ? - jacksparrow - 06-16-2011 07:55 PM

the problem here is still not resolved so i give up
i dont think there is good support from the makers in english Cool
so maybe we should post this problem in the german (deutsche) section

for me the solution at the moment is
a new dedicated server
clean install
then add the domains again

i have 6 domains on it with 4 forums
so its alot of work i know Sad


RE: domain wont delete ? - aseques - 06-17-2011 12:21 AM

(06-16-2011 07:55 PM)jacksparrow Wrote:  the problem here is still not resolved so i give up
i dont think there is good support from the makers in english Cool
so maybe we should post this problem in the german (deutsche) section

for me the solution at the moment is
a new dedicated server
clean install
then add the domains again

i have 6 domains on it with 4 forums
so its alot of work i know Sad
Well, kilburn gave you the command to fix one of the issues. After that on answer from your part, how do you expect more help from he or anyone if you don't reply?

(06-16-2011 07:09 PM)Rico29 Wrote:  Hi all,

I have the same problem, I can't delete two domains newly created.

In DB, domain_status is set to "delete".

/etc/passwd entries and /var/www/virtual/<domain> are created.

This is the relevant part:
(06-16-2011 07:09 PM)Rico29 Wrote:  when I run the request manager it returns :
Code:
root@gan-w9:/var/log/ispcp# /var/www/ispcp/engine/ispcp-rqst-mngr
[DEBUG] push_el() sub_name: mngr_start_up(), msg: Starting...
     ...

[DEBUG] push_el() sub_name: getCmdExitValue(), msg: Ending...
[DEBUG] push_el() sub_name: sys_command(), msg: [ERROR] External command '/var/www/ispcp/engine/ispcp-htgroups-mngr 6 1>/var/log/ispcp/ispcp-htgroups-mngr.stdout 2>/var/log/ispcp/ispcp-htgroups-mngr.stderr' exited with value 1 !
[DEBUG] pop_el() sub_name: sys_command(), msg: [ERROR] External command '/var/www/ispcp/engine/ispcp-htgroups-mngr 6 1>/var/log/ispcp/ispcp-htgroups-mngr.stdout 2>/var/log/ispcp/ispcp-htgroups-mngr.stderr' exited with value 1 !
Please, run in console "/var/www/ispcp/engine/ispcp-htgroups-mngr 6" and paste the output of that. It seems that it has some issue when removing the htgroup 6


RE: domain wont delete ? - jacksparrow - 06-17-2011 12:38 AM

(06-17-2011 12:21 AM)aseques Wrote:  Well, kilburn gave you the command to fix one of the issues. After that on answer from your part, how do you expect more help from he or anyone if you don't reply?


nope this was just something to try and kill the user
but the user is not active so there is nothing to be killed

for those who really want to help in this bug they can get access to my server and see where/what the problem is

because i think its not a problem but its a bug in the ispcp but thats my opinion


RE: domain wont delete ? - kilburn - 06-17-2011 12:59 AM

(06-17-2011 12:38 AM)jacksparrow Wrote:  for those who really want to help in this bug they can get access to my server and see where/what the problem is

because i think its not a problem but its a bug in the ispcp but thats my opinion

Send me the login credentials through pm and I'll see what happens.


Done.

The domain got stuck at first because the user was logged in and could not be deleted at the time. After that, on subsequent attempts, the deletion process found some already missing things and crashed on that.

I simply set the domain status to "change" (through pma) and ran ispcp-rqst-mngr so that everything (of this domain) was regenerated, and then proceeded to delete it through the panel as usual.


RE: domain wont delete ? - jacksparrow - 06-17-2011 07:49 AM

i can only say thnx allot for the help and believe me this is very much apriciated Cool
for me it still sounds like magic
but i still cant understand why this happend
but i think you guys do Wink