Page 1 of 1

C-Series NFS Mount HaneWin-Server doesn't work

Posted: Fri Mar 16, 2012 5:06 pm
by grinsi
Hello,
I did hack my LE40C750 sucessfully and have ssh-access.
However, I don't get the nfs to work. I did my setup according to the tutorial in the wiki: http://wiki.samygo.tv/index.php5/How_to ... NFS_Server
I also read some articles about the sharing on the forum, but without any sucess.

run.sh

Code: Select all

#!/bin/sh
rm -f /mtd_rwarea/profile
$1/SamyGO/rcSGO $1/SamyGO > $1/rcSGO_out 2>&1 &
sync
sleep 120
/bin/mount -o nolock 192.168.178.23:/movies $1/movies -t nfs
touch $1/ScriptOK
rcSGO_out

Code: Select all

./etc/rc.sysinit: line 94: /dtv/usb/sda1/SamyGO/opt/privateer/sbin/depmod: not found
insmod /dtv/usb/sda1/SamyGO/lib/modules/*.ko, this behavior is outdated modules are handled by the init scripts!
Replace /dtv/usb/sda1/SamyGO/lib/modules/treasure/*.ko
insmod: can't open '/dtv/usb/sda1/SamyGO/lib/modules/2.6.24_SELP.4.3.x-Cortex-A8/kernel/drivers/video/cfbcopyarea.ko': No such file or directory
insmod: can't open '/dtv/usb/sda1/SamyGO/lib/modules/2.6.24_SELP.4.3.x-Cortex-A8/kernel/drivers/video/cfbfillrect.ko': No such file or directory
insmod: can't open '/dtv/usb/sda1/SamyGO/lib/modules/2.6.24_SELP.4.3.x-Cortex-A8/kernel/drivers/video/cfbimgblt.ko': No such file or directory
insmod: can't open '/dtv/usb/sda1/SamyGO/lib/modules/2.6.24_SELP.4.3.x-Cortex-A8/kernel/drivers/usb/input/usbhid.ko': No such file or directory
mkfs.vfat 2.11 (12 Mar 2005)
real storage device at: /sys/block/sda/device/model
found gadget at: /sys/block/sdb/device/model
scsidev: sdb
fuse 30900 0 - Live 0xbf6ff000
insmod: can't open '/dtv/usb/sda1/SamyGO/lib/modules/2.6.24_SELP.4.3.x-Cortex-A8/kernel/net/sunrpc/sunrpc.ko': No such file or directory
insmod: can't open '/dtv/usb/sda1/SamyGO/lib/modules/2.6.24_SELP.4.3.x-Cortex-A8/kernel/fs/lockd/lockd.ko': No such file or directory
insmod: can't open '/dtv/usb/sda1/SamyGO/lib/modules/2.6.24_SELP.4.3.x-Cortex-A8/kernel/fs/nfs_common/nfs_acl.ko': No such file or directory
insmod: can't open '/dtv/usb/sda1/SamyGO/lib/modules/2.6.24_SELP.4.3.x-Cortex-A8/kernel/fs/nfs/nfs.ko': No such file or directory
Search Shares on: 192.168.178.23
portmap getport: RPC: Timed out
which: no hid2hci in (/dtv/usb/sda1/SamyGO/opt/privateer/sbin:/dtv/usb/sda1/SamyGO/opt/privateer/bin:/dtv/usb/sda1/SamyGO/opt/privateer/usr/bin:/dtv/usb/sda1/SamyGO/opt/privateer/usr/sbin:/dtv/usb/sda1/SamyGO/sbin:/dtv/usb/sda1/SamyGO/bin:/dtv/usb/sda1/SamyGO/usr/bin:/dtv/usb/sda1/SamyGO/usr/sbin:/sbin:/bin:/usr/sbin:/usr/bin)
Starting Bluetooth subsystem: hcidCan't get device info: No such device
 sdpd hidd.
recorder share not mounted!
With Putty, I tried to load the nfs manually with

Code: Select all

/bin/mount -o nolock 192.168.178.23:/movies /dtv/usb/sda1/movies -t nfs
but the console hangs up and nothing appears.

I did also tried to change some network settings in Win7, but also without sucess. Maybe there is a setting which I don't know, because I'm wondering if Windows is refusing the connection!?!

Please help, as I don't know how to go on...

Thanks in advance!

EDIT: I got an answer from Putty, when I want to manually execute the mount command, it says "mount: RPC: Timed out"

Re: C-Series NFS Mount HaneWin-Server doesn't work

Posted: Tue Apr 03, 2012 10:39 am
by grinsi
Is there anybody who have some suggestion to my problem?
I tried it with some configurations of the files, but without sucess...please help!
Thanks!