Re: Problems booting FAI from network, problems mounting nfsroot

2007-11-29 Diskussionsfäden Thomas Lange
 On Wed, 28 Nov 2007 20:44:23 +0100, Holger Levsen [EMAIL PROTECTED] 
 said:

 On Wednesday 28 November 2007 12:46, Thomas Lange wrote:
 This mail explains some common problems with FAI =3.2 which uses a
 kernel with initrd and how to fix them.

 Shouldnt this be copied into the guide into a troubleshooting section?
No. The maintainer of initramfs-tools already fixed the problem in
the new version of his package.

-- 
regards Thomas


Re: / under soft raid 1.

2007-11-29 Diskussionsfäden Michael Tautschnig
[...]

 Actually, this is supposed to be integrated with FAI 3.3; for the moment you
 need to do some manual steps: Take a look at
 http://faiwiki.debian.net/index.php/Storage_Magic, which documents to 
 proposed
 new tool and the necessary steps to run it.

 Nice to see this is being worked on.  However I didn't see any possibility 
 to add a disk label.  Or did I miss that?


Just to be sure about the terminology: Do you mean partition table formats like
msdos, gpt, and others, or rather partition labels (which one does using
mkfs.XXX -L)? Both of which are possible using the new tool, but I'm just not
sure what you're after.

Best,
Michael



pgpLv6iCHusmC.pgp
Description: PGP signature


Re: / under soft raid 1.

2007-11-29 Diskussionsfäden Michael Tautschnig
[...]
 _
 [wf:]
 Thanks
 I will user this doc .

 I'll be ok to manage test if they're planed.


Testing is highly appreciated, just post any problems you see!

Thanks in advance,
Michael



pgpEspty4CnqU.pgp
Description: PGP signature


Re: Installing ruby gems

2007-11-29 Diskussionsfäden Thomas Lange
 On Wed, 28 Nov 2007 21:23:12 +0100, Ulrich Kortenkamp [EMAIL PROTECTED] 
 said:

 we have a working fai installation here
Did I already get your FAI questionnaire? ;-)
http://www.informatik.uni-koeln.de/fai/questionnaire


 and I would like to install  
 Ruby on Rails on the fai clients. It's no problem to add the ruby  
 packages, but in order to install rails I have to use the ruby package  
 management tool gems. I thought that adding a script that calls

 gem install --include-dependencies rails
Yuo have to call this command inside the new system (using chroot),
which is mounted to /target during installation. Try this

$ROOTCMD gem install --include-dependencies rails


$ROOTCMD will do the chroot /target for you, or during a softupdate
it's just empty.
-- 
regards Thomas