Miguel, your log archive does not contain a boxee log.
Please attach a Debug log to this issue.
Settings > System > Debug > Debug Level = Debug
ReStart Boxee, and after reproducing the problem, get the log and attach it to this issue.
Boxee Box log may be found at
http://Your_boxee_box_IP:8080/ click on the "Get latest " link.
more information at
http://support.boxee.tv/entries/329278-i-ve-been-asked-by-boxee-support-to-send-debug-logs-how-do-i-do-that
http://support.boxee.tv/entries/43963-i-ve-been-asked-by-boxee-support-to-send-debug-logs-how-do-i-do-that
DEBUG log slows down the performance. so afterward, switch the log level back to NONE
in case of a hang there is no access to the box through port 8080
To get a log for a hang situation, configure boxee to send the logs to a syslog server.
Boxee will send every log line to the syslog server and when the hang occurs, we will be able to see the last log lines at the syslog.
* Windows: Open source SysLog daemon for windows
http://www.aonaware.com/syslog.htm
* Mac OSX: To enable your OSX system to receive network syslog submissions edit:
edit /System/Library/LaunchDaemons/com.apple.syslogd.plist
Uncomment the paragraph commented:
<!--
Un-comment the following lines to enable the network syslog protocol listener.
-->
<key>NetworkListener</key>
<dict>
<key>SockServiceName</key>
<string>syslog</string>
<key>SockType</key>
<string>dgram</string>
</dict>
Then execute the following commands:
sudo launchctl unload /System/Library/LaunchDaemons/com.apple.syslogd.plist
sudo launchctl load /System/Library/LaunchDaemons/com.apple.syslogd.plist
If you have firewall enabled make sure to allow the traffic for UDP 514
Please attach a Debug log to this issue.
Settings > System > Debug > Debug Level = Debug
ReStart Boxee, and after reproducing the problem, get the log and attach it to this issue.
Boxee Box log may be found at http://Your_boxee_box_IP:8080/ click on the "Get latest " link.
more information at
http://support.boxee.tv/entries/329278-i-ve-been-asked-by-boxee-support-to-send-debug-logs-how-do-i-do-that
http://support.boxee.tv/entries/43963-i-ve-been-asked-by-boxee-support-to-send-debug-logs-how-do-i-do-that
DEBUG log slows down the performance. so afterward, switch the log level back to NONE
in case of a hang there is no access to the box through port 8080
To get a log for a hang situation, configure boxee to send the logs to a syslog server.
Boxee will send every log line to the syslog server and when the hang occurs, we will be able to see the last log lines at the syslog.
* Windows: Open source SysLog daemon for windows
http://www.aonaware.com/syslog.htm
* Mac OSX: To enable your OSX system to receive network syslog submissions edit:
edit /System/Library/LaunchDaemons/com.apple.syslogd.plist
Uncomment the paragraph commented:
<!--
Un-comment the following lines to enable the network syslog protocol listener.
-->
<key>NetworkListener</key>
<dict>
<key>SockServiceName</key>
<string>syslog</string>
<key>SockType</key>
<string>dgram</string>
</dict>
Then execute the following commands:
sudo launchctl unload /System/Library/LaunchDaemons/com.apple.syslogd.plist
sudo launchctl load /System/Library/LaunchDaemons/com.apple.syslogd.plist
If you have firewall enabled make sure to allow the traffic for UDP 514