• 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

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