ErKa (~keryell@109.0.36.183) joined #fai.
justleen (~leen@rev-131-102.virtu.nl) joined #fai.
siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) joined #fai.
eartoast (~glawe@login.physik.fu-berlin.de) left irc: Quit: leaving
eartoast (~glawe@login.physik.fu-berlin.de) joined #fai.
verwilst (~verwilst@router.begen1.office.netnoc.eu) joined #fai.
\sh (~shermann@nat.de.netviewer.com) joined #fai.
pav5088 (~Mark@123.208.44.136) joined #fai.
pav5088 (~Mark@123.208.44.136) left irc: Quit: Leaving
Mrfai (~lange@malzmuehle.informatik.uni-koeln.de) joined #fai.
ErKa (~keryell@109.0.36.183) left irc: Ping timeout: 480 seconds
partner_ (joonas@ajaton.net) left irc: Remote host closed the connection
13:54 mikapmt: "Can't initialize physical volume "foobar" of volume group "vgroup" without -ff" -> any hints how to force creation of lvm physical volume?
Action: mikap tries createopts=-ff
partner (joonas@ajaton.net) joined #fai.
14:05 mikaphm nope, createopts=-ff can't be assigned to lvm pv creation AFAICS :-/
Action: mikap wondering whether setup-storage_pvcreate-old-lvm is necessary
alekibango_ (~alekibang@ip-94-113-35-25.net.upcbroadband.cz) joined #fai.
alekibango_ (~alekibang@ip-94-113-35-25.net.upcbroadband.cz) left irc: Remote host closed the connection
14:30 mikapMrfai: the console in fai client installation is pretty broken :-/ is this because of the FAI logo stuff?
14:32 oz_mikap: yes.
14:32 oz_touch /usr/lib/fai/nfsroot/.nocolorlog
14:32 oz_touch /usr/lib/fai/nfsroot/.nocolorlogo
14:32 oz_sry.
14:32 mikapyeah, trying that
14:33 mikap touch /srv/fai/nfsroot/live/filesystem.dir/.nocolorlogo :)
14:33 oz_okay :)
14:39 Mrfaior just call reset once in the console
14:40 oz_Mrfai: that won't fix all problems.
14:41 MrfaiI never had problems after calling reset. What are your problems then?
14:41 oz_line-wrap.
14:44 oz_... and the boot history is gone
14:47 Mrfaieverything is also available in the log files
14:48 oz_it destroys nothing, I agree.
14:48 oz_but it takes time to figure it out and why browse into logfile if you could read it from the console anyway?
14:49 mikapMrfai: reset doesn't work
14:49 oz_and one _never_ needs a logo except to show-off.
14:50 mikapMrfai: why can't /etc/init.d/rcS be re-executed?
14:52 Mrfaimikap: I don't know? Never tried it.
14:52 MrfaiI think some things will not work, for e.g. restarting sshd is not implemented
14:52 Mrfaifai just starts it, not checking if it already runs.
14:53 MrfaiSame for mounting some specific directories, like config space
14:55 mikapMrfai: that's what i don't get :) IMO this should just work[tm] :)
14:57 MrfaiYes, but the "just work[tm]" is obstructed by the "give me more time" patents :-)
15:01 mikapno, proper design :)
15:05 mikapmt: http://grml.org/tmp/fai_format_log.txt -> pvremove is missing for whatever reason :-/ on second execution it works
15:06 mikapMrfai: does "man less" work for you on fai's install console?
siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) left irc: Ping timeout: 480 seconds
15:10 oz_Mrfai: to be honest, the console is _very_ broken.
15:10 oz_steals some time during installs.
15:12 Mrfaiwhen I do remote login man less works
15:13 mikapyeah, the console *is* broken, "reset" fails with "standard error: Invalid argument"
15:14 Mrfaieven on the console man less work perfect.
15:14 MrfaiI see the "invalid argument" error very seldom.
15:14 mikapMrfai: after fai installation or its breakage? don't think so ;)
15:15 Mrfaiduring installation. For e.g. at the end when typing ctrl-c
15:15 mikapMrfai: just works on tty != tty1
15:15 mikapmt: http://grml.org/tmp/format_log_working.txt -> after re-execution, whereas http://grml.org/tmp/fai_format_log.txt is the initial output (yeah, applied -d to the setup-storage call)
Action: mikap pretty annoyed...
ErKa (~keryell@183.36.0-109.rev.gaoland.net) joined #fai.
15:39 mikapmt: setup-storage doesn't find the existing pv volume
15:44 Mrfaimikap: grml64_sid_20101209 boots nicely from usb on a dual CPU hexa-core, 48GB RAM supermicro machine.
15:45 mikapMrfai: cool :) do you know what graphics card it's inside this machine?
15:46 MrfaiMGA G200eW WPCM450 [Hermon] - Winbond/Nuvoton
15:47 mikapthx
justleen (~leen@rev-131-102.virtu.nl) left irc: Quit: Leaving.
verwilst (~verwilst@router.begen1.office.netnoc.eu) left irc: Quit: Ex-Chat
16:54 mikapOMFG.... http://grml.org/tmp/fai_error.log &
16:56 oz_?
16:56 mikapMounting /dev/FAIBASE/rootfs to /target/
16:56 mikapmount: wrong fs type, bad option, bad superblock on /dev/mapper/FAIBASE-rootfs,
16:56 mikapand just continues without rootfs....
16:56 oz_*ouch*
16:57 oz_i c
16:57 mikap    mount2dir $FAI_ROOT $LOGDIR/fstab                                                                                          
16:57 mikap    if [ "$?" -eq 1 ]; then
16:57 mikapwholy cow!
16:59 MrfaiI think mount2dir needs set -e
17:01 mikapit has exit 4 inside and the outside code checks for -eq :-/
17:02 oz_mikap: so, you know the fix!
17:02 MrfaiOh shit. Wrong test. Sure -ge would be much better.
Action: oz_ tries alway to look on the bright side of life
17:02 MrfaiBut I'm not sure if every error during the run of mount2dir is catched. So set -e would also be good
17:02 mikapMrfai: -ne!
17:03 Mrfaimikap: OK. Are negative exit codes possible?
17:04 mikapMrfai: in shell they are undefined behaviour
17:04 mikap    mount2dir $FAI_ROOT $LOGDIR/fstab
17:04 mikap    if [ "$?" -ne 0 ]; then
17:04 mikap        sendmon "TASKERROR mountdisks 705"
17:04 mikapthis catches my issue.... though i really don't want to know what might break then...
17:05 mikapand looking at "swapon -p1 $sd" i might come up with a swap-device using spaces inside...
17:07 FBIfai: 3 lange committed revision 6231 to 7 fai:  catch every exit code != 0 from mount2dir
17:08 oz_mikap: yes, we should test it....
ErKa (~keryell@183.36.0-109.rev.gaoland.net) left irc: Ping timeout: 480 seconds
ballison (~ballison@209.156.160.90) joined #fai.
19:07 ballisonoh wow there are people here. :)
19:07 Mrfaihi brad
19:07 ballisoni was sitting on the efnet #fai wondering why no one was there. :)
19:07 ballisonHi Thomas.  thanks for your help thus far
19:07 ballisondo you prefer me to talk in the open channel or via /msg's ?
19:07 Mrfaiwhat is your FAI_VERSION inside the nfsroot?
19:08 ballisonexport FAI_VERSION="FAI 3.1.8, 13 Mar 2007"
19:09 Mrfaiok, it's older than your version on your install server. That's why make-fai-nfsroot -vk does not work.
19:09 Mrfaimabe rename your actual nfsroot to nfsroot.old
19:10 Mrfaithen recreate a new nfsroot using make-fai-nfsroot -v
19:10 MrfaiNow, I have to leave. Please post if this works. I will get the irc logs
Mrfai (~lange@malzmuehle.informatik.uni-koeln.de) left irc: Quit: leaving
19:12 ballisonk
19:20 ballisonI'm trying to run make-fai-nfsroot -vk and getting all sorts of chroot errors like , "chroot: cannot run command `apt-get': No such file or directory"
19:28 alekibangoballison: did you rebuild it again?
19:29 ballisonno
19:29 ballisoni tried to rebuild it and it was even worse
19:29 ballisonsame errors - chroot errors
19:30 ballisonhttp://pastebin.com/raw.php?i=UGeigY1M
19:30 alekibangowaht is your current fai version?
19:30 ballisonthat's what happened when i moved the nfsroot to nfsroot.old and reran make-fai-nfsroot -v
19:30 alekibangowhich debian version?
19:30 ballisonalek: that's what confusing.
19:31 alekibangodo you ahve approx running?
19:31 ballisonhold and i'll show you . the versions reported on teh file system and the version reported via dpkg do not match.
19:31 alekibangoyou are still using etch in that config :)
19:31 alekibangothat should be lenny now
19:31 alekibangoor even squeeze :D
19:31 ballisonetch server.
19:31 ballisonhold
19:32 alekibangoballison: i dont know, i do not run etch for years now
19:32 alekibangoballison: downlaoding etch base failed
19:33 alekibangonot sure why
19:33 alekibangoyou migth try to increase verbosity of approx
19:33 alekibangoor use another url for debian mirror
19:33 alekibangohttp://etchmirror:9999/debian/dists/etch/Release  <- this failed
19:34 alekibangoftp://ftp.debian.org/debian/dists/   <-- there is no etch
19:34 alekibangoyou should really upgrade to debian lenny
19:34 alekibango:D
19:35 alekibangoor maybe squeeze which will be stable really soon now
19:35 alekibango(TM)
19:36 ballisonyeah - i've been at this company for 4 days and was told to go install a server
19:36 ballisonthe guy who set these fai servers up isn't here.
\sh (~shermann@nat.de.netviewer.com) left irc: Remote host closed the connection
19:40 ballisonhow do i know that i'm running etch?
19:41 ballisonthe debian_release file says 5.0.4
19:41 ballisoni'm to assume that's etch
19:42 ballisonwell the name of the box is "etchmirror" so maybe that's a clue. :)
siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) joined #fai.
siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) left irc:
20:22 h01gerballison, 5.0.4 is lenny
20:22 h01geretch is gone from ftp.debian.org
20:22 h01gerits still available at archive.debian.org
Action: h01ger got rid of his last etch machine yesterday :-)
siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) joined #fai.
20:50 ballisonokay - i have a dumb newbie question.
20:50 ballisonmy boss wants to keep using the older version of FAI and just rebuild the kernel that the initrd uses
20:50 ballisonis there a way to do this?
20:52 ballisonbasically i need to know how to build a FAI kernel that's bootable with all the drivers I need.
pav5088 (~Mark@110.144.140.138) joined #fai.
21:50 ballisoni still can't find a way to build a fai kernel
21:50 ballisoni've poked around and see you _can_ do it. i just can't find where it says HOW you do it.
21:55 ballisonis there a page somewhere that describes how to be a kernel FOR USE with fai -and- tells you how to get fai to use it?
siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) left irc: Ping timeout: 480 seconds
ErKa (~keryell@183.36.0-109.rev.gaoland.net) joined #fai.
al (d@niel.cx) left irc: Remote host closed the connection
al (~d@niel.cx) joined #fai.
--- Fri Dec 10 2010

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