From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Liu Subject: Re: linux-3.1.5 and xen-4.0.3 Date: Sun, 1 Jan 2012 12:17:44 +0000 Message-ID: <1325420264.24422.53.camel@liuw-desktop> References: <4EFF9AF5.1070404@access.denied> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4EFF9AF5.1070404@access.denied> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Stefan Kuhne Cc: "xen-devel@lists.xensource.com" , wei.liu2@citrix.com List-Id: xen-devel@lists.xenproject.org On Sat, 2011-12-31 at 23:29 +0000, Stefan Kuhne wrote: > Hello, > > I try to run xen-4.0.3 (and 4.0.2) with linux-3.1.5. > I've all beckends and frontends build in kernel, but the system can't > bring up vif and vbd devices. > > Error message: > > Internal error: Device 769 (vbd) could not be connected. Hotplug scripts > not working.. > > Where can i look for a failure? Xen logs are stored in /var/log/xen by default. And judging from you log, you're probably using xend, right? You can start with xend.log . Wei.