Dedicated Servers / Linux / Debian How to fix "Failed to fetch Packages 404 Not Found"? Answer: Depending on which Debian mirror you are using, the error message looks like this:
W: Failed to fetch http://ftp.debian.org/debian/dists/lenny/main/binary-i386/Packages 404 Not ...
Dedicated Servers / Linux / Debian How to compile a custom kernel in Debian Lenny / Etch? Answer: This is usually quite straight forward, since Debian brings utilities with it to do this:
aptitude install build-essential kernel-package fakeroot libncurses5-dev ...
Dedicated Servers / Linux / Debian How to install Openfire server on Debian Lenny / Squeeze? Answer: This isn´t that hard, so here we go:edit /etc/apt/sources.list to make the entries look like this one:
deb http://ftp.at.debian.org/debian/ lenny main ...
Dedicated Servers / Linux How do I install rtorrent with xmlrpc? Answer: Hi there,
well on Debian (Etch/Lenny) this is not that hard:
aptitude install libsigc++-2.0-dev build-essential libncurses5-dev libcurl4-openssl-dev libwww-dev libwww-ssl-dev subversion
for Etch:
aptitude install ...
Dedicated Servers / Daemon / glusterfs How to install glusterfs in Debian Lenny? Answer:
cd /usr/src
wget "http://ftp.gluster.com/pub/gluster/glusterfs/2.0/LATEST/glusterfs-2.0.8.tar.gz"
wget "http://download.gluster.com/pub/gluster/glusterfs/fuse/fuse-2.7.4glfs11.tar.gz"
tar -zxf glusterfs-2.0.8.tar.gz
tar -zxf fuse-2.7.4glfs11.tar.gz
aptitude install sshfs build-essential flex bison byacc libdb4.6 libdb4.6-dev ...
Dedicated Servers / Daemon How to fix broken sasl after system update? Answer: If you get error message like these on Debian Lenny/Etch (after an system upgrade):
No run directory defined for , cannot ...