On 10/27/2009 10:46 AM, Michiel van Es wrote:
self._read(self.BLOCK_SIZE)\nerror: (104, \'Connection reset by peer\')\n',)
Maybe run a tcpdump and see what is happening?

15:43:56.626250 IP (tos 0x0, ttl  64, id 0, offset 0, flags [DF], proto:
TCP (6), length: 60) 10.101.0.26.5222>  10.101.0.26.43390: S, cksum

r...@devmx01 ~]# netstat -an | grep 5222
tcp        0      0 0.0.0.0:5222                0.0.0.0:*
     LISTEN
tcp        0      0 10.101.0.26:5222            172.22.0.104:39143
     SYN_RECV
tcp        0      0 10.101.0.26:5222            172.23.3.24:59154
     SYN_RECV

Something is Terribly Wrong(tm) with your networking, I think... check `ifconfig -a' and `route' and `iptables -vnL' and anything else you can think of... `ping 10.101.0.26' ? Have you tried restarting (the computer or the network via `service network restart')? `cat /etc/hosts' etc... maybe stop jabberd, isolate the computer (it looks like you have a lot of incoming traffic?), and then try to fix it locally before letting other clients connect?

What a confusing problem!

Josh

_______________________________________________
Spacewalk-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/spacewalk-list

Reply via email to