From: erin.balid@inoutbox.com
To: Ian Campbell <Ian.Campbell@citrix.com>
Cc: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>
Subject: Re: After switching from "xm" to "xl" toolstack, can't get Guest networking to work.
Date: Tue, 24 Jan 2012 09:10:15 -0800 [thread overview]
Message-ID: <1327425015.8709.140661027442201@webmail.messagingengine.com> (raw)
In-Reply-To: <1327423312.24561.211.camel@zakaz.uk.xensource.com>
Ian.
On Tue, Jan 24, 2012, at 04:41 PM, Ian Campbell wrote:
> brINT is not the name you've been quoting before (which was br0). Are
> you running these tests on a variety of different systems with different
> configurations?
>
> It would be really helpful for those of us trying to help you if you
> could use the same system with the same setup (modulo requested changes)
> for the entirety of this conversation. Otherwise it becomes rather hard
> for us to correlate the facts.
>
> In this case I now have to ask if you are sure that you used the
> appropriate "bridge=brINT" in your guest configuration instead of
> "bridge=br0" which you had before.
No, the same system. Just a different bridge config file because I've
read some speculation re: bridge naming requirements, and have been
testing it -- in response to others that are trying to help me.
The email to this list was just a copy and paste problem from the notes
I'm trying to keep.
Returning to just =br0, the problem still exists exactly as I reported
above. I can repost everything if you'd like to see that. Just to
remind, there are now at least 3 persons reporting similar problems with
no network access with xl-created Guests.
> At this point I'm afraid my only suggesting is to drop "echo made it to
> XXX" breadcrumbs throughout the script and try to narrow down to the
> line which exits.
I'll give that a try and report.
> You could also perhaps run "udevadm monitor" in another window while
> starting the guest, so wee can see what events you are actually seeing.
xl create /etc/xen/vm/test.cfg
Parsing config file /etc/xen/vm/test.cfg
Daemon running with PID 29685
xl list
Name ID Mem VCPUs State
Time(s)
Domain-0 0 1010 1 r-----
2524.2
test 8 2048 2 -b----
7.0
xl console test
login ...
@ the Guest
dmesg | egrep -i "bus|eth|dri|pci"
[ 0.157505] PCI: Fatal: No config space access function found
[ 0.157512] PCI: setting up Xen PCI frontend stub
[ 0.157878] xen_mem: Initialising balloon driver.
[ 0.160157] PCI: System does not support PCI
[ 0.160157] PCI: System does not support PCI
[ 0.164020] PCI: max bus depth: 0 pci_try_num: 1
[ 0.166097] PCI: CLS 64 bytes
[ 0.227389] Block layer SCSI generic (bsg) driver version 0.4 loaded
(major 253)
[ 0.227651] Non-volatile memory driver v1.3
[ 0.311840] Fixed MDIO Bus: probed
[ 0.412125] XENBUS: Device with no driver: device/vbd/51712
[ 0.412133] XENBUS: Device with no driver: device/vbd/51728
[ 0.412139] XENBUS: Device with no driver: device/vbd/51744
[ 0.412144] XENBUS: Device with no driver: device/vif/0
[ 0.412153]
/home/abuild/rpmbuild/BUILD/kernel-xen-3.1.0/linux-3.1/drivers/rtc/hctosys.c:
unable to open rtc device (rtc0)
[ 0.868480] netfront: Initialising virtual ethernet driver.
@ the Host
udevadm monitor
monitor will print the received events for:
UDEV - the event which udev sends out after rule processing
KERNEL - the kernel uevent
KERNEL[172855.382354] add /devices/xen-backend/vbd-8-51712
(xen-backend)
KERNEL[172855.471281] add /devices/xen-backend/vbd-8-51728
(xen-backend)
UDEV [172855.491539] add /devices/xen-backend/vbd-8-51712
(xen-backend)
KERNEL[172855.561121] add /devices/xen-backend/vbd-8-51744
(xen-backend)
UDEV [172855.579734] add /devices/xen-backend/vbd-8-51728
(xen-backend)
KERNEL[172855.610413] add /devices/xen-backend/vif-8-0
(xen-backend)
KERNEL[172855.635818] add /devices/xen-backend/vif-8-0/net/vif8.0
(net)
KERNEL[172855.635839] add
/devices/xen-backend/vif-8-0/net/vif8.0/queues/rx-0 (queues)
KERNEL[172855.635851] add
/devices/xen-backend/vif-8-0/net/vif8.0/queues/tx-0 (queues)
KERNEL[172855.636154] online /devices/xen-backend/vif-8-0
(xen-backend)
UDEV [172855.655709] add /devices/xen-backend/vif-8-0
(xen-backend)
UDEV [172855.673354] add /devices/xen-backend/vbd-8-51744
(xen-backend)
KERNEL[172855.700762] add /devices/xen-backend/vfb-8-0
(xen-backend)
UDEV [172855.706786] add /devices/xen-backend/vfb-8-0
(xen-backend)
UDEV [172855.720759] add /devices/xen-backend/vif-8-0/net/vif8.0
(net)
UDEV [172855.721130] add
/devices/xen-backend/vif-8-0/net/vif8.0/queues/rx-0 (queues)
UDEV [172855.721457] add
/devices/xen-backend/vif-8-0/net/vif8.0/queues/tx-0 (queues)
KERNEL[172855.725625] add /devices/xen-backend/vkbd-8-0
(xen-backend)
UDEV [172855.732509] add /devices/xen-backend/vkbd-8-0
(xen-backend)
KERNEL[172855.758430] add /devices/xen-backend/console-8-0
(xen-backend)
UDEV [172855.768396] add /devices/xen-backend/console-8-0
(xen-backend)
UDEV [172855.909030] online /devices/xen-backend/vif-8-0
(xen-backend)
> [...]
> > cat /var/log/xeb/console/*
> > cat: /var/log/xeb/console/*: No such file or directory
>
> Obviously a typo, but there's probably not too much of interest in the
> guest console logs.
Yes a typo.
cat /var/log/xen/console/*
cat: /var/log/xen/console/*: No such file or directory
next prev parent reply other threads:[~2012-01-24 17:10 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-21 20:06 After switching from "xm" to "xl" toolstack, can't get Guest networking to work erin.balid
2012-01-21 22:57 ` Roger Pau Monné
2012-01-21 23:04 ` erin.balid
2012-01-22 0:54 ` erin.balid
2012-01-22 11:08 ` Roger Pau Monné
2012-01-22 17:11 ` erin.balid
2012-01-22 17:28 ` Roger Pau Monné
2012-01-22 17:54 ` erin.balid
2012-01-24 23:13 ` Jim Fehlig
2012-01-25 2:01 ` erin.balid
2012-01-25 15:55 ` Jim Fehlig
2012-01-25 16:27 ` erin.balid
2012-01-25 16:47 ` Jim Fehlig
2012-01-22 15:49 ` djmagee
2012-01-23 11:27 ` Ian Campbell
2012-01-23 15:28 ` erin.balid
2012-01-24 14:26 ` Ian Campbell
2012-01-24 15:56 ` erin.balid
2012-01-24 16:41 ` Ian Campbell
2012-01-24 17:10 ` erin.balid [this message]
2012-01-24 18:05 ` erin.balid
2012-01-24 18:19 ` erin.balid
2012-01-24 21:20 ` Ian Campbell
2012-01-24 21:20 ` Ian Campbell
2012-01-24 21:44 ` erin.balid
2012-01-25 3:59 ` erin.balid
2012-01-25 9:35 ` Ian Campbell
2012-01-25 16:19 ` Jim Fehlig
2012-01-25 16:32 ` Ian Campbell
[not found] <mailman.1527.1327510060.1471.xen-devel@lists.xensource.com>
2012-01-25 17:06 ` John McDermott CIV
2012-01-25 17:16 ` Ian Campbell
2012-01-25 17:22 ` John McDermott CIV
2012-01-25 17:33 ` Jim Fehlig
2012-01-25 17:39 ` John McDermott CIV
2012-01-25 18:02 ` Jim Fehlig
2012-01-25 19:20 ` John McDermott CIV
2012-01-25 21:16 ` Jim Fehlig
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1327425015.8709.140661027442201@webmail.messagingengine.com \
--to=erin.balid@inoutbox.com \
--cc=Ian.Campbell@citrix.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.