[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Xen-devel] [PATCH] privcmd: MMAPBATCH: Fix error handling/reporting
- To: Jeremy Fitzhardinge <jeremy@xxxxxxxx>
- From: Boris Derzhavets <bderzhavets@xxxxxxxxx>
- Date: Fri, 22 May 2009 11:07:53 -0700 (PDT)
- Cc: xen-devel@xxxxxxxxxxxxxxxxxxx, Ian Campbell <ian.campbell@xxxxxxxxxx>
- Delivery-date: Fri, 22 May 2009 11:08:20 -0700
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:MIME-Version:Content-Type; b=wiLlepxJVr/zNM3v7k2NedjP/q7GYY7g8i7xmnrRYqhpTzvPVoSvsEuwuC7xlPorTE3ZXWbPk1Drpzw9H+JRiNy2G8Wm2eiwfxYea9SVhAa/PKg7lWvofmSHQHBN8OwUh6nVA2FsDmuX08lflSLSqq4/it1mGREerATtuBvaY5c=;
- List-id: Xen developer discussion <xen-devel.lists.xensource.com>
It's new behavior i might be disconnected from remote Xen 3.4 Host during vnc session doing HVM install or just during running HVM via remote vnc connection. To restore network i always have to reboot Xen Host itself. I suspect hardware issues due to problems between cheap hub and Marvel Yukon PC-E Gigabit Ethernet. To scp 4 GB file i always have to replug network cable to PCI Ethernet ( RTL 8069SC or E8088 )
However, i attempted to switch off tso at HVM DomU:-
[root@FHVM ethtool-6]# /usr/local/sbin/ethtool -K eth1 tso off Cannot set device tcp segmentation offload settings: Operation not supported [root@FHVM ethtool-6]# /usr/local/sbin/ethtool -K eth1 tx off Cannot set device tx csum settings: Operation not supported
Boris.
--- On Thu, 5/21/09, Jeremy Fitzhardinge
<jeremy@xxxxxxxx> wrote:
From: Jeremy Fitzhardinge <jeremy@xxxxxxxx> Subject: Re: [Xen-devel] [PATCH] privcmd: MMAPBATCH: Fix error handling/reporting To: "Boris Derzhavets" <bderzhavets@xxxxxxxxx> Cc: "Ian Campbell" <ian.campbell@xxxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxx Date: Thursday, May 21, 2009, 1:16 PM
Boris Derzhavets wrote: > I've compiled 2.6.30-rc6-tip with xenfs built-in and successfully created and ran > Ubuntu 8.10 Server HVM and CentOS 5.3 HVM DomUs with traditional hvm-profiles. > Remote VNC connections to HVM DomUs might be unexpectedly frozen either broken after 5-10 minutes . >
That's not new behaviour though, is it? You reported VNC failures before. Does disabling GSO
help?
J
|
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|