siggg (~jean@tra78-3-82-244-85-196.fbx.proxad.net) joined #fai.
Nic0 (~courtel@fw.tls.cena.fr) joined #fai.
Nabilou (~Nabilou@mail.sysun-technologies.com) joined #fai.
Mrfai (~lange@kueppers.informatik.uni-koeln.de) joined #fai.
verwilst (~verwilst@router.begen1.office.netnoc.eu) joined #fai.
Nabilou (~Nabilou@mail.sysun-technologies.com) left irc: Quit: Quitte
Mrfai (~lange@kueppers.informatik.uni-koeln.de) left irc: Quit: leaving
Mrfai (~lange@suenner.informatik.uni-koeln.de) joined #fai.
allee-k (~allee-k@alleehol.mpe.mpg.de) joined #fai.
Nabilou (~Nabilou@mail.sysun-technologies.com) joined #fai.
11:31 Nabilouhello
11:32 NabilouQ: Does FAI use aptitude or apt-get to install packages automatically?
11:32 uchimataNabilou: iirc the fai guide, aptitude. but using package_config, you define which tool to use
11:39 mikapis there a way to tell FAI that class FOO should include package configuration of classes BAR + BAZ as well?
11:43 uchimatamikap: you could do sth like that: (ifclass I386 || ifclass AMD64) && echo GRUB # originating from 50-host-classes
11:45 mikapuchimata: that's inside a script and no package configuration, nor?
Nabilou (~Nabilou@mail.sysun-technologies.com) left irc: Remote host closed the connection
11:46 uchimatamikap: it's inside the class definition scripts... but ok, now I understand what you mean... you want to add a line to package_config/FOO like "include BAR"
11:46 uchimata?
11:46 mikapuchimata: jepp
11:46 uchimataok.... sorry, no idea ;)
11:47 mikapsame for me, i recall that that's not possible though i just want to make sure that's actually still right before i'm working on the wrapper
Nabilou (~Nabilou@mail.sysun-technologies.com) joined #fai.
11:50 mgoetzemikap: no, i don't think it's possible without adding the rest of the class
11:50 mikapmgoetze: thanks for clarification
allee-k (~allee-k@alleehol.mpe.mpg.de) left irc: Ping timeout: 480 seconds
allee-k (~allee-k@p5B0DF0E8.dip.t-dialin.net) joined #fai.
siggg (~jean@tra78-3-82-244-85-196.fbx.proxad.net) left irc: Remote host closed the connection
allee-k (~allee-k@p5B0DF0E8.dip.t-dialin.net) left irc: Ping timeout: 480 seconds
ErKa (keryell@dhcp1.info.enstb.org) joined #fai.
13:57 Adri2000hi everyone
13:59 Adri2000Mrfai: I'm still trying to debug my problem from last week... (config dir doesn't get mounted). I added an echo foo > /debug in get-config-dir-nfs just before the mount, and the file /debug isn't created, which means it doesn't even get to that stage
allee-k (~allee-k@p5B0DE1CF.dip.t-dialin.net) joined #fai.
14:37 NabilouAdri2000, what does say "showmount -e"
14:37 NabilouAdri2000, I mean what does "showmount -e" say?
14:44 Adri2000Nabilou: it says clnt_create: rpc: unknown hosts
14:44 Adri2000host without the s actually
14:45 NabilouAdri2000, hmm... did you run this command in your server?
14:45 Adri2000oh, sorry
14:45 Adri2000I did on the client
Action: Adri2000 stupid
14:46 NabilouAdri2000, it should show "/etc/exports" content
14:46 Adri2000that's it
14:46 Adri2000/srv/fai/nfsroot 10.75.128.0/23
14:46 Adri2000/srv/fai/config  10.75.128.0/23
14:47 Nabiloucan you pastebin /etc/exports file please?
14:48 Adri2000it's only two lines if you ignore the comments, so I'll just paste it here:
14:48 Adri2000/srv/fai/config 10.75.128.0/23(async,ro,no_subtree_check)
14:48 Adri2000/srv/fai/nfsroot 10.75.128.0/23(async,ro,no_subtree_check,no_root_squash)
14:49 Nabilousure
14:51 Adri2000actually I don't think the problem is in the nfs configuration, because if I run get-config-dir-nfs on the client it just works...
14:51 Adri2000the config dir gets mounted
14:51 Adri2000the question is why it isn't automatically mounted before
14:58 NabilouSorry I can't help you :-(
allee-k (~allee-k@p5B0DE1CF.dip.t-dialin.net) left irc: Ping timeout: 480 seconds
allee-k (~allee-k@alleehol.mpe.mpg.de) joined #fai.
ErKa (keryell@dhcp1.info.enstb.org) left irc: Remote host closed the connection
FBI (~FBI@fbi.bot.oftc.net) left irc: Server closed connection
FBI (~FBI@fbi.bot.oftc.net) joined #fai.
16:04 MrfaiAdri2000: check the variable FAI_CONFIG_SRC
16:12 Adri2000Mrfai: that one is ok. I think I've got problems with mountall
16:12 Adri2000it doesn't exit successfully
Nabilou (~Nabilou@mail.sysun-technologies.com) left irc: Quit: Quitte
16:46 Adri2000Mrfai: that's what mountall says: http://pastebin.com/fe1c0294
16:47 Adri2000and I think it's the root cause of my apparent problem
16:50 stshello folks.
16:50 MrfaiAdri2000: I do not see any problems there
16:54 stsi\m trying to configure a simple swraid using setup-storage (http://pastie.org/private/tasrbgulzbxttl8epifofa) but it always tells me /dev/raid device not found....
16:54 Adri2000Mrfai: terminated status 1 ?
16:58 Adri2000Mrfai: Mrfai is mountall supposed to mount the config dir?
16:59 Adri2000in my case, it doesn't
16:59 Adri2000(sorry for the double hilight in a line :p)
17:00 stshere is the exact fai.log: http://pastie.org/private/ivo3tdmkperfyg1yzx18g
17:00 stsany ideas?
verwilst (~verwilst@router.begen1.office.netnoc.eu) left irc: Quit: Ex-Chat
17:02 MrfaiAdri2000: mountall doe NOT mount the config space! task_confdir does it.
17:04 Mrfaists: you should use setup-storage instead of setup_harddisks
17:04 stsMrfai: i'm using setup-storage?
17:04 Mrfaino, you are not using it
17:04 Mrfairead line 6
17:04 mgoetzests: did you read the fai.log you pasted?
17:05 stsohh, must have overlooked this one.
17:06 stssorry guys
17:06 Adri2000Mrfai: ok. task_confdir works. I just ran it and it did the mount correctly. why doesn't it work automatically...
17:07 MrfaiI don't know
siggg (~jean@tra78-3-82-244-85-196.fbx.proxad.net) joined #fai.
17:10 Adri2000Mrfai: is the config dir supposed to get mounted *before* or *after* mountall is called?
17:12 MrfaiAFAIK mountall is not called during an FAI isntallation.
17:13 Adri2000it's in /etc/init/
17:13 Adri2000make-fai-nfsroot keeps it
17:13 Adri2000./bin/make-fai-nfsroot:    find etc/init ! -type d | egrep -v "fai|udev|hostname|mountall" | xargs -r rm
17:15 Mrfaithis is only for ubuntu when using upstart. I'm not sure if it's really executed.
allee-k (~allee-k@alleehol.mpe.mpg.de) left irc: Ping timeout: 480 seconds
17:16 Mrfaitask_confdir is executed after upstart has started this or that.
siggg (~jean@tra78-3-82-244-85-196.fbx.proxad.net) left irc: Quit: Leaving.
Mrfai (~lange@suenner.informatik.uni-koeln.de) left irc: Quit: leaving
adb (~adb@144.85.45.157) left irc: Server closed connection
adb (~adb@144.85.45.157) joined #fai.
alleehol (~ach@allee.mpe.mpg.de) left irc: Server closed connection
alleehol (~ach@allee.mpe.mpg.de) joined #fai.
siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) joined #fai.
sep (~sep@40.211.jostedal.no) left irc: Server closed connection
sep (~sep@40.211.jostedal.no) joined #fai.
siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) left irc: Quit: Leaving.
--- Tue Jan 26 2010

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