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] Networking not boot in Dom0

To: xen-users <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] Networking not boot in Dom0
From: ko0nz <yesiko0nz@xxxxxxxxx>
Date: Fri, 30 May 2008 18:38:54 +0200
Delivery-date: Fri, 30 May 2008 09:39:26 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; bh=aptMlSZekSROxgPuxOb5IJhg0IEZyd9bizaSGMDIwCQ=; b=OdfmKykCuCz21PrJdgz8xYeqitS5oes3AJgVO0WDUBmnbfU1/knEQQ7SbATac5UnP0vAjjPQbaRYsEGArhaeG1LeihHKLqUhe5HfLVBQFc3Is6504TcKckADomsAD3Zy9P4Do2a4FG70mPy/JwZ2eZdjVAec6t6gzqSXoVMoMgg=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=VI08r+9gbERT0kYCEDRLnQXYLmJD0dltVSzoTRGpFL1/e+gmHn89zqAAv4Bo5q6q4fL4LlUCSQp/BJ8HJUZpS556o9HGlcPGWPNeAfUDQafmDHq0MBapiMeUOB5BGUM9aXoNeSeYrv5t2sCXzySBgrRB5nqvzMWWR93A/WPlVU8=
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
Hi,

I wonder what's happening with my networking?
When i reboot the server, i don't have the networking.

Debian Etch - Xen 3.1
 # uname -r
2.6.18-xen

# cat /etc/network/interfaces
auto lo
iface lo inet loopback

auto xenbr0
iface xenbr0 inet static
        address 192.168.88.5
        netmask 255.255.255.0
        network 192.168.88.0
        broadcast 192.168.88.255
        gateway 192.168.88.1
        bridge_port eth0
        # optional
        bridge_maxwait 0

#dmesg |grep -i xen
/local/scratch/shand/3.1.0/xen-3.1-testing.hg/linux-2.6.18-xen/drivers/usb/input/hid-core.c:
v2.6:USB HID core driver
xenbr0: port 1(vif0.0) entering learning state
xenbr0: topology change detected, propagating
xenbr0: port 1(vif0.0) entering forwarding state
xenbr0: port 2(peth0) entering learning state
xenbr0: topology change detected, propagating
xenbr0: port 2(peth0) entering forwarding state
xenbr0: port 3(vif1.0) entering learning state
xenbr0: topology change detected, propagating
xenbr0: port 3(vif1.0) entering forwarding state
xenbr0: port 4(vif2.0) entering learning state
xenbr0: topology change detected, propagating
xenbr0: port 4(vif2.0) entering forwarding state
xenbr0: port 5(vif3.0) entering learning state
xenbr0: topology change detected, propagating
xenbr0: port 5(vif3.0) entering forwarding state

# cat /etc/xen/xend-config.sxp
(xend-relocation-server yes)
(xend-relocation-hosts-allow '^localhost$ ^localhost\\.localdomain$')
(network-script network-bridge)
(vif-script vif-bridge)
(dom0-min-mem 196)
(dom0-cpus 0)

To have the networking, i must to do
# /etc/init.d/networking restart

So, to have it after rebooting, i put it in /etc/rc.local
# cat /etc/rc.local
/etc/init.d/networking restart
exit 0


What's the problem with my server?
I'd like to understand this problem?
Any idea, please?

Thank you in advance.

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Networking not boot in Dom0, ko0nz <=