Hi
I have the dreaded NFS timeouts with my systems [server a PCI rtl8139, client 
an intel e1000 on crosover cable]

Looking at init in initramfs.gz this should work. It seems to make problem 
better but there are still timeouts. 
Anybody able to offer comment, thanks.

        option option-128     e4:45:74:68:00:00;       # NOT a mac address
        option option-129     "MOPTS=nolock,ro,rsize=8192,wsize=8192";

snip fron init:
--------------------------------------------------------------
[ -z "${MOPTS}" ] && MOPTS="nolock,ro"

echo "Creating new ramdisk to hold our root fs..."
mkdir /newroot

mount -n -t ramfs none /newroot

mkdir /newroot/nfsroot

echo "Mounting root filesystem: ${NFS_DIR} from: ${NFS_IP}"
mount -n -o ${MOPTS} ${NFS_IP}:${NFS_DIR} /newroot/nfsroot
--------------------------------------------------------------

/etc/dhcpd.conf in full in case of any <grin>
--------------------------------------------------------------
option domain-name           "home";
option domain-name-servers   192.168.5.254;
next-server                  192.168.1.254;

default-lease-time           21600;
max-lease-time               21600;
ddns-update-style            none;
ddns-updates off;
option option-128 code 128 = string;
option option-129 code 129 = text;

option subnet-mask           255.255.255.0;
option broadcast-address     192.168.1.255;
option routers               192.168.1.254;

authoritative;
log-facility local7;

option root-path             "192.168.1.254:/opt/ltsp/i386";


subnet 192.168.1.0 netmask 255.255.255.0 {
    use-host-decl-names      on;
    option log-servers       192.168.1.254;


    host ws001 {
        hardware ethernet    00:13:d4:ed:e7:8a;
        fixed-address        192.168.1.1;
        filename             "/lts/2.6.17.8-ltsp-1/pxelinux.0";
        option option-128     e4:45:74:68:00:00;       # NOT a mac address
        option option-129     "MOPTS=nolock,ro,rsize=8192,wsize=8192";
   }
}
----------------------------------------------------------

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_____________________________________________________________________
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

Reply via email to