siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) left irc: Ping timeout: 480 seconds
Nick change: pjustice` -> pjustice
simNIX (~simNIX@156-60.bbned.dsl.internl.net) left irc: Quit: Ik ga weg
allee-k (~allee-k@dslb-084-056-011-168.pools.arcor-ip.net) joined #fai.
allee-k (~allee-k@dslb-084-056-011-168.pools.arcor-ip.net) left irc: Ping timeout: 480 seconds
simNIX (~simNIX@156-60.bbned.dsl.internl.net) joined #fai.
puck (~puck@leibniz.catalyst.net.nz) left irc: Quit: Coyote finally caught me
siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) joined #fai.
Mrfai (~lange@kueppers.informatik.uni-koeln.de) joined #fai.
ErKa (keryell@dhcp2.info.enstb.org) joined #fai.
Robinayo1_ (robin@194.150.191.19) left irc: Ping timeout: 480 seconds
siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) left irc: Ping timeout: 480 seconds
verwilst (~verwilst@router.begen1.office.netnoc.eu) joined #fai.
siggg (~jean@tra78-3-82-244-85-196.fbx.proxad.net) joined #fai.
ErKa (keryell@dhcp2.info.enstb.org) left irc: Ping timeout: 480 seconds
Mrfai (~lange@kueppers.informatik.uni-koeln.de) left irc: Quit: leaving
Mrfai (~lange@suenner.informatik.uni-koeln.de) joined #fai.
11:30 oz_hm. fai-mirror produces an i386 repository on CD though I have a fai amd64 config
11:30 oz_dunnu why there is still binary-i386 in it
siggg (~jean@tra78-3-82-244-85-196.fbx.proxad.net) left irc: Remote host closed the connection
11:43 oz_ah. I missed export APT_CONFIG
rnewson (~robertnew@80-47-104-166.lond-hex.dynamic.dial.as9105.com) joined #fai.
rnewson (~robertnew@80-47-104-166.lond-hex.dynamic.dial.as9105.com) left irc:
rnewson (~robertnew@80-47-104-166.lond-hex.dynamic.dial.as9105.com) joined #fai.
kai_bo (~kai@statdsl-085-016-072-173.ewe-ip-backbone.de) joined #fai.
siggg (~jean@tra78-3-82-244-85-196.fbx.proxad.net) joined #fai.
ErKa (~keryell@keryell.pck.nerim.net) joined #fai.
Steffen (~Steffen.K@195.122.130.2) left irc:
ErKa (~keryell@keryell.pck.nerim.net) left irc: Ping timeout: 480 seconds
16:22 rnewsonhi, I'm struggling to add the bnx2x firmware to fai's nfsroot. bnx2 works just fine but I can't get the 10g one to work at all.
16:31 mgoetzernewson: what did you try and what error message did you get?
16:35 rnewsonI always get dropped to an initramfs prompt on the box I'm fai'ing, complaining that it could find a network driver and that I might need a non mainline drive.
16:35 rnewsonwhat I did was add firmware-bnx2x to /etc/fai/NFSROOT, rebuild nfsroot, then chroot into it, add 'bnx2x' to hook-functions where 'bnx2' is and run update-initramfs -u
16:36 rnewson /lib/firmware only has the bnx2 files in it (on the netbooted machine) but all four inside the nfsroot.
16:37 rnewsonodd, because bnx2 was trivial, just added the package name to NFSROOT and called make-fai-nfsroot
16:38 mgoetzewhat does dmesg tell you after you get dropped to a shell?
16:39 rnewsonit looks ok, except we don't get as far as a network interface. should I look for something in particular?
16:39 mgoetzemaybe grep for bnx or eth?
16:39 rnewsonlast lines are about ide0 and ide1.
16:39 rnewsonyeah, I'm paging through.
16:39 rnewsonover iLo (which sucks)
16:39 rnewsonno mention of eth or bnx at all.
16:40 rnewsonshould what I described above work?
16:40 mgoetzehm, and you're using a standard 2.6.26 lenny kernel?
16:40 rnewsonI'll double-check, but I'm pretty sure.
16:40 mgoetzedoes it work with debian-installer?
16:41 rnewsonyes, it does, it works fine of an install cd if you also have the firmware on a usb stick
16:41 mgoetzehm interesting
16:41 Mrfairnewson: maybe bnx2x was not put into the initrd, or is not loaded bu the initrd
16:41 Mrfais/bu /by /
16:41 rnewsonright. I can't tell which, yet.
16:41 mgoetzecan you do 'modprobe bnx2x'?
16:41 rnewsonyah.
16:41 mgoetzewhat does it say?
16:42 rnewsonnothing at all.
16:42 mgoetzedoes lsmod show the module? anything new in dmesg?
16:42 Mrfaicheck if the module is loaded using lsmod
16:42 rnewsonno lsmod at the initramfs shell
16:42 Mrfai:-(
16:42 rnewson:(
16:42 rnewson'lsmod: not found'
16:42 rnewsonand in tiny letters "I hate you and am deliberately jerking you around"
16:43 rnewsonbut that could be my imagination,
16:43 Mrfaiadd bnx2x to /src/fai/nfsroot/live/filesystem.dir/etc/initramfs-tools/modules
16:43 rnewsonok. I did try that once too, but it can't hurt.
16:44 rnewsonrunning update-initramfs -u from inside the nfsroot afterwards, right?
16:44 Mrfaiyep.
16:44 Mrfaithen the modules should be put into the initrd.
16:44 rnewsonlet's hope so.
16:45 rnewsonit's 2.6.26-2-amd64 which sounds pretty vanilla btw.
16:45 rnewsonok, trying again...
16:45 mgoetzeyes, you might want to try a newer kernel if all else fails
16:46 Mrfaiyou should also tell initramfstools to load this modules during boot. Currently I can't find the file you can specify this
16:47 rnewsonhm, interesting.
16:47 rnewsonit's /etc/modules on debian boxes, usually.
16:48 rnewsonboot failed again.
16:50 Mrfaicheck if the modules was included into the initrd you are booting
16:50 rnewsonhow do I do that?
16:50 rnewsonwithout lsmod, I'm blind.
16:50 Mrfailogin to your install server
16:50 Mrfaicd to your tftp directory
16:51 Mrfaizcat initrd.img-2.6.26-2-686 > /tmp/ttttt; mount -oloop /tmp/tttt /mnt
16:52 mgoetzei prefer: mkdir /tmp/initrd; cd /tmp/initrd; zcat /srv/tftp/fai/initrd* | cpio -i
16:53 Mrfaiyeah. Looks much simpler
16:53 rnewsonok, trying that :)
16:54 rnewsonthanks btw, I've been going a little insane over this.
16:55 rnewsonok, done.
16:55 rnewsonthe firmware is present in lib/firmware - good
allee-k (~allee-k@alleehol.mpe.mpg.de) joined #fai.
16:56 rnewsonno bnx* under lib/modules/2.6.*/kernel/net
16:56 rnewsonshould there be?
16:56 Mrfaiyes
Mrfai (~lange@suenner.informatik.uni-koeln.de) left irc: Quit: leaving
16:56 rnewsonthere's the bnx2.ko there, not the 2x
16:56 rnewsongrrr
16:58 mgoetzernewson: hm in the config of 2.6.26 i can't even find an option CONFIG_BNX2X
16:58 rnewsonhmm.
16:59 mgoetzernewson: so you may need a newer kernel. try this howto i wrote recently: http://faiwiki.informatik.uni-koeln.de/index.php/Grml_Kernel
16:59 rnewsonOh, I know how to do that.
17:00 mgoetzeconfig-2.6.28-grml64 has CONFIG_BNX2X=m :)
17:00 rnewsonAh, groovy.
verwilst (~verwilst@router.begen1.office.netnoc.eu) left irc: Quit: Ex-Chat
allee-k (~allee-k@alleehol.mpe.mpg.de) left irc: Remote host closed the connection
rnewson (robertnew@80-47-104-166.lond-hex.dynamic.dial.as9105.com) left #fai.
kai_bo (~kai@statdsl-085-016-072-173.ewe-ip-backbone.de) left irc: Quit: Verlassend
siggg (~jean@tra78-3-82-244-85-196.fbx.proxad.net) left irc: Ping timeout: 480 seconds
|kardan| (~kardan@p54BE62B6.dip.t-dialin.net) joined #fai.
kardan_ (~kardan@p54BE42CB.dip.t-dialin.net) left irc: Ping timeout: 480 seconds
simNIX (~simNIX@156-60.bbned.dsl.internl.net) left irc: Read error: Connection reset by peer
simNIX (~simNIX@156-60.bbned.dsl.internl.net) joined #fai.
simNIX (~simNIX@156-60.bbned.dsl.internl.net) left irc: Read error: Connection reset by peer
simNIX (~simNIX@156-60.bbned.dsl.internl.net) joined #fai.
simNIX (~simNIX@156-60.bbned.dsl.internl.net) left irc: Read error: Connection reset by peer
simNIX (~simNIX@156-60.bbned.dsl.internl.net) joined #fai.
siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) joined #fai.
simNIX (~simNIX@156-60.bbned.dsl.internl.net) left irc: Read error: Connection reset by peer
simNIX (~simNIX@156-60.bbned.dsl.internl.net) joined #fai.
gebi_ (~gebi@84-119-47-40.dynamic.xdsl-line.inode.at) joined #fai.
gebi (~gebi@84-119-52-186.dynamic.xdsl-line.inode.at) left irc: Ping timeout: 480 seconds
--- Thu Sep 17 2009

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