| 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 Nabilou | hello |
| 11:32 Nabilou | Q: Does FAI use aptitude or apt-get to install packages automatically? |
| 11:32 uchimata | Nabilou: iirc the fai guide, aptitude. but using package_config, you define which tool to use |
| 11:39 mikap | is there a way to tell FAI that class FOO should include package configuration of classes BAR + BAZ as well? |
| 11:43 uchimata | mikap: you could do sth like that: (ifclass I386 || ifclass AMD64) && echo GRUB # originating from 50-host-classes |
| 11:45 mikap | uchimata: 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 uchimata | 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 uchimata | ? |
| 11:46 mikap | uchimata: jepp |
| 11:46 uchimata | ok.... sorry, no idea ;) |
| 11:47 mikap | 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 |
| Nabilou (~Nabilou@mail.sysun-technologies.com) joined #fai. |
| 11:50 mgoetze | mikap: no, i don't think it's possible without adding the rest of the class |
| 11:50 mikap | mgoetze: 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 Adri2000 | hi everyone |
| 13:59 Adri2000 | 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 |
| allee-k (~allee-k@p5B0DE1CF.dip.t-dialin.net) joined #fai. |
| 14:37 Nabilou | Adri2000, what does say "showmount -e" |
| 14:37 Nabilou | Adri2000, I mean what does "showmount -e" say? |
| 14:44 Adri2000 | Nabilou: it says clnt_create: rpc: unknown hosts |
| 14:44 Adri2000 | host without the s actually |
| 14:45 Nabilou | Adri2000, hmm... did you run this command in your server? |
| 14:45 Adri2000 | oh, sorry |
| 14:45 Adri2000 | I did on the client |
| Action: Adri2000 stupid |
| 14:46 Nabilou | Adri2000, it should show "/etc/exports" content |
| 14:46 Adri2000 | that'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 Nabilou | can you pastebin /etc/exports file please? |
| 14:48 Adri2000 | it'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 Nabilou | sure |
| 14:51 Adri2000 | 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 Adri2000 | the config dir gets mounted |
| 14:51 Adri2000 | the question is why it isn't automatically mounted before |
| 14:58 Nabilou | Sorry 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 Mrfai | Adri2000: check the variable FAI_CONFIG_SRC |
| 16:12 Adri2000 | Mrfai: that one is ok. I think I've got problems with mountall |
| 16:12 Adri2000 | it doesn't exit successfully |
| Nabilou (~Nabilou@mail.sysun-technologies.com) left irc: Quit: Quitte |
| 16:46 Adri2000 | Mrfai: that's what mountall says: http://pastebin.com/fe1c0294 |
| 16:47 Adri2000 | and I think it's the root cause of my apparent problem |
| 16:50 sts | hello folks. |
| 16:50 Mrfai | Adri2000: I do not see any problems there |
| 16:54 sts | 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 Adri2000 | Mrfai: terminated status 1 ? |
| 16:58 Adri2000 | Mrfai: Mrfai is mountall supposed to mount the config dir? |
| 16:59 Adri2000 | in my case, it doesn't |
| 16:59 Adri2000 | (sorry for the double hilight in a line :p) |
| 17:00 sts | here is the exact fai.log: http://pastie.org/private/ivo3tdmkperfyg1yzx18g |
| 17:00 sts | any ideas? |
| verwilst (~verwilst@router.begen1.office.netnoc.eu) left irc: Quit: Ex-Chat |
| 17:02 Mrfai | Adri2000: mountall doe NOT mount the config space! task_confdir does it. |
| 17:04 Mrfai | sts: you should use setup-storage instead of setup_harddisks |
| 17:04 sts | Mrfai: i'm using setup-storage? |
| 17:04 Mrfai | no, you are not using it |
| 17:04 Mrfai | read line 6 |
| 17:04 mgoetze | sts: did you read the fai.log you pasted? |
| 17:05 sts | ohh, must have overlooked this one. |
| 17:06 sts | sorry guys |
| 17:06 Adri2000 | Mrfai: ok. task_confdir works. I just ran it and it did the mount correctly. why doesn't it work automatically... |
| 17:07 Mrfai | I don't know |
| siggg (~jean@tra78-3-82-244-85-196.fbx.proxad.net) joined #fai. |
| 17:10 Adri2000 | Mrfai: is the config dir supposed to get mounted *before* or *after* mountall is called? |
| 17:12 Mrfai | AFAIK mountall is not called during an FAI isntallation. |
| 17:13 Adri2000 | it's in /etc/init/ |
| 17:13 Adri2000 | make-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 Mrfai | this 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 Mrfai | task_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 |