hacman_ (~hacman@g228200209.adsl.alicedsl.de) joined #fai.
hacman (~hacman@f048128171.adsl.alicedsl.de) left irc: Ping timeout: 480 seconds
pav5088 (~Mark@ppp118-208-96-199.lns20.bne4.internode.on.net) left irc: Remote host closed the connection
pav5088 (~Mark@ppp118-208-96-199.lns20.bne4.internode.on.net) joined #fai.
allee-k (~allee-k@p54A44268.dip.t-dialin.net) joined #fai.
allee-k (~allee-k@p54A44268.dip.t-dialin.net) left irc: Ping timeout: 480 seconds
pav5088 (~Mark@ppp118-208-96-199.lns20.bne4.internode.on.net) left irc: Remote host closed the connection
pav5088 (~Mark@ppp118-208-96-199.lns20.bne4.internode.on.net) joined #fai.
13:51 ikarushow happy is FAI installing testing instead of stable ?
14:26 ikarushrm, what file is the template for the pxelinux config ? I need to pass the option SERIAL 0 115200 to pxelinux for all hosts
allee-k (~allee-k@p54A44268.dip.t-dialin.net) joined #fai.
allee-k (~allee-k@p54A44268.dip.t-dialin.net) left irc: Remote host closed the connection
allee-k (~allee-k@p54A44268.dip.t-dialin.net) joined #fai.
15:14 ikarusooh, all sorts of fun breakages...
15:19 ikarusanyone actually have FAI working on squeeze, installing squeeze ?
15:22 mgoetzeikarus: i did have it working a few weeks ago, but squeeze is still a fast-moving target
15:22 mgoetzethere are some things in the simple-examples which are still rather lenny-centric
15:22 ikarusmgoetze: urgh, not good
15:23 ikarusmgoetze: any major pointers ?
15:23 ikarusfai-setup -U was atleast one thing I found on the ML, but it doesn't actually seem to work)
15:24 mgoetzeyou can write a hook like the grml kernel one on the wiki for generating the initramfs
15:24 ikarusmgoetze: link ?
15:25 mikapikarus: use lenny nfsroot for deploying squeeze :)
15:25 ikarusmikap: and how would I do that ?
15:25 mgoetzehttp://faiwiki.informatik.uni-koeln.de/index.php/Grml_Kernel
15:26 mgoetzesimple, you create a lenny nfsroot and write squeeze in your files/etc/apt/sources.list/CLASS
15:27 mgoetze(and make sure sources.list is fcopyed in a hook before updatebase)
15:27 ikarusmmm, well, going to give squeeze nfsroot installing squeeze one more go
15:28 ikarusand else I am switching to lenny nfsroot installing squeeze with some prayers
15:28 mgoetzeyou should check bugs #568883 and #578094 re lennyisms in simples-examples
15:29 mgoetzei'm pretty sure i never bothered to try a squeeze nfsroot with a squeeze kernel, but rather used a squeeze nfsroot directly with a grml kernel
15:29 mgoetze(i think there weren't even any aufs-modules available for squeeze)
15:42 ikarusmgoetze: mmm
15:54 ikaruslet's see, now doing lenny nfsroot and squeeze sources.list
15:54 ikarussee if it breaks :)
15:55 ikarusoh and grub-legacy package specified
15:56 ikarusbut the base.tgz that gets used is lenny then right ? and FAI upgrades it to squeeze on the fly
15:59 ikarusmgoetze: ummmm, it's using the mirror that was used to build the nfsroot, so it's just installing stable now
16:20 ikarusin /srv/fai/config/files/etc/apt/sources.list/FAIBASE I have deb http://mirrors.nl.kernel.org/debian/ testing main
16:20 ikarusthat SHOULD work righ ?
16:20 ikarust
16:37 mgoetzeikarus: you need a hooks/updatebase.FAIBASE
16:37 mgoetzewhich does fcopy /etc/apt/sources.list
16:46 ikaruswheee
16:46 ikarusUpdating base
16:46 ikarusGet:3 http://mirrors.nl.kernel.org testing/main Packages [8755kB]
16:48 ikarusnow let's hope none of the Debian update bugs hit me
16:49 mgoetzeyou could use stable, you know ;)
16:50 ikarusmgoetze: actually I can't
16:50 ikarusI need both 2.6.32 and more importantly, a recent version of hostapd
16:50 ikaruswhile the first is backported
16:50 ikarusthe second isn't
16:51 ikarusand won't just recompile
16:59 ikarushave to say, so far I like FAI, even with all it's quirks
17:25 ikarusurgh
17:25 ikarusI need to get squeeze nfs-root working at some point
17:25 ikarusinstalling lenny, takes 10 minutes
17:25 ikarusupgrading to squeeze takes 45 minutes
17:25 ikarusdue to some annoying properties of the hardware
ErKa (~keryell@keryell.pck.nerim.net) joined #fai.
allee-k (~allee-k@p54A44268.dip.t-dialin.net) left irc: Ping timeout: 480 seconds
18:01 mgoetzeikarus: you don't necessarily need a squeeze nfsroot, just a squeeze base.tgz
18:03 ikarusmgoetze: mmm, k, and how do I get that then :)
18:03 ikarus(ie, is that documented anywhere ?)
18:06 ikarushttp://faiwiki.informatik.uni-koeln.de/index.php/UbuntuJauntyInstallationHowTo#Create_a_custom_base.tgz on one that I prepared the slow way works ?
18:26 mgoetzeikarus: well you can just take the base.tgz from $squeezenfsroot/tmp
18:27 mgoetzeand put that in base-files/FAIBASE.tar.gz
18:27 mgoetzeor was it basefiles....
18:27 ikarusoooh, fuck, lenny kernel has the HDD as /dev/hda, on squeeze kernel it's /dev/sda
18:27 ikarusthat's turning messy
18:28 ikarusand ofcourse FAI uses paths, not UUIDs
18:31 mgoetzesince you didn't write fstabkey:uuid into your setup-storage configuration, right
18:31 mgoetze(that's another thing i plan to get changed before squeeze)
18:36 ikarusmgoetze: so if I need a squeeze base.tgz I should just build a fai-setup for it and then move the resulting base.tgz into my lenny one ?
18:36 ikarus(at the right spot and all that)
18:39 mgoetzeno, i'd recommend using basefiles/FAIBASE.tar.gz, it's cleaner
18:42 ikarusmm, k
18:43 ikarus(I'll rename my class aswell I guess, abusing FAIBASE for it is a bit nasty)
18:47 ikarusmgoetze: btw, interesting question, why is it .tar.gz for class specific ones, but .tgz for the base.tgz :)
19:12 mgoetzenoone knows :)
ErKa (~keryell@keryell.pck.nerim.net) left irc: Ping timeout: 480 seconds
20:06 ikarusmmm, I should count it
20:06 ikarusI think the initramfs is regenerated 4 times during the installation :)
20:10 ikarusAARGH: [    5.464022] udev: renamed network interface eth0 to eth8
20:11 ikaruswhich means the network gets broken
20:19 ikarusah well, modified the .tar.gz to just remove the file
20:20 ikarusit shouldn't be there in the first place I guess
20:33 ikarusit's an important thing for squeeze though...
20:57 mgoetzeyes the udev network rules thing is pretty much an unsolved issue in any case
20:58 mgoetzeat work, i generate them with a dell utility called biosdevname
21:37 hacman_it's fixed in trunk, if you mean 70-persistent-net.rules...
allee-k (~allee-k@p54A44268.dip.t-dialin.net) joined #fai.
pav5088 (~Mark@ppp118-208-96-199.lns20.bne4.internode.on.net) got netsplit.
allee-k (~allee-k@p54A44268.dip.t-dialin.net) left irc: Ping timeout: 480 seconds
hacman_ (~hacman@g228200209.adsl.alicedsl.de) left irc: Ping timeout: 480 seconds
pav5088 (~Mark@ppp118-208-96-199.lns20.bne4.internode.on.net) got lost in the net-split.
pav5088 (~Mark@ppp118-208-96-199.lns20.bne4.internode.on.net) joined #fai.
ikarus (~ikarus@dhcp-077-250-195-114.chello.nl) left irc: Read error: Connection reset by peer
hacman (~hacman@f048199252.adsl.alicedsl.de) joined #fai.
ikarus (~ikarus@dhcp-077-250-195-114.chello.nl) joined #fai.
--- Sun Jul 25 2010

Generated by irclog2html.pl 2.1_h01ger1 by Jeff Waugh - find it at freshmeat.net! Customized by Holger 'h01ger' Levsen