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] xm save gets connection refused

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] xm save gets connection refused
From: Alexander Stielau <aleks@xxxxxxxx>
Date: Thu, 6 Apr 2006 11:59:02 +0200
Delivery-date: Thu, 06 Apr 2006 02:59:34 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <20060406065026.GA31338@xxxxxxxxxxxxxxxxxxx>
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>
Organization: department of redundancy department
References: <20060405131700.GH4180@xxxxxxxxxxxxxxxxxxx> <20060406065026.GA31338@xxxxxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.11
Am Do, Apr 06, 2006 at 08:50:26 +0200 schrieb Alexander Stielau:
> Am Mi, Apr 05, 2006 at 03:17:00 +0200 schrieb Alexander Stielau:
> > Xen 2.0.7, 
> > Kernel 2.6.11.12-xen0, 
> > host and node os:  debian 3.1
> > 
> > I don't understand, how xm comunicates with xend.
> > The problem:
> > 
> > xm save webcool /tmp/foo.xen
> > ,--------
> > | Error: errors: Connection was refused by other side: 111: Connection 
> > refused.
> > `--------
> 
> Nobody any idea?
> Any other xm-commands working fine.

Okay, i found it. 

On debian sarge are no libcurl.so.2, libssl.so.4, libcrypto.so.4, so the
xfrd will not start.
I tried to link the actual libs against all libs, which the xfrd requests (ldd 
xfrd)
and everything works fine.

ln -s /usr/lib/libcurl.so.3.0.0 /usr/lib/libcurl.so.2
ln -s /usr/lib/libssl.so.0.9.7 /usr/lib/libssl.so.4
ln -s /usr/lib/libcrypto.so.0.9.7 /usr/lib/libcrypto.so.4

Aleks

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

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