|kardan| (~kardan@p54BE6E8E.dip.t-dialin.net) joined #fai.
kardan_ (~kardan@p54BE52B4.dip.t-dialin.net) left irc: Ping timeout: 480 seconds
ErKa (~keryell@72.11.113.122) joined #fai.
ErKa (~keryell@72.11.113.122) left irc: Ping timeout: 480 seconds
Nic0 (~courtel@fw.tls.cena.fr) joined #fai.
Nick change: oz_ -> oz
Nick change: oz -> Guest2260
Mrfai (~lange@kueppers.informatik.uni-koeln.de) joined #fai.
verwilst (~verwilst@router.begen1.office.netnoc.eu) joined #fai.
siggg (~jean@AVelizy-151-1-20-46.w82-124.abo.wanadoo.fr) joined #fai.
Mrfai (~lange@kueppers.informatik.uni-koeln.de) left irc: Quit: leaving
Mrfai (~lange@suenner.informatik.uni-koeln.de) joined #fai.
Nic0 (~courtel@fw.tls.cena.fr) left irc: Ping timeout: 480 seconds
buschaot (~quassel@p57B9BA44.dip0.t-ipconnect.de) joined #fai.
Nic0 (~courtel@fw.tls.cena.fr) joined #fai.
donnie_darko (~Robert@93.83.155.242) joined #fai.
buschaot (~quassel@p57B9BA44.dip0.t-ipconnect.de) left irc: Read error: Connection reset by peer
13:22 FBIfai: 3 lange committed revision 5663 to 7 fai:  make release
13:38 FBIfai: 3 lange committed revision 5664 to 7 fai:  setup-storage: increase version number
evildead (~root@office-nat.newsweb.fr) joined #fai.
13:54 evildeadhello
13:55 evildeadi try to do an fai install on a server which have an old lvm partition
13:55 evildeadinstall failed because it seems it cant remove the old lvm conf
13:56 mgoetzeevildead: show us your format.log
13:57 evildeadit is an unexpected vgdisplau output
13:57 mgoetzeevildead: http://paste.debian.net
13:57 evildeadi dont have log in local
13:58 mgoetzerestart the installation with the sshd option, you can ssh in and grab it from /tmp/fai
Action: Mrfai just released FAI 3.3.1
14:03 evildeadhttp://paste.debian.net/51673/
14:05 mgoetzeevildead: hm, and the system in your nfsroot is lenny?
14:05 evildeadyes
14:05 evildeadi know if i boot the server an remove the lvm conf it will work
14:06 evildeadwhy fai cant do it before creating the new partition
14:06 evildead:(
siggg (~jean@AVelizy-151-1-20-46.w82-124.abo.wanadoo.fr) left irc: Ping timeout: 480 seconds
14:09 mgoetzethere's an error in Volumes.pm line 313, the regex doesn't handle "0 MB free" properly
14:10 mgoetzesince that bit doesn't actually get used, it's easy enough to change
14:11 evildeadmgoetze: yes ok, thanks
ErKa (~keryell@72.11.113.122) joined #fai.
14:11 mgoetzeevildead: just change this: \d+\.\d+ MB\s+free
14:11 mgoetzeevildead: to this: \d+\.*\d* MB\s+free
14:12 evildead\d+(?:\.\d+)?
14:12 evildeadit is ok ?
14:12 mgoetzelooks ok :)
14:13 mgoetzei'll report it to the debian bts
14:13 Mrfaimgoetze: perfect
14:14 mgoetzethe code doesn't exist anymore in fai 3.3 but maybe for a bugfix release in lenny...
14:20 evildeadok it works well
14:20 evildeadcool
14:28 mgoetzehmph, i need to write more bug reports, rietz.debian.org is greylisting me ;)
14:53 evildeadbye
evildead (~root@office-nat.newsweb.fr) left irc: Quit: leaving
14:55 mgoetzeok, reported as #556527
15:07 \shMrfai, wrote an email just now to you...would you like to add an account for me on your svn or is it on alioth?
15:11 \shmrfai: alioth...just request to join the group...shermann-guest is my account
siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) joined #fai.
15:14 Mrfai\sh: I added your alioth account. IIRC it wil take some minutes, before you have new permissions to edit the fai repository
15:15 \shMrfai, no problem :) so I can just create a new branch on svn and add waldemars  changes
15:15 Mrfaiyep.
15:17 Mrfai\sh: I just send you a small note about svn handling
15:19 \shMrfai, received and understood, sir :)
ErKa (~keryell@72.11.113.122) left irc: Ping timeout: 480 seconds
allee-k_ (~allee-k@alleehol.mpe.mpg.de) joined #fai.
16:04 \shMrfai, where did you branch 3.3.1 ? or is it still trunk?
16:11 donnie_darkoWas hat sich in 3.3.1 geaendert?
16:17 mgoetzedonnie_darko: i.W. nur ubuntu-fixes
16:17 donnie_darkoDanke
16:21 Mrfai\sh: 3.3.1 is trunk
ErKa (keryell@wireless-2405.sc09.org) joined #fai.
Nic0 (~courtel@fw.tls.cena.fr) left irc: Quit: Leaving.
Mrfai (~lange@suenner.informatik.uni-koeln.de) left irc: Quit: leaving
17:05 FBIfai: 3 lange committed revision 5665 to 7 fai:  tag release 3.3.1
allee-k_ (~allee-k@alleehol.mpe.mpg.de) left irc: Ping timeout: 480 seconds
pav5088 (~Mark@ppp118-208-45-97.lns20.bne1.internode.on.net) joined #fai.
17:13 pav5088I'm having an issue on Debian Squeeze with my initrd not being created.  Is this a common problem with an easy solution?
17:13 pav5088(this is while creating my nfsroot
17:16 pav5088Another thing I should mention is that I've modified the squeeze sources.list to get files from the squeeze repos, and also the make-nfs-root.conf
17:22 FBIfai: 3 lange committed revision 5666 to 7 fai:  * make-fai-nfsroot: do not remove fai.conf from upstart directory
17:22 FBIfai:   (Thanks to Waldemar Brodkorb for the patch)
17:22 FBIfai: * fai-guide.txt: minor fixes (Thanks to Waldemar for the patch)
17:22 FBIfai: * THANKS: add Waldemar
pav5088_ (~Mark@ppp118-208-52-58.lns20.bne1.internode.on.net) joined #fai.
pav5088 (~Mark@ppp118-208-45-97.lns20.bne1.internode.on.net) left irc: Ping timeout: 480 seconds
18:09 mgoetzepav5088_: please show us the output of make-fai-nfsroot -v
ErKa (keryell@wireless-2405.sc09.org) left irc: Remote host closed the connection
18:25 pav5088_mgoetze, http://pastebin.com/d4c5c03de
18:30 mgoetzehm, /etc/kernel/postinst.d? is that new?
18:32 mgoetzeinteresting
18:32 mgoetzerun-parts: executing /etc/kernel/postinst.d/initramfs-tools 2.6.30-2-486 /boot/vmlinuz-2.6.30-2-486
18:32 mgoetzeon my squeeze system, that contains...
18:32 pav5088_I'm not sure what you mean by new...  I don't have a pre-squeeze box to look
18:32 mgoetze# kernel-package passes an extra arg; hack to not run under kernel-package
18:32 mgoetze[ -z "$2" ] || exit 0
18:33 mgoetzethere's no /etc/kernel on my lenny system
18:33 mgoetzeanyway, if you ask me, it looks like a bug in initramfs-tools in squeeze
18:35 mgoetzemy personal recommendation: create a lenny nfsroot and install squeeze from that
18:36 pav5088_after looking around online I put "live-initramfs" into my NFSROOT just as a dumbfire way of getting things working.  
18:37 pav5088_Would this have any bearing on the problem?  
18:37 mgoetzelive-initramfs should already be there
18:37 pav5088_Hmmm...  it isn't.
18:37 mgoetzeactually that explains why your pastebin shows it being installed twice :)
18:38 mgoetzeanyway, as a workaround, it should be good enough to just chroot into your nfsroot and do update-initramfs -c -t -k 2.6.30-2-486
18:39 pav5088_I'll give that a go
18:41 pav5088_grep: /proc/modules: No such file or directory
18:42 pav5088_W: mdadm: /etc/mdadm/mdadm.conf defines no arrays
18:42 pav5088_W: mdadm: failed to auto-generate temporary mdadm.conf file.
18:42 pav5088_W: mdadm: no configuration file available.
18:43 pav5088_Does this tell you anything?
18:43 mgoetzedoesn't look like a problem
18:43 pav5088_Ok
18:44 mgoetzedid it generate an initrd?
18:44 pav5088_Looks like it...  there's a file and it isn't 0 bytes
18:44 pav5088_:)
18:45 mgoetzeok, so copy that over to your tftp area and try it out :)
18:49 pav5088_wellll...  there's another issue there.  I'm using ctftpd, and for some reason it's giving me some issues.  Will have to sort them out first.
amgarchIn9 (~amgarchin@p4FF02594.dip0.t-ipconnect.de) joined #fai.
Nic0 (~courtel@fw.tls.cena.fr) joined #fai.
ErKa (keryell@wireless-2405.sc09.org) joined #fai.
ErKa (keryell@wireless-2405.sc09.org) left irc: Ping timeout: 480 seconds
ErKa (keryell@wireless-2405.sc09.org) joined #fai.
pav5088__ (~Mark@ppp118-208-130-154.lns20.bne1.internode.on.net) joined #fai.
ErKa (keryell@wireless-2405.sc09.org) left irc: Ping timeout: 480 seconds
pav5088_ (~Mark@ppp118-208-52-58.lns20.bne1.internode.on.net) left irc: Ping timeout: 480 seconds
ErKa (keryell@wireless-2405.sc09.org) joined #fai.
juri_ (~juri@79.99.65.184) joined #fai.
21:58 juri_ok, back again. ;)
22:00 juri_pardon the semi-newb question, but...
22:01 juri_i've been an FAI user for OMG years, and haven't installed 'real debian' in two stables. how do i get a list of the debian packages in a 'vanilla install'?
22:02 juri_is the base packages what i'm looking for?
22:02 juri_i'm wanting to add an image to my FAI cd that is 'debian stable, very little modification' so i can write directions against it.
allee-k_ (~allee-k@dslb-094-218-057-080.pools.arcor-ip.net) joined #fai.
allee-k_ (~allee-k@dslb-094-218-057-080.pools.arcor-ip.net) left irc: Ping timeout: 480 seconds
--- Tue Nov 17 2009

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