Juli 2018

Proxmox: “ perl: warning: Setting locale failed.“

If you run Proxmox and run into perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = „en_US.utf8“ are supported and installed on your system. perl: warning: Falling back to the standard locale („C“). here’s your solution: export LANGUAGE=en_US.UTF-8 export LANG=en_US.UTF-8 export LC_ALL=en_US.UTF-8 locale-gen […]

Proxmox: “ perl: warning: Setting locale failed.“ Read More »

Fix for „Internal Server Error“ on Scheduled Tasks in Spacewalk 2.6 / 2.7 / 2.8

Add this to /etc/rhn/rhn.conf: hibernate.enable_lazy_load_no_trans=true Then restart spacewalk services like so: systemctl stop tomcat systemctl stop taskomatic systemctl stop rhn-search systemctl start rhn-search systemctl start taskomatic systemctl start tomcat spacewalk-service restart

Fix for „Internal Server Error“ on Scheduled Tasks in Spacewalk 2.6 / 2.7 / 2.8 Read More »

Nach oben scrollen