Le mercredi 23 mars 2011 08:57:17 Rainer Stumbaum, vous avez écrit : > Booting the squeeze version gives the following error: > ... > Begin: Running /scripts/nfs-premount ... > nfsmount: need a path > done. > ... > and then it retries several times till it stops at the busybox command > prompt from the initramfs. > > Looking at /tmp/net-eth0.conf we can see that the variable ROOTPATH is not > set. But when executing "ipconfig eth0" the ROOTPATH variable is passed on > from the DHCP server and even updated in /tmp/net-eth0.conf .
I have had a similar error. If you have somehting like below lines in syslog, just add fsid=0 in your nfs share setup in /etc/exports. Like that: /opt/ltsp *(ro,no_root_squash,async,no_subtree_check,fsid=0) syslog exrtact: mountd[5668]: Kernel does not have pseudo root support. mountd[5668]: NFS v4 mounts will be disabled unless fsid=0 mountd[5668]: is specfied in /etc/exports file. hope this help Xavier [email protected] - 09 54 06 16 26 ------------------------------------------------------------------------------ Enable your software for Intel(R) Active Management Technology to meet the growing manageability and security demands of your customers. Businesses are taking advantage of Intel(R) vPro (TM) technology - will your software be a part of the solution? Download the Intel(R) Manageability Checker today! http://p.sf.net/sfu/intel-dev2devmar _____________________________________________________________________ Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: https://lists.sourceforge.net/lists/listinfo/ltsp-discuss For additional LTSP help, try #ltsp channel on irc.freenode.net
