Page 4 of 17

Re: SamyGO Extensions [v0.03.6 rc] for c-series

Posted: Thu Nov 11, 2010 9:44 am
by arris69
maciejs20 wrote:There's sth. wrong with init scripts.

My run.sh looks like below:

Code: Select all

#!/bin/sh

/dtv/usb/sda1/rcSGO &
mount > /dtv/usb/sda1/mounttab

touch /dtv/usb/sda1/RunOK
...

This is wereid that it goes to env file...
As this is potentially dangerous to TV it needs to be fixed...

btw. nfs mount works...

regards
Maciej
what's if you start it:

Code: Select all

/dtv/usb/sda1/SamyGO/rcSGO >/dev/null 2>&1 &
:?: :?:

arris

Re: SamyGO Extensions [v0.03.6 rc] for c-series

Posted: Sun Nov 14, 2010 6:28 pm
by arris69
mychi wrote:I noticed that I used version 0.03.5 before (the one on sf.net). Now using version 0.03.6 (linked in the first post of this thread) I even get "Connection refused" if I let the drive plugged in :(

BTW: contents of run.sh:

Code: Select all

#!/bin/sh
date > $1/ScriptOK
$1/SamyGO/rcSGO $1/SamyGO >/dev/null 2>&1 &
date > $1/SamyRun
and you deleted the file

Code: Select all

/mtd_rwarea/profile
too :?:

arris