[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] After switching from "xm" to "xl" toolstack, can't get Guest networking to work.
On Mon, 2012-01-23 at 15:28 +0000, erin.balid@xxxxxxxxxxxx wrote: > Hi Ian. > > On Mon, Jan 23, 2012, at 11:27 AM, Ian Campbell wrote: > > ISTRT xl had a bug at one point where it would fail to strip whitespace > > in the network KVP lists. i.e. the above ended up expecting to find a > > bridge named "br0 ". Can you try without the spaces please? > > Edit the configuration file. > > - vif = [ 'mac=00:16:3E:12:34:01, bridge=br0' ] > + vif=['mac=00:16:3E:12:34:01,bridge=br0'] > [...] > brctl show > bridge name bridge id STP enabled interfaces > br0 8000.0052351d5337 yes eth0 Hrm. The device simply isn't on the bridge. Does "ifconfig -a" in dom0 show a vifX.Y device for the domain? You previous xenstore log suggests it should be there but lets double check. Do you get anything in the logs under /var/log/xen? Are your hotplug scripts running at all? One trick I usually use is to add to the top of vif-bridge something like: exec 1>>/tmp/hotplog.log exec 2>&1 echo "`date`: Running $0 $*" Then any hotplug script which gets run will dump its output to /tmp/hotplug.log. http://wiki.xen.org/wiki/Reporting_Bugs_against_Xen lists a bunch of configuration files and logs which might be of interest, at least to skim looking for anything odd. Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |