• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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