WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] Xenserver Debian VM's

To: Christian Motschke <christian@xxxxxxxxxxx>
Subject: Re: [Xen-users] Xenserver Debian VM's
From: Diego Spinola Castro <spinolacastro@xxxxxxxxx>
Date: Mon, 8 Aug 2011 21:28:49 -0300
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Mon, 08 Aug 2011 17:30:17 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Vz2BiZ+K1DXIXGQVEl53z7+mS6zSxJJaQoO0UObGnQA=; b=cnudtOP/rBu5jSBDUIZSJszw4LVOHZXyQspOByVTs/i0pIQfMw6oAI0BDKkpITdrP0 KxGZ9qSsuKreZht0yF5gucveIn5Va2XAdihqp1TLNnt/9Vnw4pR9ZKStyahwgaK3A9Pz Xg2yPu/BIoCqaOB6iqOXg8HsbVoFf8sdF6LnI=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <D8A6D8F0-6983-46A1-8EE0-C5379FD91143@xxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <CAKX6E82Fkr7n6hUDEgES-OiZqHRnByLFceh90EaC8FE2WcsAiw@xxxxxxxxxxxxxx> <D8A6D8F0-6983-46A1-8EE0-C5379FD91143@xxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hey, still not working.
I'm running debian squeeze, xenserver 5.6 sp2.

What more can i do to fix it?

2011/8/8 Christian Motschke <christian@xxxxxxxxxxx>
You need to turn off TX checksuming in DomU.

apt-get install ethtool

In /etc/network/interfaces:

# The primary network interface
auto eth0
iface eth0 inet dhcp
 post-up ethtool -K eth0 tx off

HTH
Christian

Am 08.08.2011 um 23:09 schrieb Diego Spinola Castro:

HI, i have been getting a issue about xenserver and debian based distros vms.
What happens is when debian vm try get ip from dhcp , it can't get any ip address and syslog says:

Aug  8 17:59:36 debian dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3
Aug  8 17:59:36 debian dhclient: 5 bad udp checksums in 5 packets


I found the documented issue http://www.mail-archive.com/kvm@xxxxxxxxxxxxxxx/msg41958.html talking about dhclient.

Now, the only way to get ip address is running dhcp server in other host, however vm and dhcp vm can't stay in same host.


Anyone know about it?
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>