[00:01] ErKa (keryell@keryell.pck.nerim.net) left irc: Ping timeout: 480 seconds [02:41] simNIX (~simNIX@156-60.bbned.dsl.internl.net) left irc: Quit: Ik ga weg [08:19] ErKa (keryell@dhcp2.info.enstb.org) joined #fai. [09:26] telmich (telmich@tee.schottelius.org) left irc: Read error: Network is unreachable [09:28] telmich (telmich@tee.schottelius.org) joined #fai. [09:33] incognitu (incognitu@nettuning.nl) left irc: Ping timeout: 480 seconds [09:45] siggg (~jean@tra78-3-82-244-85-196.fbx.proxad.net) joined #fai. [09:52] Mrfai (~lange@suenner.informatik.uni-koeln.de) joined #fai. [10:28] verwilst (~verwilst@router.begen1.office.netnoc.eu) joined #fai. [10:54] sepski (~sep@95.62-50-191.enivest.net) joined #fai. [11:02] siggg (jean@tra78-3-82-244-85-196.fbx.proxad.net) left #fai. [11:25] lolo78 (~chatzilla@195.68.90.13) joined #fai. [11:25] hello [11:25] hi [11:26] a new problem ! ;) [11:27] i have this message when i try to install a dell pe1950 with bnx2 ethernet card [11:27] Kernel panic - not syncing: Attempted to kill init! [11:27] i saw i kernel config that bnx driver is compiled as module [11:28] what i could do ? [11:28] put firmware-bnx2 in /etc/fai/NFSROOT and rerun make-fai-nfsroot [11:29] mgoetze: ok thanks, i try [11:36] yes it works [11:36] you are a boss mgoetze ! ;) [11:36] ;) [11:54] we could use variable in debconf file ? [11:55] i don't think so [11:56] i believe it's just piped into debconf-set-selections [11:56] ok [12:20] haha... just listening to shuttleworth's speech for ubucon on 10.04 - he wants to focus on "large-scale deployments" ... well then how about getting fai working on ubuntu? :P [12:50] sepski (~sep@95.62-50-191.enivest.net) left irc: Ping timeout: 480 seconds [13:11] spezam (~root@phoenix.f-i.com) joined #fai. [13:16] kai_bo (~kai@statdsl-085-016-072-173.ewe-ip-backbone.de) joined #fai. [13:23] incognitu (incognitu@nettuning.nl) joined #fai. [14:46] Mrfai: why does fcopy take so long? i am having a few boxes that have tons of tons of gbytes in a vast filesystem tree under /var, and eventhough i did limit find in one of the later scripts not to descend in to those directories it takes forever to do the fcopy command (invoked like this: [14:47] fcopy -v -r -i . [14:47] does this decend into the real filesystem recursively? [14:47] can i keep it from doing so? [14:48] did you specify -r or not? [14:48] 14:47 fcopy -v -r -i . [14:48] but it should be enough to decend into the config space recursively [14:49] not into the BIG FILESYSTEM [14:50] yes, but fcopy walks into the tree in the target system AFAIK. You can call this bug or feature;-) Please file a bug report for this [14:51] can i keep it from doing so with -I ? [14:53] yes, I think so [15:03] i have create a file "40-askme.source" in class/ to ask me the hostname [15:03] with this [15:03] #!/bin/bash [15:03] echo "What's the hostname" [15:03] read HOSTNAME [15:03] export HOSTNAME [15:04] it doesnt semm to work [15:04] it ask me the hostname but the installed server is always named "host" [15:04] add hostname $HOSTNAM, so the hostname will also be set [15:04] normally it is set in FAIBASE/10-misc [15:05] Mrfai: i will try this [15:13] lolo78: the problem is that variables set in .source scripts are not passed on to the later installation. so you need to do something like: echo "export HOSTNAME=$HOSTNAME" > /tmp/myvars [15:14] lolo78: and then, in class/FAIBASE.var do: . /tmp/myvars [15:14] mgoetze: this should be done by FAI itself [15:14] Mrfai: hm, well, it didn't work for me (with 3.2.17) [15:22] Mrfai: it dont work [15:22] i will do like mgoetze say [15:25] moin [15:26] stockholm: fcopy should only recurse through the files directory of the configspace [15:57] eartoast: yes, it should, but does it? [15:59] kai_bo (~kai@statdsl-085-016-072-173.ewe-ip-backbone.de) left irc: Quit: Verlassend [16:32] stockholm: AFAIR i wrote the recursion code that way [16:32] makes sense [16:33] as i wrote, it takes very ong to run fcopy -v -r -i . on machines with those deep trees [16:33] you use File:file::find in fcopy [16:33] deep $FAI/files trees? [16:34] no, deep /var/lib/spotify-playlist- trees [16:34] we have many playlists [16:34] :-) [16:35] interesting... the target fs depth shouldn't influence fcopy recursion directly [16:36] right [16:38] and find is called with $FAI/files/. in your case [16:38] foreach (@ARGV) { $_="$source/$_"; } [16:39] File::Find::find(...,@ARGV) [16:40] unless File::Find::find is implemented in a buggy way, this should never be influenced by the target fs [17:17] Mrfai (~lange@suenner.informatik.uni-koeln.de) left irc: Quit: Lost terminal [17:38] cbmuser (~glaubitz@z6.physik.fu-berlin.de) left irc: Quit: brb - just a quick reboot after 28 days :). [17:39] ErKa (keryell@dhcp2.info.enstb.org) left irc: Ping timeout: 480 seconds [17:44] verwilst (~verwilst@router.begen1.office.netnoc.eu) left irc: Quit: Ex-Chat [17:58] spezam (~root@phoenix.f-i.com) left irc: Quit: ircII EPIC4-2.4 -- Are we there yet? [18:03] lolo78 (~chatzilla@195.68.90.13) left irc: Quit: ChatZilla 0.9.85 [Firefox 3.0.14/2009090217] [18:26] lolo78 (~chatzilla@195.68.90.13) joined #fai. [18:30] ErKa (keryell@keryell.pck.nerim.net) joined #fai. [18:30] is it possible to specify a class with fai-chboot ? [18:35] lolo78: you can add some kernel parameters with -k and then parse those from /proc/cmdline in your class/ scripts [18:39] mgoetze: ok perfect! ;) [19:06] lolo78 (~chatzilla@195.68.90.13) left irc: Quit: ChatZilla 0.9.85 [Firefox 3.0.14/2009090217] [19:55] cbmuser (~glaubitz@z6.physik.fu-berlin.de) joined #fai. [20:16] ErKa (keryell@keryell.pck.nerim.net) left irc: Ping timeout: 480 seconds [21:42] ErKa (~keryell@keryell.pck.nerim.net) joined #fai. [23:13] pjustice (~pjustice@yagi.h-net.msu.edu) left irc: Ping timeout: 480 seconds [23:14] pjustice (~pjustice@yagi.h-net.msu.edu) joined #fai. [23:19] ErKa (~keryell@keryell.pck.nerim.net) left irc: Ping timeout: 480 seconds [23:42] simNIX (~simNIX@156-60.bbned.dsl.internl.net) joined #fai. [00:00] --- Wed Sep 23 2009