Red Hat Summer Internship Job: Python Web Programming

2007-05-08 Thread Warren Togami
http://wtogami.livejournal.com/16659.html Red Hat Summer Internship Job: Python Web Programming ___ Fedora-infrastructure-list mailing list Fedora-infrastructure-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list

Xen and network issues.

2007-05-08 Thread Mike McGrath
We've got issues. Many of our xen guests are experiencing tcp checksum corruption. Research on the net suggests ethtool -K eth0 tx off will fix the issue but it hasn't in our case. I've tried the koji guest on many physical hosts, same issue. It's been on two FC6 dom0 hosts and a RHEL5 dom0

Re: Xen and network issues.

2007-05-08 Thread Matthew Galgoci
> I've contacted some internal xen developers, some guys in ##xen on freenode > and the Fedora-xen list. Anyone who is able I'd encourage you to take a look > as well. Simple test: > > "tcpdump -vvv | grep incomplete" > > You'll see: > 06:34:20.135530 IP (tos 0x0, ttl 64, id 39370, offset 0, fla

Re: Xen and network issues.

2007-05-08 Thread Mike McGrath
Matthew Galgoci wrote: Try that again setting the snaplen to the maximum size (0), eg: tcpdump -s0 -vvv same: 10:54:31.874984 IP (tos 0x0, ttl 64, id 19818, offset 0, flags [DF], proto: TCP (6), length: 40) nat-pool.fedora.phx.redhat.com.dtserver-port > publictest8.fedora.phx.redhat.c

Re: Xen and network issues.

2007-05-08 Thread Warren Togami
Mike McGrath wrote: We've got issues. Many of our xen guests are experiencing tcp checksum corruption. Research on the net suggests ethtool -K eth0 tx off will fix the issue but it hasn't in our case. I've tried the koji guest on many physical hosts, same issue. It's been on two FC6 dom0 ho