I got the NFS server installed on my BeagleBone with no problem and the
server came right up. No problem with the shell. I can move all over
the BB from this computer.
I am having a problem with the Nautilus file manager and some other
utilities. I have the BB mounted as /media/bb. Using file manager I
can navigate to /media/bb. I will get one directory listing of the
root. Any further actions locks up the program. Usually the shell
won't work after that either.
Nothing gets written to dmesg on the Ubuntu machine but I see this right
after a boot of the BB.
2.040222] irda_init()
[ 2.040313] NET: Registered protocol family 23
[ 2.070770] IrCOMM protocol (Dag Brattli)
[ 2.147766] Bluetooth: RFCOMM TTY layer initialized
[ 2.147796] Bluetooth: RFCOMM socket layer initialized
[ 2.147827] Bluetooth: RFCOMM ver 1.11
[ 2.316558] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[ 3.818328] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ 4.072204] svc: failed to register lockdv1 RPC service (errno 97).
[ 4.075592] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state
recovery directory
[ 4.077056] NFSD: starting 90-second grace period
[ 4.213745] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 4.301513] nf_conntrack version 0.5.0 (3926 buckets, 15704 max)
[ 5.266418]
[ 5.266448] CPSW phy found : id is : 0x7c0f1
[ 5.267211] PHY 0:01 not found
[ 5.307250] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 6.514862] ADDRCONF(NETDEV_UP): usb0: link is not ready
[ 8.257781] PHY: 0:00 - Link is Up - 100/Full
[ 8.257995] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 18.847076] eth0: no IPv6 routers present
The lines starting at "installing knfsd..." look suspicious but I can't
make any sense of what the messages are saying. I made sure that
/var/lib/nfs/v4recovery
was present (it wasn't so I made it) but other than that I don't know
what to do next.
Help!
Incidentally, how can I get rid of that last line with the 10 second
wait for IPv6 router check?
Thanks,
John