Call to undefined function load_config() – squirrelmail-1.4.8-5.el4.centos.3
During one of my squirrelmail upgrades I have discovered strange behavior. Users were able to login, but only blank page had appeared. I have found this in log: [Mon Feb 09 18:29:10 2009] [error] [client 89.103.46.115] PHP Fatal error: Call…
Remove old kernels
Simple way to remove all but one kernel: if [ $(rpm -q kernel | wc -l) -gt 1 ]; then rpm -e $(rpm -q kernel | sed ‘$d’); fi if [ $(rpm -q kernel-smp | wc -l) -gt 1 ];…
OpenSSH5 on CentOS 5
I have rebuilt OpenSHH5 RPMs for CentOS 5. They seem ) to work pretty well. Files are located here: http://fs12.vsb.cz/hrb33/el5/hrb-ssh/stable/i386/ http://fs12.vsb.cz/hrb33/el5/hrb-ssh/stable/x86_64/
Kickstart encrypted password
Easy way to create encrypted password for kickstart: perl -e ‘print crypt(“password”, “Xa”) . “\n”;’p
Enable installonlyn on CentOS 4.x
Easy way to enable: yum -y install yum-utils; \ cp -p /usr/share/doc/yum-utils-0.5/plugins/installonlyn/installonlyn.conf /etc/yum/pluginconf.d/; \ cp -p /usr/share/doc/yum-utils-0.5/plugins/installonlyn/installonlyn.py /usr/lib/yum-plugins/



Recent Comments