fluffigt.com *poof* said fluff…

18Jul/080

xen 3.02 on Debian Etch / AMD64

A quick walk-through of installation of Xen 3.02 on Debian Etch (AMD64):

KERNELS="linux-2.6-xen0 linux-2.6-xenU" make -j7 world
make install
make linux-2.6-xen0-config CONFIGMODE=menuconfig
make -j7 linux-2.6-xen0-build
make linux-2.6-xen0-install
make linux-2.6-xenU-config CONFIGMODE=menuconfig
make -j7 linux-2.6-xenU-build
make linux-2.6-xenU-install

vim /boot/grub/menu.lst

title Xen 3.0.2 / Debian GNU/Linux, kernel 2.6.16
root (hd0,0)
kernel /xen.gz dom0_mem=131072
module /vmlinuz-2.6-xen0 root=/dev/sda2 ro console=tty0
savedefault

Install xen-tools, xen-shell etc

update-rc.d xend defaults 20 21
update-rc.d xendomains defaults 21 20

9Jul/080

Mike Renfro’s Blog : My Own Private Debian Repository

So I made a new Debian-style repository off to the side of my regular Debian mirror.

9Jul/080

Mike Renfro’s Blog : Stupid Puppet Trick: Agreeing to the Sun Java License with Debconf Preseeds and Puppet

9Jul/080

Mike Renfro’s Blog : Unattended Debian Installations (or How I Learned to Stop Worrying and Love the preseed.cfg)

9Jul/080

Debian Administration – Debian Administration Resources

6Jul/080

Aptitude – using together with Synaptic and Apt-get – NewbieDOC

31May/080

Installing And Using OpenVZ On Debian Etch | HowtoForge – Linux Howtos and Tutorials

19May/080

DSPAM With Embedded ClamAV Integrated Into Postfix With Virtual Users And Domains | HowtoForge – Linux Howtos and Tutorials

12May/080

Howto: ISP-style Email Server with Debian-Etch and Postfix 2.3

9May/080

OpenVZ On Debian Etch For Webservers | HowtoForge – Linux Howtos and Tutorials