• The forum software that supports hummy.tv has been upgraded to XenForo 2.3!

    Please bear with us as we continue to tweak things, and feel free to post any questions, issues or suggestions in the upgrade thread.

Can't start webif

shevek

Member
I've just installed the mod firmware and tried to install webif but it failed - this is the output from telnet:

humax# opkg install webif
Installing webif (0.6.8-3) to root...
Downloading http://hummypkg.org.uk/hdrfoxt2/base/webif_0.6.8-3_mipsel.opk.
package webif suggests installing ffmpeg
package webif suggests installing webif-iphone
Installing mongoose (3.0-2) to root...
Downloading http://hummypkg.org.uk/hdrfoxt2/base/mongoose_3.0-2_mipsel.opk.
Installing jim (0.71-1) to root...
Downloading http://hummypkg.org.uk/hdrfoxt2/base/jim_0.71-1_mipsel.opk.
Installing jim-sqlite3 (0.71-1) to root...
Downloading http://hummypkg.org.uk/hdrfoxt2/base/jim-sqlite3_0.71-1_mipsel.opk.
Installing sqlite3 (3.7.6) to root...
Downloading http://hummypkg.org.uk/hdrfoxt2/base/sqlite3_3.7.6_mipsel.opk.
Installing jim-cgi (0.4) to root...
Downloading http://hummypkg.org.uk/hdrfoxt2/base/jim-cgi_0.4_mipsel.opk.
Installing jim-oo (0.71) to root...
Downloading http://hummypkg.org.uk/hdrfoxt2/base/jim-oo_0.71_mipsel.opk.
Installing jim-pack (0.71) to root...
Downloading http://hummypkg.org.uk/hdrfoxt2/base/jim-pack_0.71_mipsel.opk.
Installing service-control (1.0) to root...
Downloading http://hummypkg.org.uk/hdrfoxt2/base/service-control_1.0_mipsel.opk.
Installing lsof (4.82) to root...
Downloading http://hummypkg.org.uk/hdrfoxt2/base/lsof_4.82_mipsel.opk.
Installing epg (1.0.3) to root...
Downloading http://hummypkg.org.uk/hdrfoxt2/base/epg_1.0.3_mipsel.opk.
Installing ssmtp (2.64) to root...
Downloading http://hummypkg.org.uk/hdrfoxt2/base/ssmtp_2.64_mipsel.opk.
Configuring sqlite3.
Configuring mongoose.
Configuring lsof.
Configuring ssmtp.
Configuring jim.
Configuring jim-sqlite3.
Configuring jim-cgi.
Configuring jim-oo.
Configuring jim-pack.
Configuring service-control.
Configuring epg.
Configuring webif.
Loading config file /mod/etc/mongoose.conf
Failed to start Mongoose. Maybe some options are assigned bad values?
Try to run with '-e error_log.txt' and check error_log.txt for more information.

Any ideas?

I'm not sure which command to use "-e error_log.txt" against.
 
You are probably still running the bootstrap daemon. Kill it and start mongoose by hand:

Code:
humax# pkill bootstrapd
humax# service start mongoose

Edit: or reboot : )
 
Back
Top