[01:02] mcarvalh (mike@71-87-216-94.dhcp.oxfr.ma.charter.com) left #fai. [05:33] siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) joined #fai. [05:44] siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) left irc: Quit: Leaving. [07:19] ebbie (~username@berlin046.server4free.de) left irc: Read error: Connection reset by peer [07:32] guten morgen [07:33] ich habe mal die panic vom dell r610 auf http://home.schottelius.org/~nico/temp/dell-r610.kpg.jpg abgelegt [07:33] die bnx2 ist in der initrd, aber trotzdem bekomme ich die kernel panic [08:11] edoreld (~Adium@p57A09A3D.dip0.t-ipconnect.de) joined #fai. [08:15] Mrfai (~lange@suenner.informatik.uni-koeln.de) joined #fai. [08:26] Mrfai: 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] schei... hardware [08:40] vielleicht helfen parameter fuer den kernel. z.B. noapic ide=nodma,.... [08:40] noacpi [08:43] ErKa (~keryell@APuteaux-154-1-38-173.w83-199.abo.wanadoo.fr) joined #fai. [08:43] telmich: hm, nicht sehr informativ :( [08:46] telmich: teamleiter hat mir grad gesagt, dass er aktuell keine 11G-server fuer mich zum spielen hat, kann also nicht versuchen das nachzustellen [08:47] telmich, moechtest du von eth0 oder eth1 booten? [08:47] oder eth2 oder eth3 ;) [08:47] (r610 hat 4 onboard nics) [08:50] telmich: hast du schon debug als kernel parameter angegeben? Und break=premount versucht? [08:51] ich 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) [08:56] JulienDev (56d21958@webchat.mibbit.com) joined #fai. [08:56] Hello [08:57] I think I have a problem with the tftpd-hda daemon [08:58] don't say you have a problem, say what problem you have [08:58] Indeed, I receive this error just after the dhcp request : PXE-E32: TFTP open timeout [08:59] so the client gets an IP & more data from DHCP server and then gives a TFTP timeout? [09:00] Exactly [09:00] look for the line of tftpd in /etc/inetd.conf and write what it shows here [09:00] I launched a tshark on the fai server and I can view a TFTP read request [09:01] ok [09:03] I added this line "tftp dgram udp wait root /usr/sbin/in.tftpd in.tftpd -s /srv/tftp/fai" [09:03] and commented this : "#tftp dgram udp wait root /usr/sbin/in.tftpd /usr/sbin/in.tftpd -s /var/lib/tftpboot" [09:03] is there a file called pxelinux.0 in /srv/tftp/fai? [09:04] yes [09:04] did you restart inetd? [09:04] no just tftpd-hda [09:04] JulienDev: what does netstat -unlp on the fai server tell you? [09:05] you are running tftpd via inetd or as standalone daemon? [09:06] 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] oups [09:06] Mrfai, I'm not sure [09:06] so you have nothing listening on port 69 udp? that's the problem, then [09:07] udp6 0 0 :::69 :::* 2577/inetutils-inet [09:07] ok, try restarting inetd then [09:08] done [09:08] now try to boot again :) [09:08] JulienDev: if you are not sure, go one step back and try to understand how tftpd is started in your environment [09:10] ok, but I don't understant how I can know it [09:11] mgoetze, I launched again, but I have the same problem [09:11] did you run fai-setup? [09:11] yes sure [09:12] JulienDev: /etc/default/tftpd-hpa [09:13] ok, perhaps stop inetd and run tfptd by hand... in.tftpd -Lvv -s /srv/tftp/fai [09:14] edoreld : RUN_DAEMON="yes" OPTIONS="-l -s /srv/tftp/fai" [09:14] kai_bo (~kai@statdsl-085-016-072-173.ewe-ip-backbone.de) joined #fai. [09:15] JulienDev: so you're trying to run tftpd both standalone and via inetd. you should fix that sooner or later [09:15] yeah that can't be good.. [09:16] where do you see that? [09:16] RUN_DAEMON="yes" [09:16] mmmh oh [09:16] ok [09:17] I changed to no [09:18] hmm if tftp is running as a daemon, /etc/init.d/tftpd-hpa stop << will probably be good [09:18] and then restart inetd just in case [09:20] it's ok [09:27] I tried again, there is again the timeout [09:29] use 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] I need to install a tftp client on my server? [09:34] ok, perhaps stop inetd and run tfptd by hand... in.tftpd -Lvv -s /srv/tftp/fai [09:34] (what i wrote 21 minutes ago) [09:35] JulienDev: yep, you need a client to test your tftp daemon. [09:36] mgoetze It say me "invalid option -- w" [09:36] where did i say to use -w ? [09:37] meh x2 [09:37] -Lvv [09:37] vv ` w [09:37] my guess [09:38] ah [09:38] it's better :-) [09:41] but always timeout [09:41] and your tftpd doesn't say anything about incoming requests? [09:41] but you see them with tshark? [09:42] do you have any iptables rules? [09:42] with tshark I only view TFTP Read Request [09:43] try "tcpdump -n" on server and do the pxe thing again [09:48] same... [09:51] I'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] nevermind [09:52] second run it worked [09:52] it seems it had to create a configuration file first or something like that.. [09:54] picture is maybe better than words [09:54] http://img177.imageshack.us/img177/2029/img0057g.jpg [09:55] JulienDev: are you using tftpd-hpa? [09:55] looks like you would not do so... [09:58] yes, I use the tftp server by default [09:59] run 'apt-get install tftpd-hpa' as root [09:59] the default tftpd has problems [10:02] it say me, it's the most recent [10:06] Please 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 [10:06] verwilst (~verwilst@router.begen1.office.netnoc.eu) joined #fai. [10:09] I have nothing in var/lib/tftpboot , all is in /srv/tftp/fai [10:10] wait [10:11] ok yes that's what i meant [10:11] please post ur dhcp configuration [10:11] not here [10:14] http://paste.debian.net/37313/ [10:16] what is this option root-path thing? [10:16] I copied it from an example [10:16] JulienDev: did you remove the old tftpd? what's the output if you run 'dpkg -l | grep tftp'? [10:16] Action: oz_ is off for lunch [10:17] ii tftp 0.17-16 Trivial file transfer protocol client [10:18] ii tftpd-hpa 0.48-2.3 HPA's tftp server [10:19] i think you may be overdoing it a bit with the amount of things you are trying to serve tftp requests with [10:21] when i try to connect the tftp server with tftp and connect 172.27.231.18 [10:21] there is no answer [10:23] I 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] FAI_DEBMIRROR=yournfs debianmirror:/path/to/debianmirror, what should I put instead of "yournfs" ? [10:24] lenny [10:24] I think [10:24] hmmm [10:24] It's what I have [10:25] I must leave for lunch [10:25] k [10:25] thanks for all [10:25] np [10:25] I will come back later [10:27] for some reason I don't think is lenny what u have to put though... [10:35] would FAISERVER=: be correct? [10:35] e.g: FAISERVER=10.0.0.1:/debmirror [10:41] edoreld: 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] for that [10:41] hmm ok so how do I tell the fai server to use my local debian mirror created with fai-mirror? [10:42] how do I put it to use :) [10:43] with ftp or whatever he needs :) [10:44] edoreld: man sources.list [10:45] ah [10:45] edoreld: have a look at http://bugs.debian.org/516386. This does not work yet [10:47] hmm [10:47] edoreld: but you can use apt-proxy if your connection is not that fast [10:51] the 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] so i need a local mirror [10:51] apt-proxy solves that? [10:56] run 'apt-get install tftp-hpa' as root [10:56] you need also the hpa client [10:58] they are both installed now [10:58] what's the next step :) [10:58] (server was already installed) [10:58] run netboot again [10:59] netboot? [10:59] no such command O_o [10:59] or u mean boot the pxe client? [11:10] I just booted with my client and got several errors like [11:10] Trying to load: pxelinux.cfg/08680801-4737-11cb-b01d-9a22496ad81d [11:10] Do you know what could this be? [11:12] TFTP prefix: [11:12] Trying to load: pxelinux.cfg/08680801-4737-11cb-b01d-9a22496ad81d [11:12] etc [11:12] Unable to locate configuration file [11:33] Guy on the internet had same prob, this is his "problem log" wich is very similar to mine [11:33] http://paste.debian.net/37321/ [11:56] edoreld: ok, tftp seems to work. [11:56] edoreld: no read: man fai-chboot [11:56] ok [11:56] charles (~charles@84.92.223.222) joined #fai. [12:00] I 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] I had forgotten to run fai-chboot -IFv gnomehost :P lol [12:03] charles: run again with debuggin enabled. IIRC put debug=1 in a class/*.var script [12:03] then put the output of the fai.log onto paste.debian.net [12:04] ok [12:05] soory newbie where can I find fail.log after failing to install [12:05] fai.log, not fail.log [12:05] /tmp/fai [12:05] I think [12:06] beginner on fai here as well :) [12:06] And plaese do not forget the FAI questionnaire [12:07] Action: Mrfai has to write a bot that annunces this info [12:07] Don't worry, as soon as I manage to install 1 machine, I will fill it :D [12:07] :-) [12:08] so expect to be in 1-3 months :) [12:10] rebonjour :-) [12:10] edoreld: s/months/minutes/ [12:11] I will fill it too when I will be able to install my fai server [12:15] Mrfai: lol [12:15] i wish :) [12:19] Do you have an other idea for my tftp problem? [12:19] What exactly is the problem now? [12:19] the same like this morning [12:21] let me check my chat transcript [12:21] ok [12:21] JulienDev: learn how to set up a tftp daemon as standalone or via inetd and how to debug problems. These are networking basics. [12:21] Or read the FAI guid, and do excatly what I wrote there [12:22] I had problems running tftpd-hpa as well, so I ran it in standalone mode: "in.tftpd -l -s /srv/fai/config" [12:23] and by the way apt-proxy works wickedly :D [12:23] I'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] Mrfai I will read your guid again [12:29] edoreld I already tried without result [12:29] have u also ran "fai-chboot -IFv on the server? [12:30] my last suggestion ^_^ [12:30] lol yes [12:30] ok no idea then what's wrong :) [12:30] Good luck in finding and have a good life ^_^ [12:38] kai_bo (~kai@statdsl-085-016-072-173.ewe-ip-backbone.de) left irc: Quit: Verlassend [12:48] ebbie (~username@berlin046.server4free.de) joined #fai. [12:49] hi, 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 [12:51] kai_bo (~kai@statdsl-085-016-072-173.ewe-ip-backbone.de) joined #fai. [12:53] fai.log installation problem http://paste.debian.net/37330 [12:54] it does work if I use only one hard drive [12:55] charles: please submit a bug report including that log and your disk_config [12:55] What is the username & password when you install with all the default parameters of "gnomehost" ? [12:56] I'm stuck at the login windows :$ [12:56] dunno, have you tried "fai"? [12:56] aah found it :) [12:56] demo / fai [12:56] :) [12:56] coool! [12:56] fai is awesome :D [12:59] now to install with "demohost" and see what comes out :) [13:00] mgoetze : the bug report fai.log is in http://paste.debian.net/37330 and it does contain disk_config [13:01] charles: i mean use the reportbug tool or (after reading the documentation of the BTS) write to submit@bugs.debian.org [13:08] siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) joined #fai. [13:12] ok [13:19] charles: 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] charles: you may also want to try FAI 3.2.20, which das some setup-storage fixes [13:21] use this in your sources.list (in /etc/fai/apt): deb http://www.informatik.uni-koeln.de/fai/download lenny koeln [13:21] is it becasue I have not setup disk2 in disk_config [13:22] hmm 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] what is this support? [13:22] and should I worry -.- ? [13:23] 3.2.17~lenny1 is the official version, that is included in Debian lenny. [13:24] ah ok [13:24] 3.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] I see, thanks for the info :) [13:25] you're welcome [13:27] edoreld (~Adium@p57A09A3D.dip0.t-ipconnect.de) left irc: Quit: Leaving. [13:34] edoreld (~Adium@p57A09A3D.dip0.t-ipconnect.de) joined #fai. [14:36] edoreld (~Adium@p57A09A3D.dip0.t-ipconnect.de) left irc: Quit: Leaving. [14:37] edoreld (~Adium@p57A09A3D.dip0.t-ipconnect.de) joined #fai. [14:42] JulienDev (56d21958@webchat.mibbit.com) left irc: Quit: http://www.mibbit.com ajax IRC Client [14:51] Mrfai (~lange@suenner.informatik.uni-koeln.de) left irc: Quit: leaving [14:52] salli_merci (~i.like@141.28.72.139) joined #fai. [14:54] hallo, 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] hat "/etc/dhcp3/dhcpd.conf" die richtigung "hostnmame" für die "clients" ? [14:58] sorry, hard to say specific stuff in my bad German ^_^ [14:58] du meinst ob das paket überhaupt dem hostnamen zugeteilt wurde? ja [14:58] oh [14:58] you mean if the class has been selected? [14:58] I mean if the client host has been assigned the proper name from the dhcp server [14:59] i did it for testing with the * wildcard [14:59] the host ist only called "host". i think i didnt get it [15:00] what you mean [15:00] well [15:00] if u name the host "x" it will execute stuff for host x [15:00] it u name it "gnomehost" it will execute scripts for gnomehost [15:00] yeah right [15:00] so if u name it host, maybe it's executing some scripts u don't know about [15:00] i saw it picking the class while installation was running [15:01] and tmp/fai/fai.log says: "list of all classes: bla bla my_class [15:01] the fai.log on the installed machine [15:01] ja [15:01] ok [15:02] but the package i defined in the package_config dir is not installed on the machine [15:02] i even saw it spitting "setting up *my_package" [15:08] any idea? [15:24] edoreld (~Adium@p57A09A3D.dip0.t-ipconnect.de) left irc: Quit: Leaving. [15:30] salli_merci: also auf dem fertig installiertem host gibts nichts unter /var/log/fai? [15:34] how to you define disk2 as plain ext3 hard drive in disk_config [15:37] mgoetze: doch auf dem installierten client gibt es die fai.log [15:37] hab auf dem server geschaut [15:39] da ruft er auch die klasse auf [15:39] nur die pakete bleiben trotzdem aus! :< [15:46] charles (~charles@84.92.223.222) left irc: [15:58] siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) left irc: Ping timeout: 480 seconds [16:16] ebbie (~username@berlin046.server4free.de) left irc: Quit: connection reset by user [16:17] edoreld (~Adium@dslb-088-073-011-213.pools.arcor-ip.net) joined #fai. [16:28] edoreld (Adium@dslb-088-073-011-213.pools.arcor-ip.net) left #fai. [16:54] kai_bo (~kai@statdsl-085-016-072-173.ewe-ip-backbone.de) left irc: Remote host closed the connection [17:07] ErKa (~keryell@APuteaux-154-1-38-173.w83-199.abo.wanadoo.fr) left irc: Ping timeout: 480 seconds [18:06] salli_merci (~i.like@141.28.72.139) left irc: Ping timeout: 480 seconds [18:15] edoreld (~Adium@dslb-088-073-011-213.pools.arcor-ip.net) joined #fai. [18:18] edoreld1 (~Adium@dslb-088-074-203-031.pools.arcor-ip.net) joined #fai. [18:18] edoreld (~Adium@dslb-088-073-011-213.pools.arcor-ip.net) left irc: Read error: Connection reset by peer [18:27] edoreld1 (Adium@dslb-088-074-203-031.pools.arcor-ip.net) left #fai. [18:35] edoreld (~Adium@dslb-088-073-011-213.pools.arcor-ip.net) joined #fai. [18:39] edoreld (~Adium@dslb-088-073-011-213.pools.arcor-ip.net) left irc: [19:03] edoreld (~Adium@dslb-088-073-011-213.pools.arcor-ip.net) joined #fai. [19:36] edoreld (Adium@dslb-088-073-011-213.pools.arcor-ip.net) left #fai. [20:10] edoreld (~Adium@dslb-088-074-203-031.pools.arcor-ip.net) joined #fai. [20:10] edoreld (Adium@dslb-088-074-203-031.pools.arcor-ip.net) left #fai. [00:00] --- Fri May 29 2009