Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
P1
-
Resolution: Duplicate
-
Fix Version/s: None
-
Component/s: Stability and Reliability
-
Labels:None
-
Severity:Critical
-
Version:1.1.1.19092
-
Operating System:Boxee Box
-
Number of attachments:
Description
Whenever I press identify for a file the box hangs. It doesn't matter if it is from within either shows, movies or from the unidentified files list.
Issue Links
- is related to
-
BOXEE-9623
Takes forever connecting when using a specific router
-
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