Difference between revisions of "Diagnostic Utilities"

From hummy.tv Wiki
Jump to: navigation, search
Line 8: Line 8:
  
 
<span style="background:#FFFF00">rm /mod/boot/debugtv </span> <span style="color:#FFFFFF"> HIDE </span> Turn logging off
 
<span style="background:#FFFF00">rm /mod/boot/debugtv </span> <span style="color:#FFFFFF"> HIDE </span> Turn logging off
 +
 +
To view the log file via the WebIf, Click on Diagstics from the Main Menu and then click on Logfile >> humaxtv.log
  
 
<pre>
 
<pre>
Example code here
+
humax# cd /var/log
 +
humax# cat humaxtv.log
 +
-------------------------------------
 +
Initialising Dustbin v1.0
 +
Dustbin debug: 0
 +
Dustbin media root: /mnt/hd2/My Video/
 +
Dustbin path: /mnt/hd2/My Video/[Deleted]
 +
-------------------------------------
 +
route: SIOCADDRT: File exists
 +
DRV_DSC_Init_Begin
 +
SIOCDELRT failed , ret->-1
 +
OCON | initialising controller
 +
Restore reminders from file failed
 +
Persist reminders to file failed
 +
 
 +
GALIO STARTING
 +
./humaxtv --alt-config /usr/browser/config-ocontroller-si-rootfs.txt --config /var/lib/humaxtv/galio-config.txt
 +
User opts: None
 +
IP Address List: 10.0.0.200
 +
mxDLNA [DLNA DMS DmsRunThread] Start (PID:166  TID:1067660496).......
 +
[mxDlnaFileScanner_create] +++++
 +
[mxDlnaFileScanner_addDirectory] SEARCH_LIST_PATH_EXACT_MATCHED
 +
[mxDlnaFileScanner_create] -----
 +
[mxDlnaFileScanner_addDirectory] SEARCH_LIST_PATH_EXACT_MATCHED
 +
[mxDlnaFileScanner_addDirectory] SEARCH_LIST_PATH_EXACT_MATCHED
 +
[mxDlnaFileScanner_addDirectory] SEARCH_LIST_PATH_EXACT_MATCHED
 +
[ifss_start] +++++
 +
humax#
 
</pre>
 
</pre>

Revision as of 22:37, 6 February 2012

THIS PAGE IS UNDER CONSTRUCTION

humaxtv.log

This is a general events log file that resides in /var/log/humaxtv.log, It is not generated from default

touch /mod/boot/debugtv HIDE Turn logging on

rm /mod/boot/debugtv HIDE Turn logging off

To view the log file via the WebIf, Click on Diagstics from the Main Menu and then click on Logfile >> humaxtv.log

humax# cd /var/log
humax# cat humaxtv.log
-------------------------------------
Initialising Dustbin v1.0
Dustbin debug: 0
Dustbin media root: /mnt/hd2/My Video/
Dustbin path: /mnt/hd2/My Video/[Deleted]
-------------------------------------
route: SIOCADDRT: File exists
DRV_DSC_Init_Begin
SIOCDELRT failed , ret->-1
OCON | initialising controller
Restore reminders from file failed
Persist reminders to file failed

GALIO STARTING
./humaxtv --alt-config /usr/browser/config-ocontroller-si-rootfs.txt --config /var/lib/humaxtv/galio-config.txt
User opts: None
IP Address List: 10.0.0.200
mxDLNA [DLNA DMS DmsRunThread] Start (PID:166   TID:1067660496).......
[mxDlnaFileScanner_create] +++++
[mxDlnaFileScanner_addDirectory] SEARCH_LIST_PATH_EXACT_MATCHED
[mxDlnaFileScanner_create] -----
[mxDlnaFileScanner_addDirectory] SEARCH_LIST_PATH_EXACT_MATCHED
[mxDlnaFileScanner_addDirectory] SEARCH_LIST_PATH_EXACT_MATCHED
[mxDlnaFileScanner_addDirectory] SEARCH_LIST_PATH_EXACT_MATCHED
[ifss_start] +++++
humax#