Re: another lenny problem

2008-01-04 Thread Lars Baumung


Am 03.01.2008 um 19:29 schrieb Thomas Lange:

On Thu, 3 Jan 2008 17:31:51 +0100, Lars Baumung <[EMAIL PROTECTED] 
> said:



i just copied a nfsroot from a runinng fai-server with etch, the
client ran into the same error message :-(

Did you use the default etch kernel 2.6.18 for booting?



o.k., first try was with the new kernel, now i choose 2.6.18 and it  
also ran into a kernel panic but with an error message:


...
Begin: Running /scripts/init bottom ...
Done.
run-init: /sbin/init: No such file or directory
Kernel panic

But of course, the file and the directory exists.

Regards
Lars


Re: another lenny problem

2008-01-04 Thread Thomas Lange
> On Fri, 4 Jan 2008 10:15:32 +0100, Lars Baumung <[EMAIL PROTECTED]> said:

> o.k., first try was with the new kernel, now i choose 2.6.18 and it  
> also ran into a kernel panic but with an error message:

> ...
> Begin: Running /scripts/init bottom ...
> Done.
> run-init: /sbin/init: No such file or directory
> Kernel panic
Please paste the output of make-fai-nfsroot to paste.debian.net. I
think the nfsroot is not build properly.
It also seems that you did not specify init=live in your pxelinux.cfg file.
-- 
regards Thomas


Re: another lenny problem

2008-01-04 Thread Thomas Lange
> On Fri, 4 Jan 2008 11:09:23 +0100, Lars Baumung <[EMAIL PROTECTED]> said:

> o.k., i pasted it here: http://paste.debian.net/46109
This is not the output when using the option -v.
You will get faster help, if you join #fai on irc.debian.org

-- 
regards Thomas


Re: another lenny problem

2008-01-04 Thread Lars Baumung


Am 04.01.2008 um 10:34 schrieb Thomas Lange:

On Fri, 4 Jan 2008 10:15:32 +0100, Lars Baumung <[EMAIL PROTECTED] 
> said:



o.k., first try was with the new kernel, now i choose 2.6.18 and it
also ran into a kernel panic but with an error message:



...
Begin: Running /scripts/init bottom ...
Done.
run-init: /sbin/init: No such file or directory
Kernel panic

Please paste the output of make-fai-nfsroot to paste.debian.net. I
think the nfsroot is not build properly.
It also seems that you did not specify init=live in your  
pxelinux.cfg file.

--
regards Thomas


o.k., i pasted it here: http://paste.debian.net/46109

the pxelinux.cfg was build by fai-chboot with a 'boot=live' parameter  
which works fine in the etch enviroment.


regards,
Lars


Re: another lenny problem

2008-01-04 Thread Lars Baumung


Am 04.01.2008 um 12:04 schrieb Thomas Lange:

On Fri, 4 Jan 2008 11:09:23 +0100, Lars Baumung <[EMAIL PROTECTED] 
> said:



o.k., i pasted it here: http://paste.debian.net/46109

This is not the output when using the option -v.
You will get faster help, if you join #fai on irc.debian.org

--
regards Thomas.


o.k., now pasted with -v here:

http://paste.debian.net/46117

Lars


Re: another lenny problem

2008-01-04 Thread Thomas Lange
> On Fri, 4 Jan 2008 13:21:43 +0100, Lars Baumung <[EMAIL PROTECTED]> said:

> http://paste.debian.net/46117
You are building a lenny nfsroot. Try etch first.

> Can not write log, openpty() failed (/dev/pts not mounted?)
Mmm, I think we had this problem before. google for it.
-- 
regards Thomas


setup-storage and LVM

2008-01-04 Thread Christoph Kluenter
Hi,

A want to set up LVM on some fai-clients.
I installed setup-storage and the script complains: "No volume groups found"

Any hints ? Does anybody have a working disk_config for lvm only ?

This is my disk_config:

disk_config sda
primary /boot 500 - -
primary -   0-  -   -

disk_config lvm
vg my_pvsda2
my_pv-_root /   2048ext3 rw -0 dir_index,resize_inode


Regards,
 Chrisoph

-- 
IPHH Internet Port Hamburg GmbH  Fax: +49 (0)40 374919-29
Grosse Reichenstrasse 27 AG Hamburg, HRB 76071
D-20457 Hamburg  Geschaeftsfuehrung: Axel G. Kroeger


problem with nfs root mount in fai kernel

2008-01-04 Thread Grzegorz Marszałek

Hello!

I've have problem with booting fai throug network. Kernel and initrd  
is loaded, network card is detected, but there is problem with  
mounting nfs root. I receive message:


mount: Device or resource busy
short read: 0 < 28

And it's repeating itself in loop.
I'm able to mount this nfs share from other computers.
My config is like this:
pxelinux.cfg/default:
DEFAULT fai
TIMEOUT 50
TOTALTIMEOUT 100
SAY "Choose boot type"
PROMPT 1
LABEL fai
KERNEL fai/vmlinuz
APPEND initrd=fai/initrd quiet=n boot=live ip=dhcp  root=/ 
dev/nfs nfsroot=/srv/fai/nfsroot FAI_FLAGS=verbose,sshd,createvt  
FAI_ACTION=sysinfo


(those links, thatis fai/vmlinuz and fai/initrd are ok - and they are  
working)


I'm using fai 3.2.4. Kernel (and initrd) 2.6.18-5-486. Debian Etch.  
I'm using koeln repositories. Any ideas, what's wrong?


---
Grzegorz Marszałek
tel. 603935675
Dragonfly
ul.Domasławska 8a, 54-310 Wrocław




Re: setup-storage and LVM

2008-01-04 Thread Michael Tautschnig
> Hi,
> 
> A want to set up LVM on some fai-clients.
> I installed setup-storage and the script complains: "No volume groups found"
> 
> Any hints ? Does anybody have a working disk_config for lvm only ?
>
[...]

Did you run the whole thing with debug=1 (as described on the wiki page)? If so,
could you please provide the whole output?

Thanks,
Michael



pgpEhoq5s4vno.pgp
Description: PGP signature


Re: problem with nfs root mount in fai kernel

2008-01-04 Thread Thomas Lange
> On Fri, 4 Jan 2008 20:06:19 +0100, Grzegorz Marsza³ek <[EMAIL PROTECTED]> 
> said:

> I've have problem with booting fai throug network. Kernel and initrd  
> is loaded, network card is detected, but there is problem with  
> mounting nfs root. I receive message:

> mount: Device or resource busy
> short read: 0 < 28
Read https://lists.uni-koeln.de/pipermail/linux-fai/2007-November/005547.html

-- 
regards Thomas