• 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.

Segmentation Faults

dwarho

New Pleskian
Hey guys,
I just installed Plesk 11.0.9 on a CentOS 6.4 server, and now I'm having some issues with segmentation faults when running commands via SSH. Server has more than enough memory.

Code:
[root@alpha ~]# /usr/local/psa/bin/admin --show-password
Segmentation fault (core dumped)
[root@alpha ~]# /usr/local/psa/admin/sbin/httpdmng --reconfigure-all
Segmentation fault (core dumped)

I've tried following the steps in forum.parallels.com/showthread.php?261661-Segmentation-fault-on-every-PSA-command as the issue is identical to mine, but I don't even have the file it says to add the line to. On mine I tried adding it to #/etc/bashrc to no avail.

Any help would be greatly appreciated! Three domains and a few subdomains have been setup today.
 
Have you tried put line

export LC_ALL="en_US.UTF-8"

at the end of file /etc/bashrc ?

Actually there are can be a lot of segfault reasons. Often it is related to hardware problem. Maybe RAM is corrupted or HDD. Have you checked it?
 
Back
Top