Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG ONLINE GUI UPGRADE <= 9.5.38 #921

Open
Ansuel opened this issue Apr 4, 2020 · 25 comments
Open

BUG ONLINE GUI UPGRADE <= 9.5.38 #921

Ansuel opened this issue Apr 4, 2020 · 25 comments

Comments

@Ansuel
Copy link
Owner

Ansuel commented Apr 4, 2020

There is a bug in all the gui that cause the fail of the online upgrade.
To fix this use the command used to install the gui.
Bug is alreasy solved in the most recent version.

C'è in bug in tutte le gui che causa il fallimento dell'upgrade online.
Per correggere ciò, usare il comando per installare la gui la prima volta. riportato anche di seguito
Il bug è stato già risolto nelle versioni attuali

curl -k https://raw.githubusercontent.com/Ansuel/gui-dev-build-auto/master/GUI.tar.bz2 --output /tmp/GUI.tar.bz2
bzcat /tmp/GUI.tar.bz2 | tar -C / -xvf - && /etc/init.d/rootdevice debug
@Ansuel Ansuel added the bug label Apr 4, 2020
@Ansuel Ansuel pinned this issue Apr 4, 2020
@dga4130-renato
Copy link

Dalla gui offline dice aggiornamento fallito

@yhcim86
Copy link

yhcim86 commented Apr 4, 2020

Anche io ho provato tramite upgrade offline dalla gui, scaricando il pacchetto dalla crono storia delle versioni qui su Git Hub, ma non mi si è aggiornato e sono ritornato alla versione Versione GUI 9.5.35-61d88f23 su canale sviluppatore con dispositivo AGTEF Provider TIM
versione firmware modem 2.2.0
Chiedo Aiuto e spiegazioni

@dga4130-renato
Copy link

dga4130-renato commented Apr 4, 2020

ssh direttamente nel router 192.168.x.1 -l root password root
cd /tmp

per versione stabile:
wget https://github.com/Ansuel/gui-dev-build-auto/raw/master/GUI.tar.bz2
bzcat /tmp/GUI.tar.bz2 | tar -C / -xvf - && /etc/init.d/rootdevice force

per versione dev:
wget https://github.com/Ansuel/gui-dev-build-auto/raw/master/GUI_dev.tar.bz2
bzcat /tmp/GUI_dev.tar.bz2 | tar -C / -xvf - && /etc/init.d/rootdevice force

@FrancYescO
Copy link
Collaborator

@dga4130-renato avevi come branch stable o dev? dopo che ti ha dato aggiornamento fallito la GUI è rimasta funzionante?

@brusarp
Copy link

brusarp commented Apr 5, 2020

Anche a me, nè aggiornamento automatico da GUI nè con "upgradegui" da SSH. Con entrambi i casi la GUI è rimasta funzionante.
Dando i comandi "manuali" come scritto da @dga4130-renato GUI aggiornata e tutto ok. Partivo dall'ultima Stable (PS: appare "invalid ISP". Può essere che sia perchè sono collegato in FTTH?)

@FrancYescO
Copy link
Collaborator

dove ti appare invalid ISP? se durante l'installazione posta il log completo, magari apri una issue apposita

@brusarp
Copy link

brusarp commented Apr 5, 2020

@FrancYescO al termine dell'esecuzione dello script... però mi sembra che tutto funzioni regolarmente. Devo usare un comando esatto per il log? Con quale andate meglio?

@FrancYescO
Copy link
Collaborator

/etc/init.d/rootdevice debug ma immagino di aver capito a cosa ti riferisci, è un messaggio di debug che indica che la GUI non riconosce la configurazione che hai fatto per farla funzionare con il tuo ISP nulla di preoccupante, se vuoi apri una issue apposita spiegando come l'hai configurato.

@brusarp
Copy link

brusarp commented Apr 5, 2020

