Dana, if it's hanging, it is probably an iptables rule that is blocking access to the nfs server.
try this: iptables -L it should report 3 entries, all with 'ACCEPT'. If it reports more than that, then you need to fix your iptables rules, or turn them off completely. Also, try: showmount -e Make sure that the list of exported filesystems matches what the workstation is requiring. Jim McQuillan [EMAIL PROTECTED] On Tue, 4 May 2004, Dana Persells wrote: > I am a newbie (less than a year) on Linux (RH9) and > real new on ltsp (ver 3). > In setting up my first workstation, everything goes > well until it gets to this line, > "Mounting root filesystem: /opt/ltsp/i386 from: > <server>" > I checked old postings and looked in the directory. It > is populated with directories and two files, "mnt" and > "var" and the same directories with their contents and > those two files are in my /tmp area. I ran "exportfs > -ra" in that tmp directory and in the i386 directory > and checked exports in /etc and saw no difference. The > workstation still hangs. > I"ve gone through the documentation and can't find > anything that doesn't match. I'm now over my head. > Thanks for help, > Dana Persells > [EMAIL PROTECTED] > > > > > __________________________________ > Do you Yahoo!? > Win a $20,000 Career Makeover at Yahoo! HotJobs > http://hotjobs.sweepstakes.yahoo.com/careermakeover > > > ------------------------------------------------------- > This SF.Net email is sponsored by: Oracle 10g > Get certified on the hottest thing ever to hit the market... Oracle 10g. > Take an Oracle 10g class now, and we'll give you the exam FREE. > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > _____________________________________________________________________ > 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 > ------------------------------------------------------- This SF.Net email is sponsored by: Oracle 10g Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE. http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click _____________________________________________________________________ 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
