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

Luci install on TG800 #994

Closed nerfherder closed 3 years ago

nerfherder commented 4 years ago

Device Model: TG800 Gui Version: 9.5.98

Description of problem:

Can't install Luci from GUI, appears to be an issues with opkg feeds.

Annotation 2020-08-18 154136

FrancYescO commented 4 years ago

does /etc/opkg.conf contains feeds?

nerfherder commented 4 years ago

No, only contains the following

dest root / dest ram /tmp lists_dir ext /var/opkg-lists option overlay_root /overlay

FrancYescO commented 4 years ago

try with 9.5.99 if feeds are setted

nerfherder commented 4 years ago

Those feeds fail

image

FrancYescO commented 4 years ago

issue these commands than reinstall or try an opkg update

curl https://raw.githubusercontent.com/Ansuel/tch-nginx-gui/master/decompressed/upgrade-pack-specificDGA/tmp/3.4_ipk/wget_1.17.1-1_brcm63xx-tch.ipk -o /tmp/w.ipk
opkg install /tmp/w.ipk
nerfherder commented 4 years ago

The install appeared to run smoothly, but there is no response at 10.0.0.138:9080

I ran uhttpd -f -h /www_luci -p 8090 to test but it failed with

uhttpd: can't resolve symbol 'uloop_run_timeout'

Also ran uhttpd start and it failed with

Error: No sockets bound, unable to continue

FrancYescO commented 4 years ago

idk how to go over on it especially without the device, but try to do a factory reset (the first reset will not remove root) than install directly the 9.6.0 version of tch-nginx-gui than retry luci install (this time wget should be installed automatically if the modem is connected to internet)

nerfherder commented 4 years ago

Finally got a chance to do this - my vdsl line went down on Thursday so have had no internet access.

Still have the same error, will do some research into uhttpd and see what might be causing it.

I did find this past issue on the https://github.com/Ansuel/tch-nginx-gui/issues/243 DGA modems which appears to be the same problem - not sure what the solution ended up being.

FrancYescO commented 3 years ago

could you check with latest dev version?

FrancYescO commented 3 years ago

Closing as it should be fixed.

nerfherder commented 3 years ago

I'm away from home for the next week. I'll test when I get home, hopefully all works properly now

nerfherder commented 3 years ago

I can confirm this is now working