[webif] Web interface

"no such file or directory"

I did an ls /mod/etc and there were a few things, including mongoose.conf.
 
Ah. That's the problem then, your authentication database is missing.

Try this:

Code:
humax# /mod/sbin/mongoose -A /mod/etc/htpasswd webif admin test

which will create a user called 'admin' with password 'test' (quotes are mine).
Hopefully that will allow you to start the interface again with 'service start mongoose' after which you can remove authentication or change the username/password via the settings screen.
 
Sorry to break it to you, but the copied files still all show the SD flag!
They have been copied to an NTFS drive, if that's of any interest.

It has taken me a while to get around to it, but the hmt utility will now work with files on an NTFS formatted disk, so HD files will properly show as HD and other features will now work.
 
They do! :thumbsup:

Next nit-pick: the external drives appear as directories under "Media" (I know that's where they are mounted), and the OPT+ button offers the option to delete them!
 
First of all loads of thanks to all who have been developing this!

I am having problem with the browse media section, I cannot get any of the buttons to work anymore using latest version and I use auto-update.
I have tried removing webif and re-instaling

I thought it might have been the user permissions as per the previous set of posts as the command to show the users returned no such file. I added user using the command you showed which now shows the user but it has made no difference.

The mongoose error log is showing multiple entries as below:
GET /images/345_2_14_ST_HDD_26.png: Error 404: Not Found

Webpage script error shows:
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB7.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Timestamp: Mon, 12 Dec 2011 09:00:45 UTC

Message: Expected identifier, string or number
Line: 351
Char: 3
Code: 0
URI: http://humax/cgi-bin/browse/browse.js

Many thanks in anticipation.
Regards
Chapelhill
 
Message: Expected identifier, string or number
Line: 351
Char: 3
Code: 0

Thanks - it's a bug in that file that only shows up with IE. I'll update the package this evening to fix it - another browser will work fine in the meantime if you can't wait.
 
Hi, I have checked using Firefox and the webif browsing of media files works fine, no rush to fix for explorer and many thanks for the prompt reply.
 
From modinit.log:

Code:
Anacron 2.3 started on 2011-12-12
anacron: Invalid syntax in /mod/etc/anacrontab on line 5 - skipping this line
Normal exit (0 jobs run)

# cat /mod/etc/anacrontab
SHELL=/bin/sh
PATH=/mod/bin:/mod/usr/bin:/mod/bin/busybox:/bin:/sbin
LD_LIBRARY_PATH=/mod/lib:/lib:/usr/lib
# format: period delay job-identifier command
1 30 /mod/var/mongoose/cgi-bin/backup/backup.jim
Probably missing the job-identifier
 
I have updated to version 0.8.6 and notice that I can no longer see the contents of my [ ] No-Flatten folders, all I get is the following error.

Code:
Error 404: Not Found
File not found
 
Webif 0.8.4
  • OPT+ for directories (rename/delete);
  • Automatic daily schedule backups with last 7 days kept;
  • Updated channel icons.

Thanks af123 - having just lost my schedule on a retune and forgetting to back it up bullet 2 is definitely the one for me!!
 
Oops! I can't see any of my videos in Webif/browse media files. :(
What None of them? I can see all of mine except for the ones in my no-flatten folders.
Do you get an error message when you try to select Browse Media Files?
 
Back
Top