Archive for the ‘Linux’ Category

daemontools and ucspi-tcp on Hardy Heron

Thursday, September 11th, 2008

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-6

stop 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

Friday, July 18th, 2008

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

Sunday, September 30th, 2007

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.

mencoder mm

Tuesday, June 26th, 2007

http://videotranscoding.wikispaces.com/mencoder

LinuxCOE

Wednesday, June 6th, 2007

HP har hittat på ett sätt att hantera tusentals klienter som heter LinuxCOE.

Loggar, övervakning mm

Saturday, November 4th, 2006

Verktyg att titta mer på:

Mobile OTP

Sunday, October 15th, 2006

Mobile OTP med diverse lull-lull som PAM-koppling, PHP, osv…

Länk

Uppdatering! Det funkar finfint med PAM-modulen - med SE K610. Dock inte alls (verkar det som) med Nokia 3120…