From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: Ping: Re: [PATCH] Boot PV guests with more than 128GB (v2) for 3.7 Date: Fri, 7 Sep 2012 10:11:30 -0400 Message-ID: <20120907141129.GA2763@phenom.dumpdata.com> References: <20120802160403.02de484e@mantra.us.oracle.com> <20120803133001.GA13750@andromeda.dapyr.net> <501BF44602000078000928B4@nat28.tlf.novell.com> <5028CEE70200007800094623@nat28.tlf.novell.com> <50446B5402000078000981F4@nat28.tlf.novell.com> <20120906210323.GA303@phenom.dumpdata.com> <5049D4100200007800099A91@nat28.tlf.novell.com> <20120907133947.GD2870@phenom.dumpdata.com> <504A1C1C0200007800099D64@nat28.tlf.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <504A1C1C0200007800099D64@nat28.tlf.novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Beulich Cc: konrad@darnok.org, xen-devel , Konrad Rzeszutek Wilk List-Id: xen-devel@lists.xenproject.org On Fri, Sep 07, 2012 at 03:09:00PM +0100, Jan Beulich wrote: > >>> On 07.09.12 at 15:39, Konrad Rzeszutek Wilk wrote: > > On Fri, Sep 07, 2012 at 10:01:36AM +0100, Jan Beulich wrote: > >> that I'm asking, I just know that I happen to fall into this trap > >> once in a while myself), did you indeed build and install the > > > > I know. I did double check - as I couldn't install wholesale the > > new RPM (owner of the box needed the old version of it), instead > > I did this bit of hack: > > > > xend stop > > cd /konrad > > rpmcpio xen-*konrad* | cpio -id > > tar -czvf /xen.orig.tgz /usr/lib64/*xen* > > rm -Rf /usr/lib64/*xen* > > So here you removed the old libraries. But where did you drop in > the new ones? Did you just forget to list this here? There was no need since the LD_LIBRARY_PATH did the over-write. This was to make double sure that the old libs wouldn't be called. > > > mv /usr/lib/python2.4/site-packages/xen /usr/lib/python2.4/site-packages/xen.old > > ln -s /konrad/usr/lib/python2.4/site-packages/xen /usr/lib/python2.4/site-packages/xen > > export PATH=/konrad/usr/bin:/konrad/usr/sbin:$PATH > > export LD_LIBRARY_PATH=/konrad/usr/lib64 > > > > xend start > > xm create /konrad/test.xm > > Jan > >