nfs headache: can't read superblock

2008-09-11 Thread Jean Spirat
Hi, i am trying to make FAI work on my debian box but i fail at the 'mount root fs' part on NFS: fai02:/# rpcinfo -p 192.168.1.72 program no_version protocole no_port 102 tcp111 portmapper 102 udp111 portmapper 132 udp 2049 nfs 13

Re: nfs headache: can't read superblock

2008-09-11 Thread Michael Tautschnig
> Hi, > > i am trying to make FAI work on my debian box but i fail at the 'mount > root fs' part on NFS: > > fai02:/# rpcinfo -p 192.168.1.72 > program no_version protocole no_port >102 tcp111 portmapper >102 udp111 portmapper >132 udp 2049

[EMAIL PROTECTED]: Re: nfs headache: can't read superblock]

2008-09-11 Thread Michael Tautschnig
I've got no idea, maybe nfs mount from localhost just doesn't work? Best, Michael PS.: This doesn't seem to be a problem in FAI itself... - Forwarded message from Jean Spirat <[EMAIL PROTECTED]> - Date: Thu, 11 Sep 2008 14:30:23 +0200 From: Jean Spirat <[EMAIL PROTECTED]> User-Agent: Th

Re: nfs headache: can't read superblock

2008-09-11 Thread Holger Levsen
Hi Jean, On Thursday 11 September 2008 13:03, Jean Spirat wrote: > i am trying to make FAI work on my debian box but i fail at the 'mount > root fs' part on NFS: Is this etch, lenny or sid? If one of the latter two, you might be bitten by #492970 :-) regards, Holger pgppK49ovahve.pg

Re: [EMAIL PROTECTED]: Re: nfs headache: can't read superblock]

2008-09-11 Thread Jean Spirat
Michael Tautschnig a écrit : I've got no idea, maybe nfs mount from localhost just doesn't work? Best, Michael PS.: This doesn't seem to be a problem in FAI itself... yes this is not related to FAI directly but only inderctly :) for an fai related one, i just had an issue with fai-chboot

fai-chboot (was: nfs headache)

2008-09-11 Thread Jean Spirat
ok, using fai-chboot -v -Is 2.6.26.3-vs2.3.0.35.5 demo1 gived me: append initrd=initrd.img-2.6.26.3-vs2.3.0.35.5 ip=dhcp root=/dev/nfs nfsroot=/srv/fai/nfsroot boot=live FAI_ACTION=install so the simpler seems the most efficient ! fai-chboot -f "verbose,sshd,reboot,VSERVERHOST,SE

Re: [EMAIL PROTECTED]: Re: nfs headache: can't read superblock]

2008-09-11 Thread Michael Tautschnig
[...] > > for an fai related one, i just had an issue with fai-chboot where i tried : > > fai-chboot -f "verbose,sshd,reboot,VSERVERHOST,SETUPSTORAGE" -k > "ip=dhcp initrd=initrd.img-2.6.26.3-vs2.3.0.35.5 root=/dev/nfs > nfsroot=192.168.1.72:/srv/fai/nfsroot/live/filesystem.dir" > vmlinu

Re: [EMAIL PROTECTED]: Re: nfs headache: can't read superblock]

2008-09-11 Thread Jean Spirat
Most probably you've been hit by the issue reported here: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=495535 But you seem to have worked around it anyway :-) Best, Michael that seems to be the case, anyway as i know what fai-chboot does now i can go and do it by hand. thanks for p