This is my first time to use ltsp and I'm stuck.

The workstation begins to boot, but hangs like this:

eth0: Setting 100mbps full-duplex based on auto-negotiated partner ability
Mounting root filesystem: /opt/ltsp/i386 from: 192.168.1.100
Doing the pivot_root
nfs: server 192.168.1.100 not responding, still trying

However it looks to me as if nfs is running OK.  Here's why I think that:

On the server: 
bilbo:/etc/init.d # rpcinfo -p
   program vers proto   port
    100000    2   tcp    111  portmapper
    100000    2   udp    111  portmapper
    100024    1   udp  32911  status
    100024    1   tcp  33588  status
    100003    2   udp   2049  nfs
    100003    3   udp   2049  nfs
    100021    1   udp  32912  nlockmgr
    100021    3   udp  32912  nlockmgr
    100021    4   udp  32912  nlockmgr
    100005    1   udp  32913  mountd
    100005    1   tcp  33589  mountd
    100005    2   udp  32913  mountd
    100005    2   tcp  33589  mountd
    100005    3   udp  32913  mountd
    100005    3   tcp  33589  mountd

bilbo:/etc/init.d # cat /proc/fs/nfs/exports
# Version 1.1
# Path Client(Flags) # IPs
/opt/ltsp/i386  ugluk(ro,no_root_squash,sync,wdelay) # 192.168.1.101

(ugluk is the workstation, so that looks good)

Here's a snippet from /etc/exports on the server:

/opt/ltsp/i386      192.168.1.0/255.255.255.0(ro,no_root_squash,sync)
/var/opt/ltsp/swapfiles   192.168.1.0/255.255.255.0(rw,no_root_squash,async)

I'm not sure how to diagnose this any further.  Can anyone make a suggestion?

Thanks,

Jon Scott


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_____________________________________________________________________
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