UE40D6510 SamyGO ftp,web,telnet disabled! help!

Here for general support for D series TVs, request and problem solve area.
Post Reply

shaban
Posts: 7
Joined: Mon Dec 12, 2016 1:48 pm

UE40D6510 SamyGO ftp,web,telnet disabled! help!

Post 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 ...
shaban
Posts: 7
Joined: Mon Dec 12, 2016 1:48 pm

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

Post by shaban »

Got Game ...
I connected via ExLink and something changed in TDM.
Lost network settings menu ... as return back?

Image
shaban
Posts: 7
Joined: Mon Dec 12, 2016 1:48 pm

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

Post by shaban »

C using the forum does not really ...

I solved a problem with Wi-Fi using UnBricking TV by EEPROM reset.
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

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

Post by juusso »

Thanks for informing!
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]

DO NOT EVER INSTALL FIRMWARE UPGRADE
shaban
Posts: 7
Joined: Mon Dec 12, 2016 1:48 pm

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

Post 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?
shaban
Posts: 7
Joined: Mon Dec 12, 2016 1:48 pm

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

Post 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

Post Reply

Return to “[D] Support”