* eth0: transmit timed out
@ 2008-02-25 0:48 Arne Kepp
2008-02-25 2:51 ` david ahern
0 siblings, 1 reply; 4+ messages in thread
From: Arne Kepp @ 2008-02-25 0:48 UTC (permalink / raw)
To: kvm-devel
Hi,
I am running KVM 61 on CentOS 5.1 x86_64 (on a Dell PowerEdge 2950
III). I start my virtual machine as follows:
qemu-kvm -hda /dev/kvm_sdb/geust_root -m 1024 -net tap -net
nic,vlan=0,macaddr=00:16:3e:00:00:02 -daemonize -nographic -smp 2
The problem is that when the guest (also CentOS 5.1 x86_64) utilizes the
network heavily (scp to a machine on the same switch, around 12 mbyte/s)
the network on the virtual machine just drops out.
I can no longer ping the virtual machine, and any existing SSH sessions
die. If I connect to the virtual machine using VNC everything looks okay
(eth0 is up, routes are okay), but I still cannot connect to anything.
All other virtual machines on the same host continue to work as if
nothing has happened. The same problem occurred in -58 and -59.
/var/log/messages on the guest says:
NETDEV WATCHDOG: eth0: transmit timed out
eth0: link up, 100Mbps, full-duplex, lpa 0x05E1
Any suggestions (permanent fixes or temporary workarounds, I'll take
what you got) would be much appreciated.
Thanks for all the great work :)
-Arne
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: eth0: transmit timed out
2008-02-25 0:48 eth0: transmit timed out Arne Kepp
@ 2008-02-25 2:51 ` david ahern
2008-02-25 4:07 ` Arne Kepp
0 siblings, 1 reply; 4+ messages in thread
From: david ahern @ 2008-02-25 2:51 UTC (permalink / raw)
To: Arne Kepp; +Cc: kvm-devel
I presume you are using the default rtl8139 nic. Correct?
What does 'ethtool -S eth0' show when the network locks up? Many months ago
adding 'noapic' to the (guest) kernel boot parameters helped, but that option is
not currently helping with my RHEL4 networking issues.
A thread for this issue is at:
http://sourceforge.net/tracker/index.php?func=detail&aid=1802082&group_id=180599&atid=893831
david
Arne Kepp wrote:
> Hi,
>
> I am running KVM 61 on CentOS 5.1 x86_64 (on a Dell PowerEdge 2950
> III). I start my virtual machine as follows:
> qemu-kvm -hda /dev/kvm_sdb/geust_root -m 1024 -net tap -net
> nic,vlan=0,macaddr=00:16:3e:00:00:02 -daemonize -nographic -smp 2
>
> The problem is that when the guest (also CentOS 5.1 x86_64) utilizes the
> network heavily (scp to a machine on the same switch, around 12 mbyte/s)
> the network on the virtual machine just drops out.
>
> I can no longer ping the virtual machine, and any existing SSH sessions
> die. If I connect to the virtual machine using VNC everything looks okay
> (eth0 is up, routes are okay), but I still cannot connect to anything.
> All other virtual machines on the same host continue to work as if
> nothing has happened. The same problem occurred in -58 and -59.
>
> /var/log/messages on the guest says:
> NETDEV WATCHDOG: eth0: transmit timed out
> eth0: link up, 100Mbps, full-duplex, lpa 0x05E1
>
> Any suggestions (permanent fixes or temporary workarounds, I'll take
> what you got) would be much appreciated.
>
> Thanks for all the great work :)
> -Arne
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> kvm-devel mailing list
> kvm-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/kvm-devel
>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: eth0: transmit timed out
2008-02-25 2:51 ` david ahern
@ 2008-02-25 4:07 ` Arne Kepp
2008-02-25 4:39 ` david ahern
0 siblings, 1 reply; 4+ messages in thread
From: Arne Kepp @ 2008-02-25 4:07 UTC (permalink / raw)
To: david ahern; +Cc: kvm-devel
Thanks David,
Yes, I am using rtl8139 and it is running 2.6.18-53.1.13.el5 (Red Hat
kernel, CentOS).
ethtool -S eth0 on the guest says, when locked up:
NIC statistics:
early_rx: 0
tx_buf_mapped: 0
tx_timeouts: 4
rx_lost_in_ring: 0
It appears that 'noapic' did the trick, which is great, thanks! I am
somewhat worried I'll be missing out on some SMP performance? But that's
secondary.
Please let me know if there is anything I can do to gather any more info
to help debug the problem.
-Arne
david ahern wrote:
> I presume you are using the default rtl8139 nic. Correct?
>
> What does 'ethtool -S eth0' show when the network locks up? Many months ago
> adding 'noapic' to the (guest) kernel boot parameters helped, but that option is
> not currently helping with my RHEL4 networking issues.
>
> A thread for this issue is at:
> http://sourceforge.net/tracker/index.php?func=detail&aid=1802082&group_id=180599&atid=893831
>
> david
>
>
> Arne Kepp wrote:
>
>> Hi,
>>
>> I am running KVM 61 on CentOS 5.1 x86_64 (on a Dell PowerEdge 2950
>> III). I start my virtual machine as follows:
>> qemu-kvm -hda /dev/kvm_sdb/geust_root -m 1024 -net tap -net
>> nic,vlan=0,macaddr=00:16:3e:00:00:02 -daemonize -nographic -smp 2
>>
>> The problem is that when the guest (also CentOS 5.1 x86_64) utilizes the
>> network heavily (scp to a machine on the same switch, around 12 mbyte/s)
>> the network on the virtual machine just drops out.
>>
>> I can no longer ping the virtual machine, and any existing SSH sessions
>> die. If I connect to the virtual machine using VNC everything looks okay
>> (eth0 is up, routes are okay), but I still cannot connect to anything.
>> All other virtual machines on the same host continue to work as if
>> nothing has happened. The same problem occurred in -58 and -59.
>>
>> /var/log/messages on the guest says:
>> NETDEV WATCHDOG: eth0: transmit timed out
>> eth0: link up, 100Mbps, full-duplex, lpa 0x05E1
>>
>> Any suggestions (permanent fixes or temporary workarounds, I'll take
>> what you got) would be much appreciated.
>>
>> Thanks for all the great work :)
>> -Arne
>>
>> -------------------------------------------------------------------------
>> This SF.net email is sponsored by: Microsoft
>> Defy all challenges. Microsoft(R) Visual Studio 2008.
>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>> _______________________________________________
>> kvm-devel mailing list
>> kvm-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/kvm-devel
>>
>>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> kvm-devel mailing list
> kvm-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/kvm-devel
>
> !DSPAM:4038,47c22d43155652085621377!
>
>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: eth0: transmit timed out
2008-02-25 4:07 ` Arne Kepp
@ 2008-02-25 4:39 ` david ahern
0 siblings, 0 replies; 4+ messages in thread
From: david ahern @ 2008-02-25 4:39 UTC (permalink / raw)
To: Arne Kepp; +Cc: kvm-devel
Those stats suggest you are using the 8139too nic driver. You should switch to
the 8139cp driver.
david
Arne Kepp wrote:
> Thanks David,
>
> Yes, I am using rtl8139 and it is running 2.6.18-53.1.13.el5 (Red Hat
> kernel, CentOS).
>
> ethtool -S eth0 on the guest says, when locked up:
> NIC statistics:
> early_rx: 0
> tx_buf_mapped: 0
> tx_timeouts: 4
> rx_lost_in_ring: 0
>
> It appears that 'noapic' did the trick, which is great, thanks! I am
> somewhat worried I'll be missing out on some SMP performance? But that's
> secondary.
>
> Please let me know if there is anything I can do to gather any more info
> to help debug the problem.
>
> -Arne
>
> david ahern wrote:
>> I presume you are using the default rtl8139 nic. Correct?
>>
>> What does 'ethtool -S eth0' show when the network locks up? Many
>> months ago
>> adding 'noapic' to the (guest) kernel boot parameters helped, but that
>> option is
>> not currently helping with my RHEL4 networking issues.
>>
>> A thread for this issue is at:
>> http://sourceforge.net/tracker/index.php?func=detail&aid=1802082&group_id=180599&atid=893831
>>
>>
>> david
>>
>>
>> Arne Kepp wrote:
>>
>>> Hi,
>>>
>>> I am running KVM 61 on CentOS 5.1 x86_64 (on a Dell PowerEdge 2950
>>> III). I start my virtual machine as follows:
>>> qemu-kvm -hda /dev/kvm_sdb/geust_root -m 1024 -net tap -net
>>> nic,vlan=0,macaddr=00:16:3e:00:00:02 -daemonize -nographic -smp 2
>>>
>>> The problem is that when the guest (also CentOS 5.1 x86_64) utilizes
>>> the network heavily (scp to a machine on the same switch, around 12
>>> mbyte/s) the network on the virtual machine just drops out.
>>>
>>> I can no longer ping the virtual machine, and any existing SSH
>>> sessions die. If I connect to the virtual machine using VNC
>>> everything looks okay (eth0 is up, routes are okay), but I still
>>> cannot connect to anything. All other virtual machines on the same
>>> host continue to work as if nothing has happened. The same problem
>>> occurred in -58 and -59.
>>>
>>> /var/log/messages on the guest says:
>>> NETDEV WATCHDOG: eth0: transmit timed out
>>> eth0: link up, 100Mbps, full-duplex, lpa 0x05E1
>>>
>>> Any suggestions (permanent fixes or temporary workarounds, I'll take
>>> what you got) would be much appreciated.
>>>
>>> Thanks for all the great work :)
>>> -Arne
>>>
>>> -------------------------------------------------------------------------
>>>
>>> This SF.net email is sponsored by: Microsoft
>>> Defy all challenges. Microsoft(R) Visual Studio 2008.
>>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>>> _______________________________________________
>>> kvm-devel mailing list
>>> kvm-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/kvm-devel
>>>
>>>
>>
>> -------------------------------------------------------------------------
>> This SF.net email is sponsored by: Microsoft
>> Defy all challenges. Microsoft(R) Visual Studio 2008.
>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>> _______________________________________________
>> kvm-devel mailing list
>> kvm-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/kvm-devel
>>
>> !DSPAM:4038,47c22d43155652085621377!
>>
>>
>
>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-02-25 4:39 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-25 0:48 eth0: transmit timed out Arne Kepp
2008-02-25 2:51 ` david ahern
2008-02-25 4:07 ` Arne Kepp
2008-02-25 4:39 ` david ahern
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox