Monday, April 27, 2009

Setting up Bootlog for Debian

Edit file /etc/default/bootlogd


Change

# Run bootlogd at startup ?
BOOTLOGD_ENABLE=No

to

# Run bootlogd at startup ?
BOOTLOGD_ENABLE=Yes

Tuesday, April 14, 2009

Warning: SuexecUserGroup directive requires SUEXEC wrapper.

Apache is obviously complaining about suexec in the apache error logs. I finally found the solution.


apt-get install apache2-suexec

Sunday, April 12, 2009

ntpd[3122]: kernel time sync error 0001

The solution to this problem is updating the kernel because of a newer ntpd version.

Saturday, April 4, 2009

Upgrading Debian Etch to Debian Lenny

Ensure your Etch installation is up to date (aptitude update; aptitude dist-upgrade). Edit your /etc/apt/sources.list and change all non-local mentions of "etch" or "stable" to "lenny". aptitude update; aptitude install aptitude; aptitude safe-upgrade; aptitude full-upgrade.

warning: SASL authentication failure: cannot connect to saslauthd server: Permission denied

The solution to this problem is as follows:



adduser postfix sasl

Monday, March 16, 2009

updating debian / ubuntu

To update your debian/ubuntu system, you will need to run;

apt-get update


then


apt-get upgrade -y