è che non saprei a cosa fare riferimento nella issue... non mi pare di aver configurato nulla a parte, ripeto, il fatto di essere in FTTH... ma credo che siamo troppo OT... se dite provo ad aprire l'issue comunque

@FrancYescO
Copy link
Collaborator

in FTTH con TIM? scrivi il risultato di quel comando nella issue insieme alle versioni, se serve altro continuiamo lì.

@Anach
Copy link

Anach commented Apr 6, 2020

Automatic nightly update works fine, but manual update via GUI doesn't.

@FrancYescO
Copy link
Collaborator

That's strange, the nightly update do the same things as the standard online update, the offline one got fixed in dev

@Anach
Copy link

Anach commented Apr 6, 2020

That's strange, the nightly update do the same things as the standard online update, the offline one got fixed in dev

It kept saying the file was corrupted during download, whenever I tried to manual update, but it would work if I left it to do it overnight. I can't recall exactly what it said, as I ended up doing the update manually through putty. I won't know if it's fixed until I get the next update.

@FrancYescO
Copy link
Collaborator

FrancYescO commented Apr 6, 2020

I ended up doing the update manually through putty.

ok so you have done it manually not from the daily scheduled autoupgrade (only the check works) that unfortunately is also broken

@hundsboog
Copy link

ssh direttamente nel router 192.168.x.1 -l root password root
cd /tmp

per versione stabile:
wget https://github.com/Ansuel/gui-dev-build-auto/raw/master/GUI.tar.bz2
bzcat /tmp/GUI.tar.bz2 | tar -C / -xvf - && /etc/init.d/rootdevice force

per versione dev:
wget https://github.com/Ansuel/gui-dev-build-auto/raw/master/GUI_dev.tar.bz2
bzcat /tmp/GUI_dev.tar.bz2 | tar -C / -xvf - && /etc/init.d/rootdevice force

Thanks, that worked!

@drakengard780
Copy link

ciao a tutti tramite ssh mi rilascia questo:

root@modemtim:/tmp# wget: can't execute 'openssl': No such file or directory

wget: error getting response: Connection reset by peer
root@modemtim:/tmp#

@FrancYescO
Copy link
Collaborator

FrancYescO commented Apr 27, 2020

@drakengard780 si ma non c'entra niente con questa issue ne con la risoluzione indicata in alto, usa i comandi nel post di ansuel.

@drakengard780
Copy link

come no? io sto cercando di aggiornare la gui , e ho applicato la stringa suggerita per poter aggiornare.
Se non mi permette di scaricare il pacchetto e di fare quindi l ' aggiornamento mi dici come fare per aggiornarla?

@FrancYescO
Copy link
Collaborator

la stringa suggerita non prevede l'uso di wget, non so dove stai vedendo..

@drakengard780
Copy link

ssh direttamente nel router 192.168.x.1 -l root password root
cd /tmp

per versione stabile:
wget https://github.com/Ansuel/gui-dev-build-auto/raw/master/GUI.tar.bz2
bzcat /tmp/GUI.tar.bz2 | tar -C / -xvf - && /etc/init.d/rootdevice force

per versione dev:
wget https://github.com/Ansuel/gui-dev-build-auto/raw/master/GUI_dev.tar.bz2
bzcat /tmp/GUI_dev.tar.bz2 | tar -C / -xvf - && /etc/init.d/rootdevice force

eccola

@FrancYescO
Copy link
Collaborator

usa quella del primo messaggio.

@drakengard780
Copy link

ok andato ti ringrazio

@1001kenny
Copy link

Provato ad aggiornare dalla 9.5.17-5b723682 alla 9.5.38 usando Putty ma mi da errore al comando:
bzcat: invalid magic
rstghdrhdrh

@FrancYescO
Copy link
Collaborator

riprova, pare semplicemente un download corrotto

@1001kenny
Copy link

provato diverse volte, alla fine ho risolto usando winSCP per inserire manualmente la nuova GUI nella cartella tmp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

9 participants