Shingoshi (~Shingoshi@c-98-246-122-42.hsd1.or.comcast.net) left irc: Remote host closed the connection
Shingoshi (~Shingoshi@c-98-246-122-42.hsd1.or.comcast.net) joined #fai.
siggg (~jean@tra78-1-87-88-161-80.dsl.club-internet.fr) joined #fai.
kai_bo (~kai@statdsl-085-016-072-173.ewe-ip-backbone.de) joined #fai.
CWebber (~CWebber@pclabinv7.dma.uvigo.es) joined #fai.
08:10 oz_anyone here running FAI to install Systems remotely over a firewall?
Action: oz_ doubts that an nfs proxy is really needed for this
CWebber (~CWebber@pclabinv7.dma.uvigo.es) left irc: Quit: Leaving
08:38 mgoetzeoz_: iirc you can configure the ports used by nfs explicitly, rather than leaving it to the portmapper
08:39 maswannfs4 is nicer for this too
verwilst (~verwilst@router.begen1.office.netnoc.eu) joined #fai.
09:21 oz_mgoetze: you need to to thins anyway
09:22 oz_But I think I better use an *.iso mount
09:22 oz_nfs is not so good 'outside' (NFS =~ No File Security)
09:23 oz_or does anyone have another suggestion?
09:23 mgoetzenfs4+kerberos :)
09:24 oz_because of the ':)'...
09:24 oz_serious?
09:25 mgoetzewell i've never tried it, i'm sure maswan can tell you more about it
09:27 maswannfs4 has real security as opposed to just IP "security"
09:28 maswankerberos is probably the only one that is well-tested of the security models there though, and I use "well-tested" loosely
09:28 oz_:-)
09:28 maswanbut no, we don't do firewalls, so we've never run into that problem
09:29 oz_I guess, I start with my *.iso solution and follow the development
09:29 oz_and I hope I can develop myself again, when I fixed this network here.
Mrfai (~lange@suenner.informatik.uni-koeln.de) joined #fai.
siggg (~jean@tra78-1-87-88-161-80.dsl.club-internet.fr) left irc: Quit: Leaving.
siggg (~jean@tra78-1-87-88-161-80.dsl.club-internet.fr) joined #fai.
siggg (~jean@tra78-1-87-88-161-80.dsl.club-internet.fr) left irc: Quit: Leaving.
siggg (~jean@tra78-1-87-88-161-80.dsl.club-internet.fr) joined #fai.
siggg (~jean@tra78-1-87-88-161-80.dsl.club-internet.fr) left irc: Quit: Leaving.
siggg (~jean@tra78-1-87-88-161-80.dsl.club-internet.fr) joined #fai.
mikap (~mika@mail.michael-prokop.at) left irc: Quit: Lost terminal
ErKa (~keryell@APuteaux-154-1-21-189.w83-199.abo.wanadoo.fr) joined #fai.
siggg (~jean@tra78-1-87-88-161-80.dsl.club-internet.fr) left irc: Quit: Leaving.
siggg (~jean@tra78-1-87-88-161-80.dsl.club-internet.fr) joined #fai.
gcorvala (~gcorvala@di-pc8.ulb.ac.be) joined #fai.
14:06 gcorvalahi
14:06 gcorvalaI have got a problem with fai / grub installation
14:06 gcorvalaeverything seems correctly installed, but after de client install
14:07 gcorvalaI reboot and it seems that grub was not installed correctly
14:07 gcorvalaI don't have the "menu", only a kind of grub shell
14:07 gcorvalacan someone help me ? :s
14:08 Mrfaihave a look at fai.log and shell.log
Action: Mrfai brb
Mrfai (~lange@suenner.informatik.uni-koeln.de) left irc: Quit: leaving
Mrfai (~lange@kueppers.informatik.uni-koeln.de) joined #fai.
14:09 gcorvalaMrfai: nothing special in the logs
14:13 protigcorvala: did you try to do : 'config /grub/menu.lst' in the grub shell ?
14:15 protiI had some problem with grub on ubuntu. Something related to menu.lst and ucf.
14:16 gcorvalamrlt
14:16 gcorvalaproti: 'config /grub...' not work
14:17 gcorvalai must go, i'll retry tonight
14:17 gcorvalathx all
gcorvala (~gcorvala@di-pc8.ulb.ac.be) left irc: Quit: Ex-Chat
14:24 protiMrfai: I think I understand my problem but I don't know why.
14:25 proti/var/lib got white'outed for whatever reason (when making the nfsroot).
14:26 protiThen I did a touch in every directory of /var/lib on the server and suddenly, they appeared on the client.
14:26 protiSomething related to a timestamp which got refreshed.
14:28 Mrfaiok, maybe the client only sees /var which was inside the initrd before you touch a file inside /var
14:28 protiI have to check how the union-mount is done.
14:29 protiThe good news is once the mount is ok, the fai works beautifully.
14:29 protiBut for 2 little things.
14:30 proti1 problem with mtab (mounting nfs DEBMIRROR yields a error status of 16 - it cannot change the permissions of mtab).
14:31 protiShould be harmless but the mount command considers anything different from 0 to be an unrecoverable error.
14:31 protiAnd breaks the install.
14:31 Mrfai/etc/mtab is a symlink to /proc/mounts. Maybe we can revert this, so mtab is a file again
14:32 Mrfaithis symlinks is created in make-fai-nfsroot
14:32 protiI tried to exclude the errorcode 16 which is mount is ok but cannot change the permissions which the install don't care at all.
14:32 protiThis works ok.
siggg (~jean@tra78-1-87-88-161-80.dsl.club-internet.fr) left irc: Quit: Leaving.
14:41 proti2nd problem is that make-fai-nfsroot forgets to install rsyslog. This yields some error codes at startup (like rsyslog not found).
14:42 protiAnd always, setup-storage has problems cleaning up disks with raid and lvm already present.
14:42 protiBut now, swap creation works great compared to the last version we tried (was 3.2.8).
14:42 Mrfaieasy to fix. Just add rsyslog to /etc/fai/NFSROOT
14:43 protiMaybe, maybe it should go to make-fai-nfsroot.
14:44 Mrfaino, packagtes are defined in /etc/fai/NFSROOT. In Debian rsyslog is always added by debootstrap
14:45 protiOk. Not in ubuntu.
14:45 MrfaiI would be nice, if you could post a short mail about your experiences with FAI 3.2.x and ubuntu x.y to the linux-fai mailing list
14:45 Mrfaithere are always people interested in those stories
14:45 protiOk, i'll do it.
14:46 protiNext, I would like to choose the distribution to install.
14:47 protiFor this, I could use different nfsroot.
14:47 Mrfaiwhat do you mean by different distributions? different architecures like i386 and amd64?
14:48 protiNo, different version, like sid etch lenny.
14:48 protiOr hardy, intrepid, jaunty ...
14:49 protiIf I understand well, the nfsroot install a base using a base.tgz build when debootstrapping the nfsroot.
14:50 Mrfaiok. Should be possible with the same nfsroot. You can use different base.tar.gz files.
14:50 Mrfaithere's a subdirectory basefile. There you can create different base file for (etch, lenny, jaunty,...)
14:50 MrfaiThen define a clas JAUNTY, ETCH, LENNY and this file will be used
14:51 MrfaiFinially, adjust the sources.list file for this class. Ready.
14:51 Mrfaior copy the sources.lsit file using the fcopy command
14:51 protiThe sources.list is the one on the nfsroot ?
14:51 Mrfainormally yes
14:51 MrfaiBut you can copy whatever version of it to /target
14:51 Mrfaibefore isntalling packages
14:52 protiHu ? How is the /target/etc/apt/sources.list used in the install ?
14:53 protiI thought only the /etc/apt/sources.list was used.
15:06 Mrfaiwhen isntalling packages, FAI does a chroot into /target and installs packages there. So everything is done inside /target
siggg (~jean@tra78-1-87-88-161-80.dsl.club-internet.fr) joined #fai.
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
Mrfai (~lange@kueppers.informatik.uni-koeln.de) left irc: Quit: leaving
17:09 FBIfai: 3 mt committed revision 5408 to 7 fai:  Added patch to ignore a parted warning about the disk not being used in an
17:09 FBIfai: optimal way
HerrK (~keryell@APuteaux-154-1-56-153.w81-249.abo.wanadoo.fr) joined #fai.
ErKa (~keryell@APuteaux-154-1-21-189.w83-199.abo.wanadoo.fr) left irc: Ping timeout: 480 seconds
D00M (~D00M@224.128-65-87.adsl-dyn.isp.belgacom.be) joined #fai.
Nick change: D00M -> gcorvala
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:
siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) joined #fai.
HerrK (~keryell@APuteaux-154-1-56-153.w81-249.abo.wanadoo.fr) left irc: Ping timeout: 480 seconds
siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) left irc: Remote host closed the connection
verwilst (~verwilst@78-21-41-88.access.telenet.be) joined #fai.
mikap (~mika@mail.michael-prokop.at) joined #fai.
gcorvala (~D00M@224.128-65-87.adsl-dyn.isp.belgacom.be) left irc: Ping timeout: 480 seconds
verwilst (~verwilst@78-21-41-88.access.telenet.be) left irc: Quit: Ex-Chat
--- Wed May 6 2009

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