H
HanZim
Guest
[FIXED] Segmentation fault on every PSA command
I did a clean install on Ubuntu 12.04 LTS (vanilla OpenVZ template) via
After the setup completes successfully every call to /opt/psa/bin/sw-engine-pleskrun will result in an Segmentation fault e.g.
Host machine is Proxmox Virtual Environment Version 2.1.
There is no hint in any log file about this strange error.
Any help would be highly appreciated.
UPDATE
Thanks to the great Parallels team we could identify the error. For some odd reason the LC_CTYPE env variable was set to UTF-8. This causes the commands to fail with a segmentation fault.
How to fix this:
Edit your /etc/bash.bashrc and add the following to the end of the file.
Log out and back in. Now all commands will work.
I did a clean install on Ubuntu 12.04 LTS (vanilla OpenVZ template) via
After the setup completes successfully every call to /opt/psa/bin/sw-engine-pleskrun will result in an Segmentation fault e.g.
or/usr/local/psa/bin/vps_optimized --turn-on
/usr/local/psa/bin/admin --show-password
Host machine is Proxmox Virtual Environment Version 2.1.
There is no hint in any log file about this strange error.
Any help would be highly appreciated.
UPDATE
Thanks to the great Parallels team we could identify the error. For some odd reason the LC_CTYPE env variable was set to UTF-8. This causes the commands to fail with a segmentation fault.
How to fix this:
Edit your /etc/bash.bashrc and add the following to the end of the file.
#/etc/bash.bashrc
export LC_ALL="en_US.UTF-8"
Log out and back in. Now all commands will work.
Last edited by a moderator: