Broken WebIF

Thanks, I'll try that on Saturday.

Davey.

And this is the result:

/-------------------------\
| T E L N E T M E N U |
\-------------------------/

[ Humax HDR-Fox T2 (humax) 1.03.12/3.13 ]

maint - Restart into maintenance mode.
safe - Enable safe mode on next boot.
rma - Enable return-to-manufacturer (RMA) mode.
reset - Reset custom firmware environment.
upgrade - Upgrade all installed packages.
passwd - Remove web interface password.
fixweb - Re-install web interface.
stat - Show current activity.
x - Exit and close connection.
reboot - Reboot the Humax.
diag - Run a diagnostic.
cli - System command line (advanced users).

Please select option: diag

Enter the diagnostic name (or press return to cancel): ssl/fix
Are you sure you wish to run diagnostic 'ssl/fix'? [Y/N] y
Running: ssl/fix
wget: can't load library 'libssl.so.1.1'

Press return to continue:

Back to square one, it seems.

Davey.
 
Select the "cli" option from the menu, and paste these commands in at the humax# prompt:
ls -l /mod/lib/libssl*
ls -l /mod/lib/libcrypto*
then
/bin/wget -O /mod/lib/libssl.so.1.1 http://hpkg.tv/diag/ssl/libssl.so.1.1

"exit" gets you back to the menu.
 
fix-flash-packages, as its name suggests, only repairs things which have at least one component in flash. It is not a universal fixer for all packages.
I would suggest that the majority of packages do not have anything in flash.

It is even more intriguing in that case, that on both boxes the same packages became uninstalled (eg ir, sysmon, sweeper) or installed but not functioning (eg redring, tempmon, thumbnails).

The wiping of a particular section of flash on each box seems more likely than HDD corruption affecting the same functions but on random parts of the partitions.


Sent from my iPad using Tapatalk
 
Select the "cli" option from the menu, and paste these commands in at the humax# prompt:
ls -l /mod/lib/libssl*
ls -l /mod/lib/libcrypto*
then
/bin/wget -O /mod/lib/libssl.so.1.1 http://hpkg.tv/diag/ssl/libssl.so.1.1

"exit" gets you back to the menu.

Thanks for that. In fact, I am here to report that it has got fixed already:
-After booting this morning, there was no change, so I decided to try upgrading all packages. Webif was not in the list that it upgraded.
-I rebooted, and lo and behold!, I had web access! But...
-Although I was able to see the Humax via my browser, I could not get access directly using the Menu to the channel update page, it was greyed out, and after the recent MUX changes, I wanted to do this update.
-Another reboot fixed this, however, so all is now good.

Many thanks for the help.

Davey.
 
Scenario: HD Fox stuck at HUMAX splash (don't ask); System Flush.

diag fix-flash-packages gave the error opkg_download_pkg: Package webif is not available from any configured src..

Webif now showed a file listing.

The commands from post #66, stripping opkg's cached status for webif, reinstalled it correctly.

Then a few errors still remained when running diag fix-flash-packages, particularly opkg-beta:
Code:
humax# diag fix-flash-packages
`boot/2' and `/var/lib/humaxtv/mod/2' are the same file
...[and a few more same files]...
`boot/xinit.d' and `/var/lib/humaxtv/mod/xinit.d' are the same file
umount: can't umount /etc/opkg: Invalid argument

Running: fix-flash-packages
[successes ...
Re-installing boot-settings
...
Re-installing crashdiag
...
Re-installing dbupdate
...
Re-installing disable-ota
...
Re-installing ir
...
Re-installing multienv
...
Re-installing new-portal
...
* Repairing /mod/boot
...
Re-installing nugget
...]
Re-installing opkg-beta
Removing package opkg-beta from root...
You can force removal of packages with failed prerm scripts with the option: 
        --force-remove
No packages removed.
Package opkg-beta (1.1) installed in root is up to date.
Collected errors:
 * pkg_run_script: package "opkg-beta" prerm script returned status 1.
 * opkg_remove_pkg: not removing package "opkg-beta", prerm script failed
Downloading http://hpkg.tv/hdrfoxt2/base/Packages.gz.
Inflating http://hpkg.tv/hdrfoxt2/base/Packages.gz.
Updated list of available packages in /mod/var/opkg/base.
[Succeeding again ...
Re-installing rsvsync
...
Re-installing tmenu
...
Re-installing tunefix
...
Re-installing tweak
...
Re-installing virtual-disk2
...]
Re-installing webif
Removing package webif from root...
Not deleting modified conffile /mod/webif/html/favicon.ico.
Installing webif (1.4.8-8) to root...
Downloading http://hpkg.tv/hdrfoxt2/base/webif_1.4.8-8_mipsel.opk.
Queue database is up-to-date.
Configuring webif.
Collected errors:
 * file_md5sum_alloc: Failed to open file /mod/webif/html/favicon.ico: No such file or directory.
Downloading http://hpkg.tv/hdrfoxt2/base/Packages.gz.
Inflating http://hpkg.tv/hdrfoxt2/base/Packages.gz.
Updated list of available packages in /mod/var/opkg/base.
 
Back
Top