Archive for the “journal” Category

updates, rants & everything…

Laaange nichts geschrieben, vielleicht ändert sich das demnächst.

DENN: ich habe erstmals Urlaub ;)

Comments No Comments »

Auch wenn es in Deutschland wahrscheinlich kaum jemand wahrgenommen hat: Gestern wurde in Wimbledon Sportgeschichte geschrieben. John Isner und Nicolas Mahut spielten 10 Stunden, 7 davon im fünften Set, das mit dem Stand 59-59 wegen Dunkelheit auf dem Platz unterbrochen wurde.

Das Spiel wird heute Nachmittag fortgesetzt und wird damit wohl weitere Rekorde aufstellen.

Comments No Comments »

This is an update for the new version of Netgears Raidiator firmware (4.2.7) and updates to VMware Server.

This is a short list of the things I did to get VMware Server 2 to run on my Netgear ReadyNAS PRO:

It applies to the following environment:

  • ReadyNAS PRO firmware version 4.2.7
  • VMware Server v2.0.2-203138.i386

You will need the following from the web (you can download ahead or just run with the commands I’ll enter later)
Netgear Kernel Sources for your NAS: http://www.readynas.com/download/GPL/RNDP6xxx_4.2.7_WW_src.zip (change version as needed)
VMware Server 2
VMware Server 2 Update for Kernel 2.6.29

These are the commands I used to install VMware Server:

cd /c/backup
apt-get update && apt-get install build-essential
wget -q http://www.readynas.com/download/GPL/RNDP6xxx_4.2.7_WW_src.zip
unzip -q RNDP6xxx_4.2.7_WW_src.zip -d ./GPL
cd GPL/linux-x86-2.6/
make config
make && make prepare
[... wait a bit...]
ln -s /c/backup/GPL/linux-x86-2.6/ /usr/src/linux
KERN_DIR=/usr/src/linux
[put your VMware install files on your backup share as well]
cd /c/backup
gzip -d VMware-server-2.0.2-203138.i386.tar.gz
tar –xvf VMware-server-2.0.2-203138.i386.tar.gz

wget http://www.saarlinux.de/blog/wp-content/uploads/2009/03/vmware-server-modules-2629tar.gz
gzip -d vmware-server-modules-2629tar.gz
tar -xvf vmware-server-modules-2629tar
mv vmci.tar vmware-server-distrib/lib/modules/source
mv vmmon.tar vmware-server-distrib/lib/modules/source
mv vmnet.tar vmware-server-distrib/lib/modules/source
mv vsock.tar vmware-server-distrib/lib/modules/source

cd vmware-server-distrib
./vmware-install.pl

… you’ll get a lot of prompts now, using the defaults should work fine now.

Enjoy.

Comments No Comments »

Comments No Comments »

Comments No Comments »