First, congratulations for your work, sagrath. I'm sure this is going to be the media server for my PS3, if only I could make it work...
Well, this is my problem. I hope someone help me with some advice. I run a Debian Lenny, with a custom kernel for my system. My PS3 and my PC are in the same subnet: the PS3 has the IP 192.168.1.33 and the PC 192.168.1.34, both with 255.255.255.0 mask. I can ping succesfully the PS3 from the PC.
When I run PSM, the GUI appears and in the console I only see this exception:
- Code: Select all
[main] TRACE 20:50:34.067 Class not found: javax/swing/GroupLayout$Group
Exception in thread "main" java.lang.NoClassDefFoundError: java/awt/SystemTray
at net.pms.util.PMSUtil.addSystemTray(PMSUtil.java:39)
at net.pms.newgui.LooksFrame.<init>(LooksFrame.java:198)
at net.pms.PMS.init(PMS.java:277)
at net.pms.PMS.get(PMS.java:867)
at net.pms.PMS.main(PMS.java:927)
When I search multimedia servers from the XMB, there is no connection, nor trace in the PSM GUI label. If I do a tcpdump, this is the only traffic I see with the PS3:
- Code: Select all
balrog:/home/jrrodrigo# tcpdump -i eth1 host 192.168.1.33
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth1, link-type EN10MB (Ethernet), capture size 96 bytes
18:27:19.004235 IP 192.168.1.33.62586 > 239.255.255.250.1900: UDP, length 223
18:27:19.101545 IP 192.168.1.33.62586 > 239.255.255.250.1900: UDP, length 223
18:27:19.202721 IP 192.168.1.33.62586 > 239.255.255.250.1900: UDP, length 223
18:39:28.920274 IP 192.168.1.33 > 239.255.255.250: igmp leave 239.255.255.250
18:39:28.921465 IP 192.168.1.33 > 239.255.255.250: igmp v2 report 239.255.255.250
eth1 is the only interface of the PC.
I can't see the 5001 port listening with netstat:
- Code: Select all
balrog:/home/jrrodrigo# netstat -na
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:113 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:820 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:31416 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:37435 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:41981 0.0.0.0:* LISTEN
udp 0 0 0.0.0.0:34482 0.0.0.0:*
udp 0 0 0.0.0.0:833 0.0.0.0:*
udp 0 0 0.0.0.0:68 0.0.0.0:*
udp 0 0 0.0.0.0:54742 0.0.0.0:*
udp 0 0 0.0.0.0:5353 0.0.0.0:*
udp 0 0 0.0.0.0:111 0.0.0.0:*
udp 0 0 0.0.0.0:631 0.0.0.0:*
udp 0 0 192.168.1.34:123 0.0.0.0:*
udp 0 0 127.0.0.1:123 0.0.0.0:*
udp 0 0 0.0.0.0:123 0.0.0.0:*
So, well, there is something I am not doing well. Could it be some option I didn't enabled in the custom kernel?
Thank you....
