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

[Xen-users] Starting xend breaks networking in Dom0

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Starting xend breaks networking in Dom0
From: Michael LeMay <lemaymd@xxxxxxxxxxx>
Date: Tue, 25 Apr 2006 14:00:13 -0500
Delivery-date: Tue, 25 Apr 2006 12:01:01 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 1.5 (Windows/20051201)
Hello,

I have reviewed all the FAQs and manuals I could find, because this
seems like a misconfiguration problem, but I haven't found anything
helpful.  Hopefully somebody else has encountered this and can set me
straight...

Vital stats: Xen 3.0.2, Gentoo Linux, Linux version 2.6.16-xen0 (gcc
version 3.4.4 (Gentoo 3.4.4-r1, ssp-3.4.4-1.0, pie-8.7.8)) #1 Mon Apr 24
13:14:49 CDT 2006

When I initially boot into Dom0, networking works just fine.  Then, when
I attempt to start the daemon, it takes about 30 seconds for the daemon
to start, and networking within Dom0 no longer operates.  Here is the
output from ifconfig (after starting xend):

lo        Link encap:Local Loopback
         inet addr:127.0.0.1  Mask:255.0.0.0
         UP LOOPBACK RUNNING  MTU:16436  Metric:1
         RX packets:33 errors:0 dropped:0 overruns:0 frame:0
         TX packets:33 errors:0 dropped:0 overruns:0 carrier:0
         collisions:0 txqueuelen:0
         RX bytes:1908 (1.8 Kb)  TX bytes:1908 (1.8 Kb)

peth0     Link encap:Ethernet  HWaddr FE:FF:FF:FF:FF:FF
         UP BROADCAST RUNNING NOARP MULTICAST  MTU:1500  Metric:1
         RX packets:78960 errors:0 dropped:0 overruns:0 frame:0
         TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
         collisions:0 txqueuelen:1000
         RX bytes:7430482 (7.0 Mb)  TX bytes:0 (0.0 b)
         Interrupt:20

vif0.0    Link encap:Ethernet  HWaddr FE:FF:FF:FF:FF:FF
         UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
         RX packets:8 errors:0 dropped:0 overruns:0 frame:0
         TX packets:50221 errors:0 dropped:0 overruns:0 carrier:0
         collisions:0 txqueuelen:0
         RX bytes:4720 (4.6 Kb)  TX bytes:3195426 (3.0 Mb)

vif1.0    Link encap:Ethernet  HWaddr FE:FF:FF:FF:FF:FF
         UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
         RX packets:8 errors:0 dropped:0 overruns:0 frame:0
         TX packets:386 errors:0 dropped:46671 overruns:0 carrier:0
         collisions:0 txqueuelen:0
         RX bytes:4720 (4.6 Kb)  TX bytes:25206 (24.6 Kb)

xenbr0    Link encap:Ethernet  HWaddr FE:FF:FF:FF:FF:FF
         UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
         RX packets:73428 errors:0 dropped:0 overruns:0 frame:0
         TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
         collisions:0 txqueuelen:0
         RX bytes:5860565 (5.5 Mb)  TX bytes:0 (0.0 b)

As you can see, eth0 is gone, and I can't restart it.

Here are the relevant lines from my Xen config:

(network-script network-bridge)
(vif-script vif-bridge)

Any ideas?

Attachment: lemaymd.vcf
Description: Vcard

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Starting xend breaks networking in Dom0, Michael LeMay <=