Re: [ubuntu-uk] Kerrighed

2009-01-04 Thread Tony Travis

Tony Travis wrote:

Matthew Daubney wrote:

Hey all,
I've got a lot of old computers lying around and have been considering
setting up an Ubuntu cluster. I've previously cheated doing this now
and again and used OpenKnoppix, having got a PC with SATA hard drives,
OpenMosix now doesn't suffice as I need the 2.6 kernel.
[...]
Doing a bit of research I found Kerrighed and wondered if anyone has
played with this in Ubuntu? Is it easy enough to manage and maintain
or is it a right royal pain in the bum?


Not tried it, but I would be interested to hear how you get on?


Hello Matthew,

I compiled the Kerrighed Kernel under Ubuntu 8.04 using the attached 
script, and I've booted it successfully. I'd be interested to hear from 
anyone else running, or thinking about running, the Kerrighed Kernel 
under Ubuntu:


http://www.kerrighed.org

Happy New Year!

Tony.
--
Dr. A.J.Travis, University of Aberdeen, Rowett Institute of Nutrition
and Health, Greenburn Road, Bucksburn, Aberdeen AB21 9SB, Scotland, UK
tel +44(0)1224 712751, fax +44(0)1224 716687, http://www.rowett.ac.uk
mailto:a.tra...@abdn.ac.uk, http://bioinformatics.rri.sari.ac.uk/~ajt
#!/bin/sh
# @(#) build.sh  2009-01-04  A.J.Travis
#
# Build kerrighed kernel under Bio-Linux5 (Ubuntu 8.04)
#

# reset umask from default 077
umask 22

# install dependencies
aptitude install automake autoconf libtool rsync bzip2 lsb-release xmlto 
gcc-3.3 ncurses-dev

# download sources
cd /usr/src
wget http://kerrighed.gforge.inria.fr/kerrighed-latest.tar.gz
wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.20.tar.bz2

# extract sources
tar zxf kerrighed-*
tar jxf linux-2.6.20.tar.bz2

# patch vanilla kernel
cd kerrighed-*
./configure --with-kernel=/usr/src/linux-2.6.20 CC=gcc-3.3
make patch

# edit EXTRAVERSION
cd ../linux-2.6.20
vi Makefile

# compile and package kernel
make defconfig
make menuconfig
make all
make deb-pkg

# install kernel from package
gdebi ../kerrighed-kernel-*.deb
update-grub

# edit root=
vi /boot/grub/menu.lst
-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


[ubuntu-uk] Kerrighed

2007-03-29 Thread Matthew Daubney
Hey all,
I've got a lot of old computers lying around and have been considering
setting up an Ubuntu cluster. I've previously cheated doing this now
and again and used OpenKnoppix, having got a PC with SATA hard drives,
OpenMosix now doesn't suffice as I need the 2.6 kernel.

Doing a bit of research I found Kerrighed and wondered if anyone has
played with this in Ubuntu? Is it easy enough to manage and maintain
or is it a right royal pain in the bum?

Any tips?

-Daubers
(first post to this mailing list so I hope I got all the formalities
right! Apologies if not)

-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.kubuntu.org/UKTeam/