00:14 tanjixi've setup fai-nfsroot on debian lenny, and when booting FAI on a client i get the message: could not find ramdisk-image: initrd.img-install
00:14 tanjixwhat can i do? :(
00:27 lazyb0ytanjix: did you configure tftp properly?
00:27 lazyb0yand was make-fai-nfsroot successful?
00:28 tanjixlazyb0y: ned, make-fai-nfsroot was successful
00:28 tanjixand tftp is correct in my oppinion
00:28 tanjixi see the tftp in the process list
00:28 lazyb0yhow's the ps entry of tftp looking?
00:29 lazyb0yon which directory is it running?
00:29 tanjixroot      2652  0.0  0.1   2140   172 ?        Ss   Mar17   0:00 /usr/sbin/in.tftpd -l -s /srv/tftp/fai
00:29 lazyb0yand what's in /srv/tftp/fai
00:30 tanjixresetrescue:~# ls /srv/tftp/fai
00:30 tanjixinitrd.img-2.6.28-starhosting-kernel  initrd.img-2.6.28-starhosting-kernel.new  pxelinux.0  pxelinux.cfg  vmlinuz-2.6.28-starhosting-kernel  vmlinuz-install
00:30 tanjixresetrescue:~#
00:30 tanjixmay be it is because there is no "initrd.img-install"?
00:30 tanjixbut then i ask myself, where does this non-existent name come from?
00:30 lazyb0ytanjix: hmm, you seem to have a special custom kernel
00:31 lazyb0ythe default options of fai.-chboot work with default kernel names :)
00:32 lazyb0yeither you should check in man-fai-chboot if you can set the initrd name there, if that doesn't work, either make a link to the default name, or manually edit /src/tftp/fai/pxelinux.cfg/YOURHOSTSPXEFILE
00:32 lazyb0yoh, but you didn't ask us, you asked yourself - sorry for answereing without being asked :)
00:33 tanjix;)
00:33 tanjixi will try it, thy lazyb0y
00:35 tanjixthe symlink does not work :(
00:37 lazyb0yI usually work with the defaults, or hand-edit the pxe config file
00:37 tanjixnow i edited the pxe file and it works, but a new problem appears
00:38 tanjixduring boot i get messages: mount call failed: 13
00:38 lazyb0ythat's the fun with computintg - you go from one prob to the next ;)
00:39 lazyb0ycan you mount your nfsroot export from anywhere?
00:39 tanjixhow can i test this?
00:39 lazyb0yand: sometimes a mount error appears about 3 times before it starts and works then - it helps to wait a minute or so...
00:40 lazyb0ytest this? -> try to mount the nfsroot export from some machine in your network
00:40 tanjixyes, how? :) don't know how to ... :(
00:40 lazyb0ymaybe the first thing you could do is restart the nfs server, and check what exportfs says
00:40 tanjixand it does not work automatically as i noe got a shell on the client with (intiramsfs) prompt
00:41 lazyb0yaehm, ok, nfs.newbie...
00:41 tanjixyou mean the nfs-kernel-server to be restarted?
00:41 lazyb0y/etc/init.d/nfs-kernel-server reload
00:42 tanjixRe-exporting directories for NFS kernel daemon....
00:42 tanjixthat's all i get
00:42 lazyb0yyes, when the nfsroot is created, and export entries are added, this is not done automaticvally - it could disturb a running file server
00:42 lazyb0ywhat does "exportfs" say?
00:43 tanjixresetrescue:~# exportfs
00:43 tanjix                77.37.0.0/17
00:43 tanjix                93.127.128.0/17
00:43 tanjix                77.37.0.0/17
00:43 tanjix                93.127.128.0/17
00:43 tanjix                77.37.0.0/17
00:43 tanjix                93.127.128.0/17
00:43 tanjixresetrescue:~#
00:43 tanjixmh, there is something missing.. sec
00:43 lazyb0y?
00:43 tanjixhttp://nopaste.info/f9c4718bf9.html
00:44 tanjixthe paths were not pasted here :(
00:44 lazyb0yare these the ip ranges you're install client is in?
00:44 tanjixyes
00:44 lazyb0ythen check again if it works
00:45 mgoetzelooks more like an entire AS if you ask me
00:45 lazyb0yAS?
00:45 mgoetzeautonomous system
00:45 mgoetzein this case AS44146
00:46 tanjixno, not working. same with mount call failed: 13
00:46 lazyb0ythen try to mount from somewhere else in these network ranges
00:47 lazyb0ymount -t nfs /srv/fai/nfsroot/live/filesystem.dir  /mnt
00:49 tanjixthe syslog on the nfs server says an "authenticated mount" request, but the server, where i mounted it, does not give back me the console or it will still take a while
00:49 tanjixah now it's back
00:50 tanjixbut it says: /srv/fai/nfsroot/live/filesystem.dir: can't read superblock
00:51 tanjixfrom the local machine, the mount itself works
00:51 lazyb0yhmm
00:52 lazyb0yis it possible that there is some network filtering or something in between?
00:52 lazyb0yls anything inside the directory /srv/fai/nfsroot/live/filesystem.dir on the server?
00:52 tanjixno, this all worked before where the FAI was based on etch. After an upgrade to lenny, there came several "problems" up
00:53 tanjixyes there are things in /srv/fai/nfsroot/live/filesystem.dir
00:54 lazyb0yhmm, there is a thread on the mailing list with this superblock error
00:55 lazyb0yhttps://lists.uni-koeln.de/pipermail/linux-fai/2008-September/006145.html
00:58 tanjixmh
00:58 tanjixthe pxe-conf-file says:
00:58 tanjixnfsroot=/srv/fai/nfsroot
00:58 tanjixmustn't this be ip:/srv/fai/nfsroot/live/filesystem.dir
00:58 tanjix?
01:08 tanjixwell, the mount error is gone now ;) new one ;) ... now it comes up a "nice" screen with the debiuan-ascii-logo titled "BOOT FAILED!" and the description: "no supported file system images found at /live"
01:10 mgoetzeso your kernel doesn't support aufs or whatever it is fai uses in lenny
01:11 tanjixmh but when i look in /live/ i see the mounted files?
01:12 mgoetzesure, but you can't write anything there, can you?
01:12 tanjixdoing a "touch /live/image/test" brings a "read-only filesystem
01:13 mgoetzeyou see
01:13 tanjixok, building a new kernel then... ;) what must i enable?
01:13 mgoetze*shrug* dunno
01:13 mgoetzeaufs or something like that
01:14 tanjixAFS? (Andrew File system) ?
01:14 mgoetzeno
01:16 tanjixmh i don't see anything called aufs
01:16 mgoetzesome union filesystem thingy
01:18 tanjixcan't locate anything :/
01:19 mgoetzemaybe look in fai wiki or mailing lists
01:25 lazyb0ytanjix: you could look at the default config of a default debian kernel and compare it with yours
Action: lazyb0y 's tired... ask the mailing list if you can't get further here...
mt (~mt@80.109.183.130) joined #fai.
mt (~mt@80.109.183.130) left irc: Quit: This computer has gone to sleep
mt (~mt@80.109.183.130) joined #fai.
siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) joined #fai.
oz (~oz@anubis.coresystems.de) joined #fai.
07:08 ozre
Nick change: oz -> Guest796
Mrfai (~lange@kueppers.informatik.uni-koeln.de) joined #fai.
Nic0 (~courtel@fw.tls.cena.fr) joined #fai.
atlantide (~antares@mail.lipn.univ-paris13.fr) joined #fai.
08:17 atlantideI want to add those words "automount:nis files "in the file "/et/nsswitch.conf" on the fai's clients machines what can i do ? thand
ErKa (keryell@dhcp1.info.enstb.org) joined #fai.
08:25 mgoetzethere are so many ways to do it, i don't know where to start...
08:32 atlantidei have no idea i will be very enjoy, show me one way
CWebber (CWebber@smart.dma.uvigo.es) joined #fai.
08:51 mgoetzeput it under files and do an fcopy in a script? write a cfagent script? write a shell script which does an echo >> ?
Nick change: mfl_ -> mfl
09:08 atlantidewith fcopy and /files/etc/nsswitch.conf/.. isn't possible and i am trying with cfagent script with the command ReplaceAll, i need others command i search the manual of cfagent  
09:09 mgoetzewhat's your problem with fcopy?
09:20 atlantidethere is no effect, i do the same thing for yp.conf, ntp.conf and there is no pb after reboot the installation is OK... But i don't understand why /etc/nsswitch.conf and /target/etc/nsswitch.conf are different during the installation so after reboot i discover that /etc/nsswitch.conf is not nsswitch.conf that i put in /files/etc/ .
09:24 mgoetzeatlantide: so what does your fcopy.log have to say about it?
Mrfai (~lange@kueppers.informatik.uni-koeln.de) left irc: Quit: leaving
Mrfai (~lange@suenner.informatik.uni-koeln.de) joined #fai.
09:51 atlantidemgoetze:i will send the message soon
11:07 atlantidemgoetze: i send the response in "http://paste.debian.net/31918" my config and the response
ErKa (keryell@dhcp1.info.enstb.org) left irc: Ping timeout: 480 seconds
11:10 mgoetzeatlantide: your problem is in line 60, which, basically, does nothing
12:21 atlantidelook at line 27 the script is wright, i don't why there no effect in line 60
12:24 atlantidelook at line 27 the script is wright, i don't understand why there no effect in line 60
12:40 atlantide <mgoetze> : with cfagent script with the command ReplaceAll is Ok nsswitch.conf is changerd like i want
ErKa (keryell@keryell.pck.nerim.net) joined #fai.
CWebber (CWebber@smart.dma.uvigo.es) left irc: Ping timeout: 480 seconds
12:49 Mrfaimt: setup-storage complain that  my first partition does not end a cylinder boundary. This is an NTFS partition, that I will always preserver. Any reasons why it setup-storage like to to for this reason instead of only print a warning?
emus-alt-nick (~minetti@sc-it.in-berlin.de) joined #fai.
12:53 emus-alt-nicko/
12:54 emus-alt-nickmay i speak german or is english required?
12:54 mgoetzeatlantide: it doesn't matter what line 27 says, line 60 is a noop
12:54 mgoetzekannst auch deutsch sprechen
mattock (~sasepp@gw.tietoteema.fi) joined #fai.
12:55 emus-alt-nickin wie wiet ist denn die wiki-seite über die multi-distibution aktuell?
12:55 Mrfaiemus-alt-nick: both is fine here. Beider erlaubt
12:55 Mrfais/r/s/
12:57 emus-alt-nickIch plane eine ubuntu desktop-massen-installation, und habe schon eine Weile in einer testumgebung mit fai rumgespielt
bayoffire (~bayoffire@213.180.168.238) joined #fai.
12:58 emus-alt-nickbisher habe ich debian auf dem testclient installiert und alles klappte ganz wunderbar
12:59 emus-alt-nickaber jetzt möchte ich ubuntu-hardy installieren und mit dem einfachen ändern der apt quellen scheint es nichtz zu funkjtionieren
13:00 emus-alt-nickmake-fai-nfsroot läuft zwar durch, aber ich bekomme keine initrd und kein kernel-image
13:00 emus-alt-nick:(
13:02 emus-alt-nickhat vielleicht jemand eine Idee?
13:03 Mrfaiubuntu macht ein paar dinge anders und zickt hier und da herum. Such mal im archiv der mailing liste oder in den logs dieses channels. Da findest du sicherlich Tips dazu.
13:03 emus-alt-nickGut. Danke erstmal
13:03 Mrfaihttp://www.osburg.org/Ubuntu-fai
CWebber (CWebber@smart.dma.uvigo.es) joined #fai.
ErKa (keryell@keryell.pck.nerim.net) left irc: Remote host closed the connection
13:44 tanjixwhere can i take influence how an autpmated install should partition the harddisk?
13:44 tanjixi only want one partition with all data on it and not 3 or 4
13:46 emus-alt-nickhave a look at /srv/fai/config/disk_config/FAIBASE
13:52 tanjixthx, must i rebuild the nfsroot after changes?
13:52 emus-alt-nickafaik, no
mattock (sasepp@gw.tietoteema.fi) left #fai.
ErKa (keryell@dhcp1.info.enstb.org) joined #fai.
14:01 tanjixand another thing: on an automated install i don't want the /etc/network/interfaces to be setted up with dhcp auto-configure. ip address should be conigured static
14:01 tanjixthe current way is dhcp...
emus-alt-nick (minetti@sc-it.in-berlin.de) left #fai.
14:14 MrfaiDHCP is only configured if the host belongs to the class DHCPC. Otherwise static IP will be written ti the interfaces file
14:16 tanjixMrfai: mh, where / how do i see if the host bleongs to that class?
14:22 Mrfaitanjix: read the fai guide and the log files
14:22 Mrfaifai.log for example
14:30 tanjixthat doesn't really help me as i see no fai.log
CWebber (CWebber@smart.dma.uvigo.es) left irc: Quit: Saliendo
ErKa (keryell@dhcp1.info.enstb.org) left irc: Ping timeout: 480 seconds
mt (~mt@80.109.183.130) left irc: Quit: This computer has gone to sleep
16:07 lazyb0ytanjix: the fai guide should tell you where taht is!
16:07 lazyb0yyou're expected to read the available docs before people who help you for free
16:08 lazyb0ywhile there are also services available that people read the docs for you, but that's called commercial support :)
AJFisher (~alex@82-70-11-70.dsl.in-addr.zen.co.uk) joined #fai.
16:28 AJFisherHi.  I've got a problem where the fai initrd can't mount the NFSROOT.
16:29 AJFisherI have exactly the same symptoms as https://lists.uni-koeln.de/pipermail/linux-fai/2008-June/005980.html
16:30 AJFisherI'm having to use a DHCP relay between my DHCP server and the FAI client.
sepski (~sep@raserv.aasen.cx) joined #fai.
16:51 lazyb0yAJFisher: and, did you try the suggested fix?
16:56 AJFisheryep
16:56 AJFisherI was using the klibc from lenny and I've also tried installing the version from squeeze.
16:57 AJFisherI rebuilt the initrd using 'update-initramfs -u -v -k all'
16:58 AJFisherand copied it to my tftp server ...
Mrfai (~lange@suenner.informatik.uni-koeln.de) left irc: Quit: leaving
17:03 AJFisherIf I use a 'local' dhcp server on the same subnet everything works fine.
mt (~mt@62-47-199-165.adsl.highway.telekom.at) joined #fai.
ErKa (keryell@keryell.pck.nerim.net) joined #fai.
mt (~mt@62-47-199-165.adsl.highway.telekom.at) left irc: Ping timeout: 480 seconds
17:45 AJFisherIs it possible to get fai to NOT use dhcp during client boot?  I've just tried changing the ip=dhcp option to one of the form ip=<client-ip>:<server-ip>:<gw-ip>:<netmask>:<hostname>:<device>:<autoconf>
mt (~mt@62-47-218-54.adsl.highway.telekom.at) joined #fai.
17:46 AJFisherI'm either losing it, or it appears an attempt to use dhcp still occurs
mt (~mt@62-47-218-54.adsl.highway.telekom.at) left irc:
mt (~mt@62-47-218-54.adsl.highway.telekom.at) joined #fai.
siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) left irc: Ping timeout: 480 seconds
siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) joined #fai.
imp (~xma@c-83-233-21-94.cust.bredband2.com) joined #fai.
19:05 imphmm
19:05 impanyone alive ?
19:06 imppossible to use a FAI cd to install debian without any keyboard attached ?
19:08 h01geryes
19:08 impok cool, cuz the i need to step over the grub selection
19:08 impelse it just steps back to my old os on local hdd
19:10 impbasicly what i want is a cd that installs debian or other dist to my old comp and sets up lan/dhcp and ssh. with no keyboard attached.
19:11 h01gerthat is what fai was invented for. /me recommends reading the documenation
19:12 impyea i guess
19:12 impsry if i took ur time without rtfm hehe
tanjix1 (tanjix@mozart.star-hosting.de) joined #fai.
19:13 h01gerimp, up to now you only took 23secs, thats perfectly fine :) but really+seriously, please do read the fai guide, its useful :)
19:13 impwill do :)
tanjix (tanjix@mozart.star-hosting.de) left irc: Ping timeout: 480 seconds
siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) left irc: Remote host closed the connection
siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) joined #fai.
mt (~mt@62-47-218-54.adsl.highway.telekom.at) left irc: Quit: This computer has gone to sleep
mt (~mt@62-47-218-54.adsl.highway.telekom.at) joined #fai.
imp (~xma@c-83-233-21-94.cust.bredband2.com) left irc: Read error: Connection reset by peer
imp (~xma@c-83-233-21-94.cust.bredband2.com) joined #fai.
mt (~mt@62-47-218-54.adsl.highway.telekom.at) left irc: Quit: This computer has gone to sleep
ErKa (keryell@keryell.pck.nerim.net) left irc: Ping timeout: 480 seconds
imp (~xma@c-83-233-21-94.cust.bredband2.com) left irc: Read error: Connection reset by peer
imp (~xma@c-83-233-21-94.cust.bredband2.com) joined #fai.
siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) left irc: Remote host closed the connection
mgoetze (~mgoetze@mgoetze-2-pt.tunnel.tserv4.nyc4.ipv6.he.net) left irc: Remote host closed the connection
mgoetze (~mgoetze@mgoetze-2-pt.tunnel.tserv4.nyc4.ipv6.he.net) joined #fai.
imp (~xma@c-83-233-21-94.cust.bredband2.com) left irc: Read error: Connection reset by peer
--- Tue Mar 31 2009

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