daemontools and ucspi-tcp on Hardy Heron
I was about to install daemontools and ucspi-tcp on Hardy Heron (Ubuntu 8.04) when I found that the packages build-daemontools et al was not in the archive anymore! Instead of digging about what happened I found out that Intrepid Ibex[1] has some packages.
So what I did was download the packages daemontools, daemontools-run and ucspi-tcp, and then install them. A bit of a problem with that too, but the following steps did the trick for me.
# touch /etc/inittab
# dpkg -i daemontools
# dpkg -i daemontools-run
# dpkg -i ucspi-tcp
# echo "start on runlevel-1
start on runlevel-2
start on runlevel-3
start on runlevel-4
start on runlevel-5
start on runlevel-6stop on shutdown
respawn
exec /usr/bin/svscanboot" > /etc/event.d/svscan
# initctl start svscan
And that's it! Have fun folks!
[1] http://packages.ubuntu.com/search?keywords=daemontools&searc...
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
Puppet
Puppet är ett system för att administrera några till _många_ maskiner från en central punkt. Ungefär som CFEngine, men bättre.
Mobile OTP
Mobile OTP med diverse lull-lull som PAM-koppling, PHP, osv...
Uppdatering! Det funkar finfint med PAM-modulen - med SE K610. Dock inte alls (verkar det som) med Nokia 3120...