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-devel

RE: [Xen-devel] Daily Xen Builds

To: "David F Barrera" <dfbp@xxxxxxxxxx>
Subject: RE: [Xen-devel] Daily Xen Builds
From: "Ian Pratt" <m+Ian.Pratt@xxxxxxxxxxxx>
Date: Mon, 15 Aug 2005 21:46:15 +0100
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Mon, 15 Aug 2005 20:44:28 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcWh1uQj3CaSzwfVQ8GpkBOGF3OitQAAs9yw
Thread-topic: [Xen-devel] Daily Xen Builds
> The machine uses eth1, so I changed this line in the network-bridge
> script:
> netdev=${netdev:-eth1}
> 
> Q. Do I also need to change this line (line #191) in the 
> current script in unstable (I tried both eth0 and eth1--both 
> times networking stopped):
> ip link set veth0 name eth1

Hmm, good point -- that's a bug in the script. It should be:
  ip link set veth0 name ${netdev}


The only thing wrong with the 'after' set up is that xen-br0 is missing
from ifconfig, though brctl shows the bridge as existing. No idea why.

What happens if you do:

  ifconfig xen-br0
  ifconfig xen-br0 up

Best,
Ian

> ifconfig (after)
> bl2-1:~ # ifconfig
> eth1      Link encap:Ethernet  HWaddr 00:11:25:9D:69:87
>           inet addr:9.3.192.194  Bcast:9.3.192.255  Mask:255.255.255.0
>           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>           RX packets:0 errors:0 dropped:0 overruns:0 frame:0
>           TX packets:21 errors:0 dropped:0 overruns:0 carrier:0
>           collisions:0 txqueuelen:0
>           RX bytes:0 (0.0 b)  TX bytes:882 (882.0 b)
> 
> 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:26 errors:0 dropped:0 overruns:0 frame:0
>           TX packets:26 errors:0 dropped:0 overruns:0 carrier:0
>           collisions:0 txqueuelen:0
>           RX bytes:2664 (2.6 Kb)  TX bytes:2664 (2.6 Kb)
> 
> peth1     Link encap:Ethernet  HWaddr FE:FF:FF:FF:FF:FF
>           UP BROADCAST RUNNING NOARP MULTICAST  MTU:1500  Metric:1
>           RX packets:1141 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:251046 (245.1 Kb)  TX bytes:0 (0.0 b)
>           Interrupt:78
> 
> vif0.0    Link encap:Ethernet  HWaddr FE:FF:FF:FF:FF:FF
>           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>           RX packets:18 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:756 (756.0 b)  TX bytes:0 (0.0 b)
> 
> 
> brctl (after)
> bl2-1:~ # brctl show
> bridge name     bridge id               STP enabled     interfaces
> xen-br0         8000.feffffffffff       no              vif0.0
>                                                         peth1
> 
> 
> > 
> > Thanks,
> > Ian
> > 
> --
> Regards,
> 
> David F Barrera
> Linux Technology Center
> Systems and Technology Group, IBM
> 
> "The wisest men follow their own direction. "
>                                                         Euripides
> 
> 

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