Re: ubuntu "make-fai-bootfloppy is currently broken."

2008-04-07 Diskussionsfäden Goesta Smekal
Michael Tautschnig schrieb: > > Use FAI-CD ... Sounds promising. And quite obvious too ;-) I got an ISO now, but no machine at hand. I will try and report ... thanks Goesta -- #!/usr/bin/perl foreach $c (split(/ /,"47 6f 65 73 74 61 20 53 6d 65 6b 61 6c 0d 0a")) { print pack("C", hex($c)

Re: ubuntu "make-fai-bootfloppy is currently broken."

2008-04-07 Diskussionsfäden Michael Tautschnig
> Goesta Smekal wrote: >> Installing Hardy on up to 140 Desktops aged 0 to 5 years I simply can't >> do without initrd. Besides the default kernels of most distros nowadays >> are initrd. >> >> Is there any remedy? > > * Looking at the code and try to fix the problem > * boot with PXE > [...] Use

Re: ubuntu "make-fai-bootfloppy is currently broken."

2008-04-07 Diskussionsfäden Henning Sprang
Goesta Smekal wrote: Installing Hardy on up to 140 Desktops aged 0 to 5 years I simply can't do without initrd. Besides the default kernels of most distros nowadays are initrd. Is there any remedy? * Looking at the code and try to fix the problem * boot with PXE Both sound quite some work,

ubuntu "make-fai-bootfloppy is currently broken."

2008-04-07 Diskussionsfäden Goesta Smekal
Hi folks, migrating our ancient Ubuntu Dapper-Drake FAI to Hardy Heron I encountered a very annoying message: > [EMAIL PROTECTED]:~# make-fai-bootfloppy -B -d d -f /tmp/dummy -i > /tmp/hardy.iso "FAI_FLAGS=verbose" > make-fai-bootfloppy is currently broken. It does not support kernels with >

RE: Setup_hardisk lvm Cannot determine size

2008-04-07 Diskussionsfäden Tsapline Sylvain
Hello Well I did some testing and unfortunately it still does not work on /dev/cciss controler. We did some testing and tried to modified the following line in parser.pm if ($dev =~ m{^/dev/(cciss/c\dd\dp|ida/c\dd\dp|rd/c\dd\dp|ataraid/d\dp)$}) $dev = "${dev}p"; To if ($dev =~ m{^/dev/(cciss/c

RE: Setup_hardisk lvm Cannot determine size

2008-04-07 Diskussionsfäden Tsapline Sylvain
hello I've been trying the last SVN version of parser.pm It seems you missed a couple of brace ;) # diff -hu parser.pm /appli/fai-deb4-amd64/config/store/lib/parser.pm --- parser.pm 2008-04-07 15:07:38.0 +0200 +++ /appli/fai-deb4-amd64/config/store/lib/parser.pm 2008-04-07 16:03:01.0

Re: How to encrypt password

2008-04-07 Diskussionsfäden Holger Levsen
Hi, a better solution can be found at http://faiwiki.debian.net/index.php/Generate_random_root_password_during_installation,_encrypt_and_send_by_mail regards, Holger pgpCenXDE9i2s.pgp Description: PGP signature

Re: How to encrypt password

2008-04-07 Diskussionsfäden Henning Glawe
On Mon, Apr 07, 2008 at 02:54:49PM +0200, Walter den Besten wrote: > I want to use the same way to define a password for an other local > user which should exist on all our servers. > However, I can't find the way to translate "fai" to something like > "$1$kBnWcO.E$djxB128U7dMkrltJHPf6d1" > >

Re: How to encrypt password

2008-04-07 Diskussionsfäden Thomas Lange
> On Mon, 7 Apr 2008 14:54:49 +0200, Walter den Besten <[EMAIL PROTECTED]> > said: > In the examples for FAI, the password for root is setup as "fai". > I want to use the same way to define a password for an other local > user which should exist on all our servers. > Ho

Re: How to encrypt password

2008-04-07 Diskussionsfäden Cajus Pollmeier
Am Montag, 7. April 2008 14:54:49 schrieb Walter den Besten: > In the examples for FAI, the password for root is setup as "fai". > > I want to use the same way to define a password for an other local > user which should exist on all our servers. > However, I can't find the way to translate "fai" t

How to encrypt password

2008-04-07 Diskussionsfäden Walter den Besten
In the examples for FAI, the password for root is setup as "fai". I want to use the same way to define a password for an other local user which should exist on all our servers. However, I can't find the way to translate "fai" to something like "$1$kBnWcO.E$djxB128U7dMkrltJHPf6d1" Could som