> On Tuesday 01 April 2003 22:44, you wrote: My addendum is tacked on below...
> 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 > David, thank you very much for the suggestions; I have implemented them with no change. Specifically, WRT your points previous: [1] here is my /etc/ltsp.conf (not /etc/lts.conf as you indicated above, but I assume you mean the same thing): # # Configuration variables for LTSP # LTSP_DIR=/opt/ltsp SERVER=192.168.1.11 I tried copying it to /etc/lts.conf. I tried setting LTSP_DIR=/opt/ltsp/i386. no go. as a strange aside, the first line of this file was a ":" which I removed, assuming either i had inadvertantly inserted it or it had no use. Also, i found /opt/ltsp/i386/etc/lts.conf, which appears to have the right server IP addr in it, but I assume is not what you meant. [2] yes i am sure the server is 192.168.1.11 [3] yes i am sure the workstation is 192.168.1.151 [4] here is my new /etc/exports: /opt/ltsp/i386/ 192.168.1.151(ro,no_root_squash,async) /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) After changes, from the Gnome services GUI, I stopped NFS, restarted portmap, then started NFS again. All that to say, no change in boot behavior. If this helps, the lines prior to "Running /sbin/init" (in my original post) are: eth0: RealTek RTL8139 Fast Ethernet at 0xc4807000, <mac addr>, IRQ10 Running dhclient eth0: Setting 100mbps full-duplex based on auto-nego.. partner ability 45e1 Mounting root filesystem: /opt/ltsp/i386 from: 192.168.1.11 Doing the pivot_root Mounting the devfs filesystem Running /sbin/init ... and then on as previously posted. The /opt/ltsp/i386 directory appears to be right, that has all the directories for a virtual machine, bin, etc, and so on. Any other suggestions?? Gawd knows I sure appreciate them!! Thanks so much. Matt -- Matt Stucky, Software Engineer Dimensional Insight, Inc. http://www.dimins.com/ [EMAIL PROTECTED] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ You know you're in the deep, deep, deep South when... #1: Actual sign on gas station door: "You must pay for gas before buying lottery tickets" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ------------------------------------------------------- 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
