Search

Technical Discussion Group Forum

This forum is provided for user discussion. While Beacon EmbeddedWorks support staff and engineers participate, Beacon EmbeddedWorks does not guarantee the accuracy of all information within in the Technical Discussion Group (TDG).

The "Articles" forums provide brief Articles written by Beacon EmbeddedWorks engineers that address the most frequently asked technical questions.

To receive email notifications when updates are posted for a Beacon EmbeddedWorks product download, please subscribe to the TDG Forum of interest.

TDG Forum

PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 23 Nov 2010 01:38 PM by  Scott Harris
Unable to NFS Mount to Linux Host
 0 Replies
Sort:
You are not authorized to post a reply.
Author Messages
Scott Harris
New Member
New Member
Posts:


--
23 Nov 2010 01:38 PM
    I received my kit and it boots Linux fine. However, I have been unable to do an NFS mount to my host Ubuntu 10.10 Linux system (LNX1). I HAVE been able to remotely mount to the Linux host (LNX1) using other Linux boxes, so I am fairly confident that the host NFS server is setup correctly. When I try to mount from the kit it takes a very long time (~5 minutes) for a series of timeouts to occur before I get the prompt back again. Here's the output on the console:
    root@arago:/# pwd
    /
    root@arago:/# mount -t nfs LNX1:/home /mnt/lnx1
    rpcbind: server localhost not responding, timed out
    rpcbind: server localhost not responding, timed out
    rpcbind: server localhost not responding, timed out
    rpcbind: server localhost not responding, timed out
    svc: failed to register lockdv1 RPC service (errno 5).
    lockd_up: makesock failed, error=-5
    rpcbind: server localhost not responding, timed out
    rpcbind: server localhost not responding, timed out
    rpcbind: server localhost not responding, timed out
    mount: mounting LNX1:/home on /mnt/lnx1 failed: Input/output error
    root@arago:/#

    (The local directory /mnt/lnx1 exists and is empty)

    The ip of the kit is: 192.168.1.115 as shown by ifconfig:
    root@arago:/# ifconfig
    eth0 Link encap:Ethernet HWaddr 76:B0:9D:7F:CF:C3
    inet addr:192.168.1.115 Bcast:192.168.1.255 Mask:255.255.255.0
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:1535 errors:0 dropped:0 overruns:0 frame:0
    TX packets:73 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:94664 (92.4 KiB) TX bytes:4770 (4.6 KiB)
    Interrupt:33

    I know the request makes it to the Linux host (LNX1) as shown by /var/og/syslog on the host:
    ...
    check_default: access by 192.168.1.115 ALLOWED
    MNT3(/home) called
    authenticated mount request from 192.168.1.115:924 for /home
    ...

    I have also tried to mount to another Ubuntu 10.10 box to no avail. Both Linux boxes are able to remotely NFS mount to one another. Both are running NFSv4 servers.

    At this point I am stuck. I have tried everything I can think of to no avail, including sending question to Logic PD. There is nothing readable on the kit in the /var/log directories.
    NOTE: this is an out-of-the-box kit. I have not modified any software in flash.

    Any suggestions would be greatly appreciated as I am stuck here.

    Regards,
    Scott
    You are not authorized to post a reply.