On Tue, 2003-04-01 at 08:37, Matt Stucky wrote: > Am setting up LTSP on a RH80 server I just put together. Have a > Jammin125 from DisklessWorkstations.com. > > dhcp ok, tftp ok. final lines before it hangs are: > > ...... > Running /sbin/init > Started device management daemon /dev > Mounting /proc filesystem > Creating ramdisk on /tmp > mke2fs 1.18, 11-Nov-99 for EXT2 FS 0.5b, 95/08/09 > Current hostname: > Setting up loopback device > nfs: server 192.168.1.11 not responding, still trying > nfs: task 3573 can't get a request slot > nfs: task 3574 can't get a request slot > > ....and that's all she wrote. > > Here is my /etc/exports: > > /opt/ltsp/i386/ 192.168.1.151(rw,insecure,sync) > /home/stuckym 192.168.1.152(rw,sync) > /tmp 192.168.1.151(rw,no_root_squash,async) > /tmp/swapfiles 192.168.1.151(rw,no_root_squash,async) > > I can NFS mount the /home directory fine, so I know my NFS server > is doing it's job.
Your workstation is trying to boot from a non-standard server (192.168.1.11 instead of 192.168.0.254); make sure this is what you meant to do. Here are a few things to check: 1. Make sure that SERVER = 192.168.1.11 in /etc/lts.conf 2. Make sure that your server's IP address is 192.168.1.11 3. Make sure the Jammin125's IP address is 192.168.1.151; that's the only machine allowed access to /opt/ltsp/i386 (the root filesystem for the workstations). 4. You shouldn't mount /opt/ltsp/i386 read-write. If you want to install apps there, you can use rpm --root=/opt/ltsp/i386 on the server. This will cause you grief. Change the /opt/ltsp/i386/ line to read (ro,no_root_squash,async). -David ------------------------------------------------------- This SF.net email is sponsored by: ValueWeb: Dedicated Hosting for just $79/mo with 500 GB of bandwidth! No other company gives more support or power for your dedicated server http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ _____________________________________________________________________ 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
