Archive for April, 2007

I buy a bike…

Monday, April 23rd, 2007

On Friday I bought a new bike. Today I cycled to Uni. I now hurt in various areas.
scout bike

I mean the bike seat is HARD. I am not sure but I think I am going to need a padded seat or something. And as I am posting this from collage, I admit that I dread the ride home :(

Systemimager 3.8.1 and ubuntu feisty fawn

Monday, April 23rd, 2007

To compile systemimager on Ubuntu I had to:

  • ln -sf bash /bin/sh
  • replace coreutils 5.9x with 6.3
  • touch /usr/include/linux/compiler.h
  • ln -s /usr/src/systemimager-3.8.1/src/linux-2.6.18.1/include/asm-i386/unaligned.h /usr/include/asm/
  • ln -sf /usr/bin/python2.4 /usr/bin/python
  • I was just making the install_client_all target so I bet there are more work arounds if you try to make all
    Also I did not try and install python2.5-dev and try to make it work…