Ansuel / tch-nginx-gui

Modified file to apply to a stock technicolor GUI
GNU General Public License v3.0
344 stars 52 forks source link

Telnet TG799 #326

Closed kevdagoat closed 5 years ago

kevdagoat commented 5 years ago

Found this: telnet.zip

Is a Telnet binary for TG799. Would you like an install script and pull request?

Edit: Thanks Suse10 if you are reading this.

scotty03 commented 5 years ago

LOL the truth is out there. thewacker21 strikes again this time with suse10's telnet script Also if you want that to work with the GUI it needs to have files renamed to match what works with the GUI it also works on a TG789 It will work on a TG800 with a different busybox_telnet file. Please don't tell people you made this like you did with the GUI when all you are doing is enhancing other peoples work.

Ansuel commented 5 years ago

can someone tell me if this works with tg800 or not? anyway will add this to the gui next update... if i have permission...

scotty03 commented 5 years ago

can someone tell me if this works with tg800 or not? anyway will add this to the gui next update... if i have permission...

Ansuel it works on a TG800vac if you use the busybox_telnet from the DGA4130 & DGA4132 The busybox_telnetd in the archive uploaded needs to be rename busybox_telnet and one other file needs to renamed to telnet and the install script needs to be edited to get rid of the 'd' on the end. renamed & edited and the correct busybox_telnet file and it works perfect on the 789, 799 & 800 with the GUI installed and the system extras tile allows you to enable/disable You don't need permission I am just blowing smoke up kevdagoats ass........It's an Australian thing :)

Ansuel commented 5 years ago

ahahaha anyway will install in another way... will use the same way i use for dga to add telnet

just to confirm telnetd is a link to busybox right?

kevdagoat commented 5 years ago

It's an Australian thing :)

Ahh is that your excuse...

scotty03 commented 5 years ago

Young boys never quite get Aussie humour but you will one day i promise. Once you are old enough to drink maybe. Then again

On Thu, 1 Nov 2018 at 09:52, Kevdagoat notifications@github.com wrote:

It's an Australian thing :)

Ahh is that your excuse...

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Ansuel/tch-nginx-gui/issues/326#issuecomment-434880685, or mute the thread https://github.com/notifications/unsubscribe-auth/AqR-0vI-Lmzd9mR0cTH3Zo3Em8GwhsRzks5uqjCkgaJpZM4YDyL3 .

kevdagoat commented 5 years ago

Or maybe they are too sensible :)

Sent from Mail for Windows 10

From: scotty03 Sent: Thursday, November 1, 2018 7:46 AM To: Ansuel/tch-nginx-gui Cc: Kevdagoat; Author Subject: Re: [Ansuel/tch-nginx-gui] Telnet TG799 (#326)

Young boys never quite get Aussie humour but you will one day i promise. Once you are old enough to drink maybe. Then again

On Thu, 1 Nov 2018 at 09:52, Kevdagoat notifications@github.com wrote:

It's an Australian thing :)

Ahh is that your excuse...

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Ansuel/tch-nginx-gui/issues/326#issuecomment-434880685, or mute the thread https://github.com/notifications/unsubscribe-auth/AqR-0vI-Lmzd9mR0cTH3Zo3Em8GwhsRzks5uqjCkgaJpZM4YDyL3 .

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

kevdagoat commented 5 years ago

just to confirm telnetd is a link to busybox right? Yep

scotty03 commented 5 years ago

The install script needs to be modified to this and the files renamed just look at the script for names however telnetd needs to be copied first then renamed either manually or you can fix the script to do it automatically as long as it is done before the symlinks and permissions are run.

I just copy & paste and don't run the script but I am not very good at this code and will leave that to those who can.

echo 'INSTALLING TELNET FILES' cp busybox_telnet /bin/ cp telnetd /etc/init.d/ - this file needs to be renamed telnet cp telnet /etc/config/

echo 'CREATING SYMLINKS' ln -sf /bin/busybox_telnet /usr/sbin/telnet ln -sf /etc/init.d/telnet /etc/rc.d/S50telnet

echo 'FIXING PERMISSIONS' chown root: /bin/busybox_telnet chmod a+x /bin/busybox_telnet chown root: /etc/init.d/telnet chmod 755 /etc/init.d/telnet chown root: /etc/config/telnet chmod a+x /etc/config/telnet

echo ' ' echo 'TELNET SERVICE INSTALLED' echo ' ' echo 'Type /etc/init.d/telnet start'

At this point telnet will be in the system extras card and you can enable & disable from there.

Ansuel commented 5 years ago

next version will have telnet installed on tg789 and 799

scotty03 commented 5 years ago

Just explaining in case he wants to update now manually. Will be good when in GUI as standard

On Thu, 1 Nov 2018 at 11:57, Ansuel Smith notifications@github.com wrote:

next version will have telnet installed on tg789 and 799

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Ansuel/tch-nginx-gui/issues/326#issuecomment-434900727, or mute the thread https://github.com/notifications/unsubscribe-auth/AqR-0kuMIWYeKLdC2L-A2eEGbK1GK9xqks5uqk3zgaJpZM4YDyL3 .

flywire commented 5 years ago

... strikes again this time with suse10's telnet script

trawling through posts to integrate features seems worthwhile to me.

Ansuel commented 5 years ago

added tell me if it does work