• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Can't delete domains on plesk 9.5.4 nor by console command

David Aguilar

Basic Pleskian
Hello,

I have plesk 9.5.4 installed on a CentOS 5.5 32bits.

This was working OK but one week ago I tried to delete a domain and I couldn't do that. I try to remove it with /usr/local/psa/bin/domain -r "domain" or in the panel.

No errors, it simply stands until timeout, or in console command, it never ends.
This is happening also suspending domains or enabling suspended domains.

Is there a way to repair that ?
 
Hello,

thanks, but it seems that isn't working.

I tried:

/usr/local/psa/admin/bin/websrvmng --reconfigure-vhost --vhost-name domain.com
/usr/local/psa/admin/bin/websrvmng -a

but this didn't solve the problem. I have to remark that this isn't happening only to one domain, It's happening in most of domains I try to delete
 
Hello,

now it does the same adding subdomains. It just keeps freeze, no SQL executions in mysqladmin processlist nor hang processes in ps aux.

Is there a way to complete repair all plesk panel ? It was working well since now, and there are more than 300 domains in this plesk

thanks,
 
Solved with:

ps aux |grep auto_prepend_file |grep -v grep |awk '{print $2}'|xargs kill -9

It seems that some sessions were totally hang and a service psa restart didn't kill them.
 
Back
Top