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