svaningen628 (~svaningen@d154-20-175-253.bchsia.telus.net) joined #fai.
03:13 svaningen628hey
03:14 svaningen628 can any o you help me with a mandarin question??
svaningen628 (~svaningen@d154-20-175-253.bchsia.telus.net) left irc:
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.
kai_bo (~kai@statdsl-085-016-072-173.ewe-ip-backbone.de) joined #fai.
Nic0 (~courtel@fw.tls.cena.fr) left irc: Remote host closed the connection
Nic0 (~courtel@fw.tls.cena.fr) joined #fai.
ErKa (~keryell@adsl.cri.pck.nerim.net) joined #fai.
ErKa (~keryell@adsl.cri.pck.nerim.net) left irc: Ping timeout: 480 seconds
JulienDev (56d21958@webchat.mibbit.com) joined #fai.
08:00 JulienDevHello
Mrfai (~lange@kueppers.informatik.uni-koeln.de) joined #fai.
edoreld (~Adium@p57A09A48.dip0.t-ipconnect.de) joined #fai.
08:13 JulienDevI resolved my problem of yesterday, by default, inet.d is listening on ipv6
08:15 JulienDevI just changed the /etc/inetd.conf with "     tftp dgram udp4 wait root /usr/sbin/in.tftpd in.tftpd -s /srv/tftp/fai"
08:17 edoreldcool :)
08:17 JulienDevyes but I have a new problem :-p
08:18 edorelddon't say you have a problem, say your problem
08:18 edoreld:)
08:18 JulienDevI have a new error "NFS over TCP not available from 172.27.231.18"
08:19 edoreldhttp://bit.ly/RNrK6
08:19 JulienDevyes already checked
08:19 edoreld:(
08:19 edoreldsounds nasty
08:19 edoreldpersonnally no idea
08:25 kai_bo@JulienDev: Have you modified your /etc/exports for nfs?
08:26 JulienDevno
08:26 edoreldcheck it
08:26 JulienDevI'm in
ErKa (~keryell@93.3.22.146) joined #fai.
08:26 edorelddoes it have the two lines of export that it should have?
08:27 JulienDevyes but with a wrong ip address
08:27 edoreldthere u go
08:28 JulienDevit's ok
08:28 JulienDevI need to restart any service?
08:29 edoreldyes
08:29 edoreldnfs-kernel whatever
08:29 edoreld^_^
08:32 mgoetzeJulienDev: if you want to be on the safe side, restart portmap, then nfs-common, then nfs-kernel-server. check whether the current configuration is correct with 'showmount -e'
08:33 edoreldIs it possible to make interactive packages (e.g: samba pops up a screen so u can choose a couple of options) non-interactive for fai installation?
08:40 JulienDevnot better
teratoma (~teratoma@i.dont.get.mad.i.get.stabby.net) left irc: Quit: leaving
08:43 edoreldwhat is the erro now?
08:43 JulienDevI have "mount call failed : 13"
08:44 kai_bo@edoreld: google for dpkg or apt and non-interactive; but I`m installing samba packages and there is no interactive screen during install and as far as i know we haven`t changed anything in fai for that....
08:44 edoreldkai_bo: was just testing it, it seems fai makes it non-interactive
08:44 mgoetzeedoreld: read the fai guide, and also debconf(7)
08:44 edoreldkai_bo: but installing from command line is another story
ErKa (~keryell@93.3.22.146) left irc: Ping timeout: 480 seconds
08:44 edoreldthanks, but luckily fai makes all the work for me :D
08:45 mgoetzeyou should read debconf(7) anyway, if you want to use fai to maximum effect
08:45 edoreldalright
08:45 edoreldWill od :)
08:45 edoreldwill do :)
08:45 edoreldhmm no "man 7 debconf" ...
08:46 edoreldwas missing debconf-doc package ^_^
08:47 kai_bo@JulienDev:  this usually indicates a permission problem, for example your client tries to mount something your server does not export
08:48 kai_boand no it is breakfast time for me ^^
08:49 JulienDevhumm ok
ErKa (~keryell@93.3.22.146) joined #fai.
08:50 edoreldbon apetite :)
09:04 Mrfaierror 13 with NFS means permission denied
Mrfai (~lange@kueppers.informatik.uni-koeln.de) left irc: Quit: leaving
Mrfai (~lange@suenner.informatik.uni-koeln.de) joined #fai.
09:07 JulienDevIs-it a tftp problem or nfs problem?
09:09 Mrfaierror 13 = NFS
09:22 JulienDevI had an error in /etc/exports
09:23 JulienDevbut I have a now error
09:23 JulienDevnfs : server 172.27.231.18 not responding, timed out
09:23 JulienDevmount: I/O error
09:24 edoreldis 172.27.231.18 the interface through wich the NFS server should be serving?
09:24 edoreldis that the one connected to the fai client?
09:24 JulienDevyep
09:24 edoreld-.-
09:24 JulienDevbut after mount: I/O error, it's written done
charles (~charles@84.92.223.222) joined #fai.
09:29 charlesHi, this is the senario we have. server with 6 disk bays, bay 1 will always  contain the OS. Disk bay 2 to 6 (DATA only) plain ext3 disk, but not always bays from 2 to 6 are used, sometimes we can have 2 data disk or 4 data disk, what is the best way to configure disk_config, thank you.
09:39 sepjust have different disk_config/files names logically  and make sure the right servers get the right classes assigned that match the file in disk_config
09:40 sepeg disk_config/SINGLEOS  and have servers that you only have 1 disk in get the class SINGLEOS. if i have some disk configs that are uniqe for a machine i usualy use the disk_config/serverhostname  to make it easy to find it in the disk_config dir.
ErKa (~keryell@93.3.22.146) left irc: Ping timeout: 480 seconds
10:07 charlesSEP : thank you for the suggestion. as I undestand I need to compile 6 iso , 1 iso for each senario !
10:08 charlesI did not undestand point 2
10:12 charlesSEP : sorry I as understand I need to compile 1 iso but menu of six item ie 1 : server 1 Disk, 2 : server 2 disks etc ..
edoreld (~Adium@p57A09A48.dip0.t-ipconnect.de) left irc: Quit: Leaving.
10:24 charlesas I am newbie can somebody show me hoe config_disk folder shouls look like for the senario described . thank you.
kai_bo (~kai@statdsl-085-016-072-173.ewe-ip-backbone.de) left irc: Remote host closed the connection
kai_bo (~kai@statdsl-085-016-072-173.ewe-ip-backbone.de) joined #fai.
edoreld (~Adium@p57A09A48.dip0.t-ipconnect.de) joined #fai.
10:41 sepcharles, ? you should only need 1 iso to boot from  as long as it can access all configuration
10:41 seppersonaly i dont use iso's at all. only PXE
salli_merci (~i.like@141.28.72.139) joined #fai.
10:55 salli_mercihallo, ich habe das problem, dass fai die pakete die ich in einer meiner klassen definiert habe nicht installiert. obwohl sie bei der installations auftauchen. beim runterladen und beim "setting up.."
ErKa (~keryell@93.3.22.146) joined #fai.
11:19 salli_mercifreitag nachmittag und so.. keiner ne idee? :|
11:21 edoreldu said it...freitag ^_^...
11:21 salli_merci:>
11:22 edoreldWish I could "helfen" aber I myself am struggling with classes...
11:22 edoreldand scripts, etc
11:23 salli_mercinp, thanks anyways. u tried it yesterday :D
11:24 edoreld:)
11:25 salli_mercienjoy your frei(en)-tag
11:25 edoreldfrei(en) ??
11:25 salli_mercimeans free
11:25 edoreldi know
11:25 edoreldut i was wondering as to the en
11:25 edoreld:)
11:26 edoreld"en"
11:26 salli_merciplural! :>
11:26 edoreldso "enjoy my fridays" ?
11:27 salli_mercifreitag is a shortened form of "freien tag"
11:27 salli_mercii guess
11:27 edoreldI believe a German ^_^
11:28 salli_merci:)
siggg (~jean@tra78-1-87-88-161-80.dsl.club-internet.fr) joined #fai.
11:33 edorelddamn I'm trying to run a simple script  on "demohost", I named it 40-test and put it on $FAI/scripts/DEMO. I see it running when the client gets installed, but it always give some kind of error O_o ( FAILED with exit code 1)
11:34 edoreldand the script is just a simple one
11:34 mgoetzeedoreld: so, read your logfiles...
11:34 edoreldecho "test" > /home/testfile
11:34 edoreldhm ok I'll check
11:34 mgoetzeedoreld: you may mean $target/home/testfile
11:34 edoreld$target?
11:34 mgoetzeedoreld: or possible $rootcmd echo ...
11:34 edorelderhm...
11:34 edoreldwhat's the value of $rootcmd?
11:35 mgoetzedepends...
11:35 edoreldok..
11:35 edoreldthen why $target/home... ?
11:35 edoreldif im executing from client, aren't i supposed to have access to the filesystem?
11:35 mgoetzeif you are doing an installation then $rootcmd is probably "chroot $target"
11:36 edoreldhmmm...
11:37 edoreldsupposedly the installation logs are in /tmp/fai but nothing is there for me
11:37 edoreldfound some logs somewhere else...let me see
11:38 edoreldlog says same thing I'm afraid :/
11:39 edoreldFAILED with exit code 1
11:39 mgoetze/var/log/fai/current/shell.log
11:39 edoreldsays
11:39 edoreldread-only file system
11:40 edoreldthat's why it fails
11:40 mgoetzeyes, as i said...
11:41 edorelddid you say
11:41 edoreld$rootcmd echo "test" ... will work?
11:42 mgoetzemaybe... you want $target, really
11:42 edoreldok, so $target
11:42 edoreldbut if I want to run more than 1 commands?
11:42 edoreldlike
11:43 edoreldecho "whatever"
11:43 edoreldcp whatever whatever
11:43 edoreldetc lots more
11:43 mgoetzeman fcopy
11:43 edoreldI'll take a look, ^_^
salli_merci (~i.like@141.28.72.139) left irc: Quit: client.close();
11:49 edoreldhmm using $target echo "test" > / does not work either :/
11:51 mgoetzei told you how to use it
11:51 kai_boecho "test" > $target/home/testfile
11:57 edoreldah
11:57 edoreldI'll try that, thank you ^_^
11:59 kai_bo@edoreld: I would suggest you also better take a look at the scripts already provided with fai; Some are really self-explaning about which variables and command are availabe and how they are used
12:00 edoreldkai_bo: of course, great idea! :D
12:01 edoreldkai_bo: es ist freitag, my mind is dancing on a club already :) some sleep wouldn't be bad as well :P
12:03 kai_bosleep is absolutely overrated...just get more coffee ;)
12:04 edoreldmeh, not a coffee slurper here ^_^
12:04 edoreldund wasser is nicht gut - and water is not good (I translated because I'm not sure you are german -.-
12:04 edoreld)
JulienDev (56d21958@webchat.mibbit.com) left irc: Quit: http://www.mibbit.com ajax IRC Client
Action: mgoetze drinks coke
12:10 kai_bo@edoreld: german, so no translation needed ;)
Action: kai_bo drinks coffee and wants beer ;)
12:11 edoreldheh
12:12 edorelddoesn't Germany have the tradition of meeting fridays to drink because it's friday! (at the job)
12:12 edoreldor was it Holland....?
12:16 edoreldBy the way, any of you live in Berlin?
12:22 tokkeeIn Germany, you can drink beer any time ;-)
12:23 edoreldja, but auch at work? O_o
12:26 charlesHi if I want to have the  disk2 just plain ext3 what syntax I should add to the disk_config ? thank you.
12:34 kai_bodisk_config disk2 disklabel:msdos
12:34 kai_boprimary /           100%ext3    rw
12:34 kai_bo just a wild guess
12:36 mgoetzei've seen people drink beer at work, but only towards the end of the day on special occassions
12:36 mgoetze(birthdays, graduations...)
12:36 edoreldah ok :)
12:37 edoreldIn my sister's job (wich I don't remember wich country was) they used to drink a glass of beer each always on fridays when they were about to leave
12:37 edoreldglass of beer or whiskey...something with alcohol in it
12:38 charleskai_bo thank you very much for your help
edoreld (~Adium@p57A09A48.dip0.t-ipconnect.de) left irc: Ping timeout: 480 seconds
edoreld (~Adium@p57A09A48.dip0.t-ipconnect.de) joined #fai.
edoreld (~Adium@p57A09A48.dip0.t-ipconnect.de) left irc: Quit: Leaving.
edoreld (~Adium@p57A09A48.dip0.t-ipconnect.de) joined #fai.
13:24 charlesI have create 2 disk FAI installation , the instaaltion goes weel but will not reboot a blank page will appers, any suggestion
13:25 charleshttp://paste.debian.net/37424  menu.lst and others
allstars (~oscar@newcolo.all-stars.nl) joined #fai.
13:33 allstarshi, try to make nfsroot on a fresh jaunty server and get "Failed to create initrd image.".
13:34 allstarsI've read the theads about this but still cna't find a solution
13:34 allstarssomebody an idea?
13:54 charlesI use the follwoing to install fai on a system with two disk, the problem is that it does no reboot blank screen.
13:54 charlesdisk_config disk1 disklabel:msdos
13:54 charlesprimary  /             250-  ext3   rw,errors=remount-ro
13:54 charleslogical  swap          200-1000   swap   rw                  
13:54 charlesdisk_config disk2 disklabel:msdos
13:54 charlesprimary /           100%ext3    rw
13:54 Mrfaicharles: have a look at fai.log and shell.log. I guess you have no kernel installed
13:58 charlesMr Fai I have added a line in menu.lst for two disk installation may I misse a link please check http://paste.debian.net/37431  for log and http://paste.debian.net/37424  for menu.lst and 50-host-classes , SHOULD I ADDEDD SOMETHING ELSE ?
ErKa (~keryell@93.3.22.146) left irc: Ping timeout: 480 seconds
14:04 Mrfaicharles: did you looked at shell.log?
14:06 charlesno I will try the installation again, meanwhile if I add a optin in the menu.lst is 50-host-classes only fyle I need to change ?
14:18 charlesMr FAI , I am newbiw with fai , shell.log in http://paste.debian.net/37433  any suggestion
14:19 charlesMr FAi I get the following error in error.log shell.log:grub-probe: error: Cannot open `/boot/grub/device.map'
14:19 charlesshell.log:/usr/sbin/grub-install: line 374: [: =: unary operator expected
ErKa (~keryell@adsl.cri.pck.nerim.net) joined #fai.
14:36 edoreldIs there any quick, simple guide out there to see how to make classes & configure them?
14:37 edoreldManual is great, but to a beginner sysadmin something more aimed at dumb ppl -.- would be better (All of this besides being friday!)
edoreld (~Adium@p57A09A48.dip0.t-ipconnect.de) left irc: Quit: Leaving.
14:55 allstarssorry, of followed https://bugs.launchpad.net/ubuntu/+source/live-initramfs/+bug/343735 and the link
14:55 allstars/usr/share/initramfs-tools/hooks/live is in the nfsroot!! changed udevinfo in udevadm, chroot to the nfsroot and apt-get -f install
14:56 allstarsfixed it.
14:56 allstarsof followd = i followed....
14:56 allstarsweekend, bye!
14:56 allstars\quit
allstars (~oscar@newcolo.all-stars.nl) left irc: Quit: leaving
kai_bo (~kai@statdsl-085-016-072-173.ewe-ip-backbone.de) left irc: Quit: Verlassend
15:11 charlesWhen i use two disk for some reasom FAI choose disk2 as boot device then conflic happen and will not boot, fail.log shows   dev/hdb1/ext3rw01
15:11 charlesSWAPLIST="/dev/hda5"
15:11 charlesBOOT_DEVICE="/dev/hdb"
15:11 charlesROOT_PARTITION=/dev/hda1
15:11 charlesBOOT_PARTITION=/dev/hdb1
15:12 charlesany suggestion ?
15:13 charlesthis is the disk partition /dev/hdb1/ext3rw01
charles (~charles@84.92.223.222) left irc:
Mrfai (~lange@suenner.informatik.uni-koeln.de) left irc: Quit: leaving
verwilst (~verwilst@router.begen1.office.netnoc.eu) left irc: Quit: Ex-Chat
siggg (~jean@tra78-1-87-88-161-80.dsl.club-internet.fr) left irc: Ping timeout: 480 seconds
ErKa (~keryell@adsl.cri.pck.nerim.net) left irc: Ping timeout: 480 seconds
edoreld (~Adium@dslb-088-074-212-044.pools.arcor-ip.net) joined #fai.
edoreld1 (~Adium@dslb-088-073-003-190.pools.arcor-ip.net) joined #fai.
edoreld (~Adium@dslb-088-074-212-044.pools.arcor-ip.net) left irc: Read error: Connection reset by peer
edoreld1 (~Adium@dslb-088-073-003-190.pools.arcor-ip.net) left irc:
Nic0 (~courtel@fw.tls.cena.fr) left irc: Quit: Leaving.
edoreld (~Adium@dslb-088-074-212-044.pools.arcor-ip.net) joined #fai.
edoreld (Adium@dslb-088-074-212-044.pools.arcor-ip.net) 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: Ping timeout: 480 seconds
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: Ping timeout: 480 seconds
--- Sat May 30 2009

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