[08:31] siggg (~jean@tra78-3-82-244-85-196.fbx.proxad.net) joined #fai. [08:51] Nic0 (~courtel@fw.tls.cena.fr) joined #fai. [08:56] Nabilou (~Nabilou@mail.sysun-technologies.com) joined #fai. [09:03] Mrfai (~lange@kueppers.informatik.uni-koeln.de) joined #fai. [09:36] verwilst (~verwilst@router.begen1.office.netnoc.eu) joined #fai. [10:14] Nabilou (~Nabilou@mail.sysun-technologies.com) left irc: Quit: Quitte [10:18] Mrfai (~lange@kueppers.informatik.uni-koeln.de) left irc: Quit: leaving [10:18] Mrfai (~lange@suenner.informatik.uni-koeln.de) joined #fai. [10:29] allee-k (~allee-k@alleehol.mpe.mpg.de) joined #fai. [11:31] Nabilou (~Nabilou@mail.sysun-technologies.com) joined #fai. [11:31] hello [11:32] Q: Does FAI use aptitude or apt-get to install packages automatically? [11:32] Nabilou: iirc the fai guide, aptitude. but using package_config, you define which tool to use [11:39] is there a way to tell FAI that class FOO should include package configuration of classes BAR + BAZ as well? [11:43] mikap: you could do sth like that: (ifclass I386 || ifclass AMD64) && echo GRUB # originating from 50-host-classes [11:45] uchimata: that's inside a script and no package configuration, nor? [11:46] Nabilou (~Nabilou@mail.sysun-technologies.com) left irc: Remote host closed the connection [11:46] mikap: 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] ? [11:46] uchimata: jepp [11:46] ok.... sorry, no idea ;) [11:47] same 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 [11:49] Nabilou (~Nabilou@mail.sysun-technologies.com) joined #fai. [11:50] mikap: no, i don't think it's possible without adding the rest of the class [11:50] mgoetze: thanks for clarification [11:52] allee-k (~allee-k@alleehol.mpe.mpg.de) left irc: Ping timeout: 480 seconds [12:00] allee-k (~allee-k@p5B0DF0E8.dip.t-dialin.net) joined #fai. [12:08] siggg (~jean@tra78-3-82-244-85-196.fbx.proxad.net) left irc: Remote host closed the connection [13:19] allee-k (~allee-k@p5B0DF0E8.dip.t-dialin.net) left irc: Ping timeout: 480 seconds [13:37] ErKa (keryell@dhcp1.info.enstb.org) joined #fai. [13:57] hi everyone [13:59] Mrfai: 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 [14:20] allee-k (~allee-k@p5B0DE1CF.dip.t-dialin.net) joined #fai. [14:37] Adri2000, what does say "showmount -e" [14:37] Adri2000, I mean what does "showmount -e" say? [14:44] Nabilou: it says clnt_create: rpc: unknown hosts [14:44] host without the s actually [14:45] Adri2000, hmm... did you run this command in your server? [14:45] oh, sorry [14:45] I did on the client [14:45] Action: Adri2000 stupid [14:46] Adri2000, it should show "/etc/exports" content [14:46] that's it [14:46] /srv/fai/nfsroot 10.75.128.0/23 [14:46] /srv/fai/config 10.75.128.0/23 [14:47] can you pastebin /etc/exports file please? [14:48] it's only two lines if you ignore the comments, so I'll just paste it here: [14:48] /srv/fai/config 10.75.128.0/23(async,ro,no_subtree_check) [14:48] /srv/fai/nfsroot 10.75.128.0/23(async,ro,no_subtree_check,no_root_squash) [14:49] sure [14:51] actually 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] the config dir gets mounted [14:51] the question is why it isn't automatically mounted before [14:58] Sorry I can't help you :-( [14:58] allee-k (~allee-k@p5B0DE1CF.dip.t-dialin.net) left irc: Ping timeout: 480 seconds [15:19] allee-k (~allee-k@alleehol.mpe.mpg.de) joined #fai. [15:49] ErKa (keryell@dhcp1.info.enstb.org) left irc: Remote host closed the connection [15:54] FBI (~FBI@fbi.bot.oftc.net) left irc: Server closed connection [15:54] FBI (~FBI@fbi.bot.oftc.net) joined #fai. [16:04] Adri2000: check the variable FAI_CONFIG_SRC [16:12] Mrfai: that one is ok. I think I've got problems with mountall [16:12] it doesn't exit successfully [16:45] Nabilou (~Nabilou@mail.sysun-technologies.com) left irc: Quit: Quitte [16:46] Mrfai: that's what mountall says: http://pastebin.com/fe1c0294 [16:47] and I think it's the root cause of my apparent problem [16:50] hello folks. [16:50] Adri2000: I do not see any problems there [16:54] i\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] Mrfai: terminated status 1 ? [16:58] Mrfai: Mrfai is mountall supposed to mount the config dir? [16:59] in my case, it doesn't [16:59] (sorry for the double hilight in a line :p) [17:00] here is the exact fai.log: http://pastie.org/private/ivo3tdmkperfyg1yzx18g [17:00] any ideas? [17:01] verwilst (~verwilst@router.begen1.office.netnoc.eu) left irc: Quit: Ex-Chat [17:02] Adri2000: mountall doe NOT mount the config space! task_confdir does it. [17:04] sts: you should use setup-storage instead of setup_harddisks [17:04] Mrfai: i'm using setup-storage? [17:04] no, you are not using it [17:04] read line 6 [17:04] sts: did you read the fai.log you pasted? [17:05] ohh, must have overlooked this one. [17:06] sorry guys [17:06] Mrfai: ok. task_confdir works. I just ran it and it did the mount correctly. why doesn't it work automatically... [17:07] I don't know [17:08] siggg (~jean@tra78-3-82-244-85-196.fbx.proxad.net) joined #fai. [17:10] Mrfai: is the config dir supposed to get mounted *before* or *after* mountall is called? [17:12] AFAIK mountall is not called during an FAI isntallation. [17:13] it's in /etc/init/ [17:13] make-fai-nfsroot keeps it [17:13] ./bin/make-fai-nfsroot: find etc/init ! -type d | egrep -v "fai|udev|hostname|mountall" | xargs -r rm [17:15] this is only for ubuntu when using upstart. I'm not sure if it's really executed. [17:16] allee-k (~allee-k@alleehol.mpe.mpg.de) left irc: Ping timeout: 480 seconds [17:16] task_confdir is executed after upstart has started this or that. [17:19] siggg (~jean@tra78-3-82-244-85-196.fbx.proxad.net) left irc: Quit: Leaving. [17:49] Mrfai (~lange@suenner.informatik.uni-koeln.de) left irc: Quit: leaving [18:46] adb (~adb@144.85.45.157) left irc: Server closed connection [18:46] adb (~adb@144.85.45.157) joined #fai. [19:39] alleehol (~ach@allee.mpe.mpg.de) left irc: Server closed connection [19:39] alleehol (~ach@allee.mpe.mpg.de) joined #fai. [19:41] siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) joined #fai. [20:46] sep (~sep@40.211.jostedal.no) left irc: Server closed connection [20:47] sep (~sep@40.211.jostedal.no) joined #fai. [20:57] siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) left irc: Quit: Leaving. [00:00] --- Tue Jan 26 2010