Page 1 of 1

SamyGO no longer working. NFS is not mounting on boot :-(

Posted: Mon Jun 24, 2013 7:58 am
by mmhorda
Sorry guys for doulbe Topic.
I have originally created it by mistake under D series.



SamyGO no longer working. NFS is not mounting. :-(

Postby mmhorda ? Sun Jun 23, 2013 9:54 pm
Hello Everybody.
I am trying to figure out what is wrong with my TV.
SamyGo is no longer working by some reason. It basically cannot mount NFS share anymore.
TV: LE40C750
I have re-made the flash drive, i have rechacked TV and still no luck.

/dtv/usb/sda1 # df
Filesystem 1k-blocks Used Available Use% Mounted on
/dev/tbml6 3456 3456 0 100% /
none 10240 3304 6936 32% /dtv
none 10240 0 10240 0% /dsm
none 235556 0 235556 0% /core
none 10240 0 10240 0% /tmp
/dev/stl0/14 25478 3463 22015 14% /mtd_rwarea
/dev/stl0/19 49664 49664 0 100% /mtd_rocommon
/dev/stl0/15 91080 87336 3744 96% /mtd_exe
/dev/stl0/16 40832 40832 0 100% /mtd_appdata
/dev/stl0/13 10942 2471 8471 23% /mtd_contents
/dev/stl0/20 102368 47600 54768 46% /mtd_swu
/dev/stl0/21 401712 202048 199664 50% /mtd_rwcommon
/dev/sda1 1920736 1643488 277248 86% /dtv/usb/sda1
/dev/stl0/14 25478 3463 22015 14% /etc/passwd
/dev/stl0/14 25478 3463 22015 14% /etc/profile
/dev/sdb 482 0 482 0% /dtv/usb/sdb
/dev/sdc 961301504 793078784 119385088 87% /dtv/usb/sdc
192.168.1.1:/mnt/sda1/samsung_records 961301504 793078784 119385088 87% /dtv/us
b/sdc
/dtv/usb/sda1 #


Interesting thing i found.
If i do mounts manually they are working then.
If i do over telnet
# /dtv/usd/sda1/SamyGO/etc/init.d/03_03_nfsmount.init stop
# /dtv/usd/sda1/SamyGO/etc/init.d/03_03_nfsmount.init start

then it mounts everything successfully and working as before.
i tried to make a simple script

/dtv/usd/sda1/SamyGO/etc/init.d/90_90_nfsfix.init

where I place only:
/dtv/usd/sda1/SamyGO/etc/init.d/03_03_nfsmount.init stop
/dtv/usd/sda1/SamyGO/etc/init.d/03_03_nfsmount.init start
touch /dtv/usb/sda1/remount_nfs_done

i can find remount_nfs_done but no mounts working. It works If i run /dtv/usd/sda1/SamyGO/etc/init.d/90_90_nfsfix.init over telnet.


Filesystem Size Used Available Use% Mounted on
/dev/tbml6 3.4M 3.4M 0 100% /
none 10.0M 1.7M 8.3M 17% /dtv
none 10.0M 0 10.0M 0% /dsm
none 230.0M 0 230.0M 0% /core
none 10.0M 4.0k 10.0M 0% /tmp
/dev/stl0/14 24.9M 3.4M 21.5M 14% /mtd_rwarea
/dev/stl0/19 48.5M 48.5M 0 100% /mtd_rocommon
/dev/stl0/15 88.9M 85.3M 3.7M 96% /mtd_exe
/dev/stl0/16 39.9M 39.9M 0 100% /mtd_appdata
/dev/stl0/13 10.7M 2.4M 8.3M 23% /mtd_contents
/dev/stl0/20 100.0M 46.5M 53.5M 46% /mtd_swu
/dev/stl0/21 392.3M 197.3M 195.0M 50% /mtd_rwcommon
/dev/sda1 1.8G 1.6G 270.7M 86% /dtv/usb/sda1
/dev/stl0/14 24.9M 3.4M 21.5M 14% /etc/passwd
/dev/stl0/14 24.9M 3.4M 21.5M 14% /etc/profile
/dev/sdb 482.0k 6.0k 476.0k 1% /dtv/usb/sdb
/dev/sdc 1.5G 20.9M 1.5G 1% /dtv/usb/sdc
192.168.1.1:/mnt/sda1 916.8G 756.3G 113.9G 87% /dtv/usb/sdb/nfs/192.168.1.1/_mnt_sda1

any ideas?
please help :)

Re: SamyGO no longer working. NFS is not mounting on boot :-

Posted: Mon Jun 24, 2013 1:56 pm
by mmhorda
basically it started working from time to time. but I don't understand what it depends on.
weird. hmmm

I am using wifi dongle maybe that's the problem?
I have already tried reseting TV, rehacking tve. creating new SamyGO USB drive.
Maybe also UNFS is the problem point for C series TV?
anybody? any ideas?

Re: SamyGO no longer working. NFS is not mounting on boot :-

Posted: Mon Jun 24, 2013 4:31 pm
by juusso
can be your network is unstable? Check your mounts with cable attached. Or add some loop to wait network and just then start mount all stuff...

Re: SamyGO no longer working. NFS is not mounting on boot :-

Posted: Mon Jun 24, 2013 6:05 pm
by mmhorda
juuso wrote:can be your network is unstable? Check your mounts with cable attached. Or add some loop to wait network and just then start mount all stuff...
Thanks for giving a clue
I have added unhashed sleep 9 right after . /dtv/SGO.env
in 03_03_nfsmount.ini - same as it was hashed in original one ( i use remi one)

will be testing. seems it helped

if i wont complain then it helped and someone should document it in wiki. :)