Is DNSSEC ready for wild life?

Today the RIPE DNS for LIRs Training Course [http://www.ripe.net/training/dns/index.html] did take place. (some not up to date course material can be found here [http://www.ripe.net/training/dns/material/]) Managing some thousands of zones inclusive nameserver infrastructure behind since several years, I…

Got Hardware Donation

Last weekend I got a hardware donation from muempf [http://blog.pigwidgeon.de]. It's a new 1U server with the following specs: > Supermicro P8SCi Systemboard [http://www.supermicro.com/products/motherboard/P4/E7221/P8SCi.cfm] Intel P4 3.00GHz 2x 512 MB DDR2 533MHz unbuffered ECC Systemmemory…

Taking Xen guests (domU) alive via routed network

The xend config looks like this: playground:~# grep -v ^# /etc/xen/xend-config.sxp (network-script 'network-bridge netdev=dummy0') (vif-script vif-bridge) (dom0-min-mem 196) (dom0-cpus 0) Creating volume group for Xen domU (/dev/hdb2 was allready created with id 8e): playground:~# pvcreate /dev/hdb2 Physical volume "/dev/hdb2" successfully…

Getting started with XEN on etch

Today I thought it's time to look deeper into the Xen [http://www.xensource.com/] hype. So I decided to install xen on etch [http://www.debian.org/releases/etch/]. I followed Ganneffs recommandation [http://kosh.ganneff.de/~joerg/clt2007_xen.pdf] playground:~# aptitude install bridge-utils iproute \ xen-ioemu-3.…

MySQL5 support in php5 packages on backport.org

I'm stuck of the requests linking php5 on backports.org [http://backports.org] against "MySQL5". You need support of MySQL5 or the mysqli extention for your php5 packages for sarge? So the packages on backports.org [http://backports.org] are not what you want. The packages…

vroot support gone in debian kernel 2.6.18 ... why?

# grep -i vroot /boot/config*-vserver* /boot/config-2.6.16-2-vserver-686:CONFIG_BLK_DEV_VROOT=y /boot/config-2.6.17-2-vserver-686:CONFIG_BLK_DEV_VROOT=y /boot/config-2.6.18-3-vserver-686:# CONFIG_BLK_DEV_VROOT is not set /boot/config-2.6.18-4-vserver-686:# CONFIG_BLK_DEV_VROOT is not set Does anybody know, why…

last weekend on CLT

Reduced the work queue after the nice weekend on CLT [http://chemnitzer.linux-tage.de/2007/info/], I have some time to write a summary. After 2 years I was able to be there again, cause I blocked the weekend early in my timetable. The event was organized quite well like…

Serial console with VMWare

In your config file of virtual machine you need the following: # grep serial openwrt.vmx serial0.present = "TRUE" serial0.fileType = "pipe" serial0.fileName = "./serial1" serial0.pipe.endPoint = "server" serial0.hardwareFlowControl = "TRUE" Redirect output to stdio or a port: # socat <…