Hello!
Currently have a problem with my LTSP server when using a gigabit switch with a megabit thin client.
I am using K12LTSP with Fedora 9.
The thin clients get most of the way through booting up then I get error messages saying:
nfs: server 172.31.6.1 not responding, still trying.
I don't get this problem if I use a 100 meg switch though.
I have found several forum posts on the internet which all seem to point to the following webpage with a solution:
http://wiki.ltsp.org/twiki/bin/view/...not_responding
However, when I make the recommended changes It doesnt make a difference.
Below is an example of the default file located at /var/lib/tftpboot/ltsp/i386/pxelinux.cfg with its default settings:
Code:prompt 0 label linux kernel vmlinuz.ltsp append rw initrd=initrd.ltsp quiet selinux=0 rhgb
Below are the changes to append that I have tested
Code:append rw initrd=initrd.ltsp selinux=0 rhgb MOPTS=nolock,ro,wsize=2048,rsize=2048Code:append rw initrd=initrd.ltsp selinux=0 rhgb NFSOPTS="-o etx"
Code:append rw initrd=initrd.ltsp selinux=0 rhgb MOPTS=nolock,ro,wsize=2048,rsize=2048 NFSOPTS="-o etx"
Does anyone have any ideas of where im going wrong with this please?
Adam



Reply With Quote
