• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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