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

Re: [Xen-users] Xend silently logs "Connection Refused" or "No such file

To: Adam Carheden <carheden@xxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-users] Xend silently logs "Connection Refused" or "No such file or directory"
From: Tom Marshall <tommy@xxxxxxxxxxxxxxxx>
Date: Tue, 21 Feb 2006 13:42:23 -0800
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Tue, 21 Feb 2006 21:55:52 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <43FB83EE.3020002@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>
References: <43FB83EE.3020002@xxxxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.11
On Tue, Feb 21, 2006 at 02:19:42PM -0700, Adam Carheden wrote:
> I've got two machines that I though were identical that are having two 
> versions of the same problem. When I start xend, it logs "111, 
> 'Connection Refused'" on one system and "2, 'No such file or direcotry'" 
> on the other. Both systems show the exact same stack trace in xend.log, 
> as show below, except for the last line (RuntimeError), which differ as 
> explained above.
> 
> I'm using xen-8885 on Gentoo Linux. I've also tried Xen 3.0.1. I have 
> the same package/version running on two other machines without issue.
> 
> If anyone has seen this or has ideas, please reply.

I've run into a similar problem when trying to mix and match Xen 3.0.1 tools
with the tip kernel (which, in retrospect, was obviously a bad idea).  In my
case, xenstore 3.0.1 fails to start when it cannot find /proc/xen/xsd_mfn. 
You might try strace to find out if this is your problem:

  strace -f /etc/init.d/xend start >& out
  grep xsd_mfn out

In case anyone is interested, I'm trying to port the the Ubuntu Dapper
kernel to Xen.  I can see two options: (1) revert the kernel back to 3.0.1
compatibility, or (2) update the tools to tip.  Both seem to be nontrivial. 
I'm currently attempting the former because Dapper uses 2.6.15 as a base,
but I have a feeling that the latter may prove a better course.

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

<Prev in Thread] Current Thread [Next in Thread>