• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

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