Ansuel / tch-nginx-gui

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

Assenza/impossibilità di accedere al router in telnet dopo aggiornamento Firmware/GUI #741

Closed giulio63 closed 4 years ago

giulio63 commented 4 years ago

Device Model: DGA4132 Gui Version: 9.3.26 Firmware : AGTHP_2.1.0

Description of problem:

Dopo aver aggiornato all'ultima versione disponibile di Firmware/GUI , nella tab "Funzioni extra di sistema" non è più presente la possibilità di abilitare telnet e nè risultava già abilitato mentre SSH si

Ho provato ad installarlo manualmente con questi comandi :

wget -P /tmp http://repository.ilpuntotecnico.com/files/Ansuel/AGTEF/modular/telnet_support-specificDGA.tar.bz2

bzcat /tmp/telnet_support-specificDGA.tar.bz2 | tar -C / -xvf - ln -s /bin/busybox_telnet /usr/sbin/telnetd cp /etc/config/telnet_orig /etc/config/telnet

inserito/modificato option enable '1' nel file /etc/config/telnet

ed attivato il servizio Telnet con i comandi :

/etc/init.d/telnet enable /etc/init.d/telnet start

Alla fine di queste attività, nella GUI è comparsa nuovamente la sezione per attivare il Telnet ed ho verificato che anche il file di configurazione avesse l'opzione impostata ad "1" ma l'accesso tramite Telnet continua a non essere abilitato.

nutterthanos commented 4 years ago

Did the telnet server crash? check with ps. Edit: Does /usr/sbin/telnetd even exist on your gateway? Italian Translation: Il server Telnet si è bloccato? verificare con ps. Modifica: /usr/sbin/telnetd esiste anche sul tuo gateway?

giulio63 commented 4 years ago

con ps non risulta attivo il processo del telnet. il file /usr/sbin/telnetd esiste ed in /bin è presente busybox_telnet nel file di log della gui non ho messaggi di errore . Non so se solo io ho questi problemi con gli ultimi aggiornamenti

nutterthanos commented 4 years ago

Yep I would try using strace /etc/init.d/telnet enable and strace /etc/init.d/telnet enable to see what happens?

giulio63 commented 4 years ago

Yes, I've already tried many times, but in the forum answer that with the last firmware the extensions are not more supported and strange thing for me that also Telnet it's an extension !!! but SSH works p.s. : what firmware/gui you've now ? Pherpaps I must downgrade to 2.0.1. firmware

nutterthanos commented 4 years ago

Why did you close it eg new update fixed it?

giulio63 commented 4 years ago

now I'm with the latest beta release of firmware; the AGTHP_2.2.0_001 and Ansuel now works to have again the support for estensions with this version. at moment not works yet with my router, I hope that very soon will be fully supported

giulio63 commented 4 years ago

anche con le ultime versioni della Gui Dev 3.3.40 il problema rimane sia per il telnet che per le altre estensioni