Page 1 of 1

UE40D6510 SamyGO ftp,web,telnet disabled! help!

Posted: Mon Dec 12, 2016 2:06 pm
by shaban
info:
samsung UE40D6510
firmware: T-GASDEUC_1028.0


Sorry for my English
SamyGO established by this instruction:
http://wiki.samygo.tv/index.php5/Hospit ... arm_models
http://wiki.samygo.tv/index.php5?title= ... cpu_models

Everything was working fine until I disabled:
web - 06_05_apache.init.dis
telnet and ftp to /mtd_rwarea/SamyGO.sh

telnet and ftp established in 01_01_catch_crap.init
$ SYSROOT / bin / busybox nc -l -l -p 1023 -e / bin / sh &
$ SYSROOT / bin / busybox tcpsvd -vE 0.0.0.0 21 $ SYSROOT / bin / busybox ftpd -w / &

But I have to edit this file somewhere I made a mistake and now ftp and telnet is not available and it seems SamyGO not loaded.

I tried to do hard reset and reinstalled nothing helps SamyGO ...

Re: UE40D6510 SamyGO ftp,web,telnet disabled! help!

Posted: Sat Dec 17, 2016 10:43 pm
by shaban
Got Game ...
I connected via ExLink and something changed in TDM.
Lost network settings menu ... as return back?

Image

Re: UE40D6510 SamyGO ftp,web,telnet disabled! help!

Posted: Tue Jan 17, 2017 4:24 pm
by shaban
C using the forum does not really ...

I solved a problem with Wi-Fi using UnBricking TV by EEPROM reset.

Re: UE40D6510 SamyGO ftp,web,telnet disabled! help!

Posted: Thu Jan 19, 2017 8:37 pm
by juusso
Thanks for informing!

Re: UE40D6510 SamyGO ftp,web,telnet disabled! help!

Posted: Sun Jan 22, 2017 10:48 am
by shaban
I found the problem I have an error in the script SamyGo.sh:

/mtd_rwarea/SamyGO.sh: line 22: syntax error: unexpected "fi"

I realized the only option is to format / mtd_rwarea but with this problem ...

instructions for doing https://wiki.samygo.tv/index.php5?title ... td_rwarea/
in response to receiving:

[DevMgr / Fatal] 171: [DoUmount: 374] Umount: umount / mtd_rwarea
umount: can not umount / mtd_rwarea: Device or resource busy
[DevMgr / Fatal] 172: [DoUmount: 385] DoUmount Failed ...

tried include Hospital mode, all the same.

can have an idea?

Re: UE40D6510 SamyGO ftp,web,telnet disabled! help!

Posted: Wed Jan 25, 2017 4:14 pm
by shaban
YES!!!

I solved this problem, everything was just ...

decision in a script SamyGO.sh:
SpoilerShow
#! / Bin / sh
#Code For SamyGO Extensions
while [ "$ (lsmod | grep -c storage)" -lt 1]; do
        echo "SamyGO: Wait for usb_storage"
        while [ "$ (route -n | grep -c UG)" -lt 1]; do
                echo "SamyGO: wait for network"
                sleep 1
        done
        sleep 1
done

#Emergency Script from USB
if [-e /dtv/usb/sda1/run.sh]; then
/ Bin / sh + x /dtv/usb/sda1/run.sh &
echo "emergency script from USB started"
fi
Decision:
1) throw the stick in the unix file format run.sh with the contents:
/ Mtd_rwcommon / widgets / user / SamyGO / SamyGO / bin / busybox nc -l -l -p 2023 -e / bin / sh &
/ Mtd_rwcommon / widgets / user / SamyGO / SamyGO / bin / busybox tcpsvd -vE 0.0.0.0 21 / mtd_rwcommon / widgets / user / SamyGO / SamyGO / bin / busybox ftpd -w / &

2) Turn off the network and turn on the TV
3) Wait until the flash card to be picked up, samygo hanging on "SamyGO: wait for network"

4) Turn on the network and see the "emergency script from USB started" open access =)

Thread can be closed