mcarvalh (mike@71-87-216-94.dhcp.oxfr.ma.charter.com) left #fai.
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: Quit: Leaving.
ebbie (~username@berlin046.server4free.de) left irc: Read error: Connection reset by peer
07:32 telmichguten morgen
07:33 telmichich habe mal die panic vom dell r610 auf http://home.schottelius.org/~nico/temp/dell-r610.kpg.jpg abgelegt
07:33 telmichdie bnx2 ist in der initrd, aber trotzdem bekomme ich die kernel panic
edoreld (~Adium@p57A09A3D.dip0.t-ipconnect.de) joined #fai.
Mrfai (~lange@suenner.informatik.uni-koeln.de) joined #fai.
08:26 telmichMrfai: ich habe mal die panic vom dell r610 auf http://home.schottelius.org/~nico/temp/dell-r610.kpg.jpg abgelegt -> ich hatte angenommen, dass das ein problem ist, weil die netzwerkkarte nicht erkannt wird, die firmware ist aber in der initrd drin -> eine ahnung, was das sein könnt?
08:37 Mrfaischei... hardware
08:40 Mrfaivielleicht helfen parameter fuer den kernel. z.B. noapic ide=nodma,....
08:40 Mrfainoacpi
ErKa (~keryell@APuteaux-154-1-38-173.w83-199.abo.wanadoo.fr) joined #fai.
08:43 mgoetzetelmich: hm, nicht sehr informativ :(
08:46 mgoetzetelmich: teamleiter hat mir grad gesagt, dass er aktuell keine 11G-server fuer mich zum spielen hat, kann also nicht versuchen das nachzustellen
08:47 Uetzguertelmich, moechtest du von eth0 oder eth1 booten?
08:47 mgoetzeoder eth2 oder eth3 ;)
08:47 mgoetze(r610 hat 4 onboard nics)
08:50 Mrfaitelmich: hast du schon debug als kernel parameter angegeben? Und break=premount versucht?
08:51 Uetzguerich frag, weil ich regelmaessig kernel panics bekommen, wenn ich versuche, dhcp auf allen interfaces zu machen (anstatt fix eth0 bzw. eth1 per kernel-parameter auszuwaehlen)
JulienDev (56d21958@webchat.mibbit.com) joined #fai.
08:56 JulienDevHello
08:57 JulienDevI think I have a problem with the tftpd-hda daemon
08:58 edorelddon't say you have a problem, say what problem you have
08:58 JulienDevIndeed, I receive this error just after the dhcp request  : PXE-E32: TFTP open timeout
08:59 edoreldso the client gets an IP & more data from DHCP server and then gives a TFTP timeout?
09:00 JulienDevExactly
09:00 edoreldlook for the line of tftpd in /etc/inetd.conf and write what it shows here
09:00 JulienDevI launched a tshark on the fai server and I can view a TFTP read request
09:01 JulienDevok
09:03 JulienDevI added this line "tftp dgram udp wait root /usr/sbin/in.tftpd in.tftpd -s /srv/tftp/fai"
09:03 JulienDevand commented this : "#tftp           dgram   udp     wait    root  /usr/sbin/in.tftpd /usr/sbin/in.tftpd -s /var/lib/tftpboot"
09:03 edoreldis there a file called pxelinux.0 in /srv/tftp/fai?
09:04 JulienDevyes
09:04 Mrfaidid you restart inetd?
09:04 JulienDevno just tftpd-hda
09:04 mgoetzeJulienDev: what does netstat -unlp on the fai server tell you?
09:05 Mrfaiyou are running tftpd via inetd or as standalone daemon?
09:06 JulienDev Connexions Internet actives (seulement serveurs) Proto Recv-Q Send-Q Adresse locale          Adresse distante        Etat        PID/Program name udp        0      0 0.0.0.0:2049            0.0.0.0:*                           - udp        0      0 0.0.0.0:50332           0.0.0.0:*                           2630/rpc.mountd udp        0      0 0.0.0.0:49453  
09:06 JulienDevoups
09:06 JulienDevMrfai, I'm not sure
09:06 mgoetzeso you have nothing listening on port 69 udp? that's the problem, then
09:07 JulienDevudp6       0      0 :::69                   :::*                                2577/inetutils-inet
09:07 mgoetzeok, try restarting inetd then
09:08 JulienDevdone
09:08 mgoetzenow try to boot again :)
09:08 MrfaiJulienDev: if you are not sure, go one step back and try to understand how tftpd is started in your environment
09:10 JulienDevok, but I don't understant how I can know it
09:11 JulienDevmgoetze, I launched again, but I have the same problem
09:11 mgoetzedid you run fai-setup?
09:11 JulienDevyes sure
09:12 edoreldJulienDev: /etc/default/tftpd-hpa
09:13 mgoetzeok, perhaps stop inetd and run tfptd by hand... in.tftpd -Lvv -s /srv/tftp/fai
09:14 JulienDevedoreld : RUN_DAEMON="yes" OPTIONS="-l -s /srv/tftp/fai"
kai_bo (~kai@statdsl-085-016-072-173.ewe-ip-backbone.de) joined #fai.
09:15 mgoetzeJulienDev: so you're trying to run tftpd both standalone and via inetd. you should fix that sooner or later
09:15 edoreldyeah that can't be good..
09:16 JulienDevwhere do you see that?
09:16 edoreldRUN_DAEMON="yes"
09:16 JulienDevmmmh oh
09:16 JulienDevok
09:17 JulienDevI changed to no
09:18 edoreldhmm if tftp is running as a daemon, /etc/init.d/tftpd-hpa stop << will probably be good
09:18 edoreldand then restart inetd just in case
09:20 JulienDevit's ok
09:27 JulienDevI tried again, there is again the timeout
09:29 Mrfaiuse a tftp command line client to check if you can connect the tftp daemon. If this works check next-server in dhcpd.conf
09:33 JulienDevI need to install a tftp client on my server?
09:34 mgoetzeok, perhaps stop inetd and run tfptd by hand... in.tftpd -Lvv -s /srv/tftp/fai
09:34 mgoetze(what i wrote 21 minutes ago)
09:35 MrfaiJulienDev: yep, you need a client to test your tftp daemon.
09:36 JulienDevmgoetze It say me "invalid option -- w"
09:36 mgoetzewhere did i say to use -w ?
09:37 edoreldmeh x2
09:37 JulienDev-Lvv
09:37 edoreldvv ` w
09:37 edoreldmy guess
09:38 JulienDevah
09:38 JulienDevit's better :-)
09:41 JulienDevbut always timeout
09:41 mgoetzeand your tftpd doesn't say anything about incoming requests?
09:41 mgoetzebut you see them with tshark?
09:42 mgoetzedo you have any iptables rules?
09:42 JulienDevwith tshark I only view TFTP Read Request
09:43 edoreldtry "tcpdump -n" on server and do the pxe thing again
09:48 JulienDevsame...
09:51 edoreldI'm can anyone help me figure out why the command gpg -a --recv-keys AB9B66FD; gpg -a --export AB9B66FD | apt-key add - is giving me errors >> http://debian.paste.net/37305/
09:52 edoreldnevermind
09:52 edoreldsecond run it worked
09:52 edoreldit seems it had to create a configuration file first or something like that..
09:54 JulienDevpicture is maybe better than words
09:54 JulienDevhttp://img177.imageshack.us/img177/2029/img0057g.jpg
09:55 oz_JulienDev: are you using tftpd-hpa?
09:55 oz_looks like you would not do so...
09:58 JulienDevyes, I use the tftp server by default
09:59 oz_run 'apt-get install tftpd-hpa' as root
09:59 oz_the default tftpd has problems
10:02 JulienDevit say me, it's the most recent
10:06 edoreldPlease make completely sure under /var/lib/tftpboot you have both a file named pxelinux.0 & pxelinux.cfg, and if you do, please post your /etc/dhcp3/dhcpd.conf to http://paste.debian.net or the pastebin service of your choice
verwilst (~verwilst@router.begen1.office.netnoc.eu) joined #fai.
10:09 JulienDevI have nothing in var/lib/tftpboot , all is in /srv/tftp/fai
10:10 edoreldwait
10:11 edoreldok yes that's what i meant
10:11 edoreldplease post ur dhcp configuration
10:11 edoreldnot here
10:14 JulienDevhttp://paste.debian.net/37313/
10:16 edoreldwhat is this option root-path thing?
10:16 JulienDevI copied it from an example
10:16 oz_JulienDev: did you remove the old tftpd? what's the output if you run 'dpkg -l | grep tftp'?
Action: oz_ is off for lunch
10:17 JulienDevii tftp 0.17-16 Trivial file transfer protocol client
10:18 JulienDevii tftpd-hpa 0.48-2.3 HPA's tftp server
10:19 mgoetzei think you may be overdoing it a bit with the amount of things you are trying to serve tftp requests with
10:21 JulienDevwhen i try to connect the tftp server with tftp and connect 172.27.231.18
10:21 JulienDevthere is no answer
10:23 edoreldI just created a debian mirror with fai-mirror, and now I want to change the fai conf so it knows so. I see the line
10:23 edoreldFAI_DEBMIRROR=yournfs debianmirror:/path/to/debianmirror, what should I put instead of "yournfs" ?
10:24 JulienDevlenny
10:24 JulienDevI think
10:24 edoreldhmmm
10:24 JulienDevIt's what I have
10:25 JulienDevI must leave for lunch
10:25 edoreldk
10:25 JulienDevthanks for all
10:25 edoreldnp
10:25 JulienDevI will come back later
10:27 edoreldfor some reason I don't think is lenny what u have to put though...
10:35 edoreldwould FAISERVER=<ip of server with debian mirror>:<path to debian mirror> be correct?
10:35 edorelde.g: FAISERVER=10.0.0.1:/debmirror
10:41 Mrfaiedoreld: do not set FAI_DEBMIRROR. It's only needed when you use NFS for accessing the mirror. But htpps or ftp is recommended.
10:41 Mrfaifor that
10:41 edoreldhmm ok so how do I tell the fai server to use my local debian mirror created with fai-mirror?
10:42 edoreldhow do I put it to use :)
10:43 edoreldwith ftp or whatever he needs :)
10:44 mgoetzeedoreld: man sources.list
10:45 edoreldah
10:45 Mrfaiedoreld: have a look at http://bugs.debian.org/516386. This does not work yet
10:47 edoreldhmm
10:47 Mrfaiedoreld: but you can use apt-proxy if your connection is not that fast
10:51 edoreldthe prob is im trying to install a client (gnomehost) with fai, and it tries to get to internet. But it has no internet access
10:51 edoreldso i need a local mirror
10:51 edoreldapt-proxy solves that?
10:56 oz_run 'apt-get install tftp-hpa' as root
10:56 oz_you need also the hpa client
10:58 edoreldthey are both installed now
10:58 edoreldwhat's the next step :)
10:58 edoreld(server was already installed)
10:58 oz_run netboot again
10:59 edoreldnetboot?
10:59 edoreldno such command O_o
10:59 edoreldor u mean boot the pxe client?
11:10 edoreldI just booted with my client and got several errors like
11:10 edoreldTrying to load: pxelinux.cfg/08680801-4737-11cb-b01d-9a22496ad81d
11:10 edoreldDo you know what could this be?
11:12 edoreldTFTP prefix:
11:12 edoreldTrying to load: pxelinux.cfg/08680801-4737-11cb-b01d-9a22496ad81d
11:12 edoreldetc
11:12 edoreldUnable to locate configuration file
11:33 edoreldGuy on the internet had same prob, this is his "problem log" wich is very similar to mine
11:33 edoreldhttp://paste.debian.net/37321/
11:56 Mrfaiedoreld: ok, tftp seems to work.
11:56 Mrfaiedoreld: no read: man fai-chboot
11:56 edoreldok
charles (~charles@84.92.223.222) joined #fai.
12:00 charlesI am installing linux debian using FAI on a system with two disks but I only have defined the first one and I get the follwing error : INTERNAL ERROR in setup-storage fstabkey undefined , any suggestion? thank you.
12:02 edoreldI had forgotten to run fai-chboot -IFv gnomehost :P lol
12:03 Mrfaicharles: run again with debuggin enabled. IIRC put debug=1 in a class/*.var script
12:03 Mrfaithen put the output of the fai.log onto paste.debian.net
12:04 charlesok
12:05 charlessoory newbie where can I find  fail.log after failing to install
12:05 Mrfaifai.log, not fail.log
12:05 edoreld /tmp/fai
12:05 edoreldI think
12:06 edoreldbeginner on fai here as well :)
12:06 MrfaiAnd plaese do not forget the FAI questionnaire
Action: Mrfai has to write a bot that annunces this info
12:07 edoreldDon't worry, as soon as I manage to install 1 machine, I will fill it :D
12:07 Mrfai:-)
12:08 edoreldso expect to be in 1-3 months :)
12:10 JulienDevrebonjour :-)
12:10 Mrfaiedoreld: s/months/minutes/
12:11 JulienDevI will fill it too when I will be able to install my fai server
12:15 edoreldMrfai: lol
12:15 edoreldi wish :)
12:19 JulienDevDo you have an other idea for my tftp problem?
12:19 edoreldWhat exactly is the problem now?
12:19 JulienDevthe same like this morning
12:21 edoreldlet me check my chat transcript
12:21 edoreldok
12:21 MrfaiJulienDev: learn how to set up a tftp daemon as standalone or via inetd and how to debug problems. These are networking basics.
12:21 MrfaiOr read the FAI guid, and do excatly what I wrote there
12:22 edoreldI had problems running tftpd-hpa as well, so I ran it in standalone mode: "in.tftpd -l -s /srv/fai/config"
12:23 edoreldand by the way apt-proxy works wickedly :D
12:23 edoreldI'm downloading packets from the client wich doesn't have internet, just by having added a couple of lines in /apt/sources.list and installed apt-proxy on the server ^_^
12:29 JulienDevMrfai I will read your guid again
12:29 JulienDevedoreld I already tried without result
12:29 edoreldhave u also ran "fai-chboot -IFv <ur host name> on the server?
12:30 edoreldmy last suggestion ^_^
12:30 JulienDevlol yes
12:30 edoreldok no idea then what's wrong :)
12:30 edoreldGood luck in finding and have a good life ^_^
kai_bo (~kai@statdsl-085-016-072-173.ewe-ip-backbone.de) left irc: Quit: Verlassend
ebbie (~username@berlin046.server4free.de) joined #fai.
12:49 ebbiehi, i use fai on debian lenny. i want to create a vg in my disk_config that uses the third partition on disk1 is that possible? something like: vg local_disks disk1:part3
kai_bo (~kai@statdsl-085-016-072-173.ewe-ip-backbone.de) joined #fai.
12:53 charlesfai.log installation problem http://paste.debian.net/37330
12:54 charlesit does work if I use only one hard drive
12:55 mgoetzecharles: please submit a bug report including that log and your disk_config
12:55 edoreldWhat is the username & password when you install with all the default parameters of "gnomehost" ?
12:56 edoreldI'm stuck at the login windows :$
12:56 mgoetzedunno, have you tried "fai"?
12:56 edoreldaah found it :)
12:56 edorelddemo / fai
12:56 edoreld:)
12:56 edoreldcoool!
12:56 edoreldfai is awesome :D
12:59 edoreldnow to install with "demohost" and see what comes out :)
13:00 charlesmgoetze : the bug report fai.log is in http://paste.debian.net/37330 and it does contain disk_config
13:01 mgoetzecharles: i mean use the reportbug tool or (after reading the documentation of the BTS) write to submit@bugs.debian.org
siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) joined #fai.
13:12 charlesok
13:19 Mrfaicharles: Mmm, I'm not a setup-storage expert. IIRC michael (how wrote setup-storage) is currently not online (on vacation?). But you can post you problems to the linux-fai mailing list
13:21 Mrfaicharles: you may also want to try FAI 3.2.20, which das some setup-storage fixes
13:21 Mrfaiuse this in your sources.list (in /etc/fai/apt): deb http://www.informatik.uni-koeln.de/fai/download lenny koeln
13:21 charlesis it becasue I have not setup disk2 in disk_config
13:22 edoreldhmm Mrfai I'm reading on the page NEWS: FAI 3.2.19 released, including lenny support. However, I',m now using lenny 3.2.17 and it works on lenny O_o
13:22 edoreldwhat is this support?
13:22 edoreldand should I worry -.- ?
13:23 Mrfai3.2.17~lenny1 is the official version, that is included in Debian lenny.
13:24 edoreldah ok
13:24 Mrfai3.2.20 (I will fix the web page sson) is the version I recommend for lenny. I cannot go into the official lenny Version, because of Debian policy what packages to include.
13:25 edoreldI see, thanks for the info :)
13:25 Mrfaiyou're welcome
edoreld (~Adium@p57A09A3D.dip0.t-ipconnect.de) left irc: Quit: Leaving.
edoreld (~Adium@p57A09A3D.dip0.t-ipconnect.de) joined #fai.
edoreld (~Adium@p57A09A3D.dip0.t-ipconnect.de) left irc: Quit: Leaving.
edoreld (~Adium@p57A09A3D.dip0.t-ipconnect.de) joined #fai.
JulienDev (56d21958@webchat.mibbit.com) left irc: Quit: http://www.mibbit.com ajax IRC Client
Mrfai (~lange@suenner.informatik.uni-koeln.de) left irc: Quit: leaving
salli_merci (~i.like@141.28.72.139) joined #fai.
14:54 salli_mercihallo, mein fai server installiert mir die pakete, welche ich in meiner klasse definiert habe nicht! und ich finde auch kein software.log oder ein log der installierten maschine
14:57 edoreldhat "/etc/dhcp3/dhcpd.conf" die richtigung "hostnmame" für die "clients" ?
14:58 edoreldsorry, hard to say specific stuff in my bad German ^_^
14:58 salli_mercidu meinst ob das paket überhaupt dem hostnamen zugeteilt wurde? ja
14:58 salli_mercioh
14:58 salli_merciyou mean if the class has been selected?
14:58 edoreldI mean if the client host has been assigned the proper name from the dhcp server
14:59 salli_mercii did it for testing with the * wildcard
14:59 salli_mercithe host ist only called "host". i think i didnt get it
15:00 salli_merciwhat you mean
15:00 edoreldwell
15:00 edoreldif u name the host "x" it will execute stuff for host x
15:00 edoreldit u name it "gnomehost" it will execute scripts for gnomehost
15:00 salli_merciyeah right
15:00 edoreldso if u name it host, maybe it's executing some scripts u don't know about
15:00 salli_mercii saw it picking the class while installation was running
15:01 salli_merciand tmp/fai/fai.log says: "list of all classes: bla bla my_class
15:01 salli_mercithe fai.log on the installed machine
15:01 edoreldja
15:01 salli_merciok
15:02 salli_mercibut the package i defined in the package_config dir is not installed on the machine
15:02 salli_mercii even saw it spitting "setting up *my_package"
15:08 salli_merciany idea?
edoreld (~Adium@p57A09A3D.dip0.t-ipconnect.de) left irc: Quit: Leaving.
15:30 mgoetzesalli_merci: also auf dem fertig installiertem host gibts nichts unter /var/log/fai?
15:34 charleshow to you define disk2 as plain ext3 hard drive in disk_config
15:37 salli_mercimgoetze: doch auf dem installierten client gibt es die fai.log
15:37 salli_mercihab auf dem server geschaut
15:39 salli_mercida ruft er auch die klasse auf
15:39 salli_mercinur die pakete bleiben trotzdem aus! :<
charles (~charles@84.92.223.222) left irc:
siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) left irc: Ping timeout: 480 seconds
ebbie (~username@berlin046.server4free.de) left irc: Quit: connection reset by user
edoreld (~Adium@dslb-088-073-011-213.pools.arcor-ip.net) joined #fai.
edoreld (Adium@dslb-088-073-011-213.pools.arcor-ip.net) left #fai.
kai_bo (~kai@statdsl-085-016-072-173.ewe-ip-backbone.de) left irc: Remote host closed the connection
ErKa (~keryell@APuteaux-154-1-38-173.w83-199.abo.wanadoo.fr) left irc: Ping timeout: 480 seconds
salli_merci (~i.like@141.28.72.139) left irc: Ping timeout: 480 seconds
edoreld (~Adium@dslb-088-073-011-213.pools.arcor-ip.net) joined #fai.
edoreld1 (~Adium@dslb-088-074-203-031.pools.arcor-ip.net) joined #fai.
edoreld (~Adium@dslb-088-073-011-213.pools.arcor-ip.net) left irc: Read error: Connection reset by peer
edoreld1 (Adium@dslb-088-074-203-031.pools.arcor-ip.net) left #fai.
edoreld (~Adium@dslb-088-073-011-213.pools.arcor-ip.net) joined #fai.
edoreld (~Adium@dslb-088-073-011-213.pools.arcor-ip.net) left irc:
edoreld (~Adium@dslb-088-073-011-213.pools.arcor-ip.net) joined #fai.
edoreld (Adium@dslb-088-073-011-213.pools.arcor-ip.net) left #fai.
edoreld (~Adium@dslb-088-074-203-031.pools.arcor-ip.net) joined #fai.
edoreld (Adium@dslb-088-074-203-031.pools.arcor-ip.net) left #fai.
--- Fri May 29 2009

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