I can't wait until Windows 7 comes released, and I'm able to purchase a new laptop with it......
It'll be here before I know it. :)
Sunday, August 9, 2009
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
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
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
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
apt-get update
then
apt-get upgrade -y
Subscribe to:
Posts (Atom)