[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] Ping: Re: [PATCH] Boot PV guests with more than 128GB (v2) for 3.7
On Fri, Sep 07, 2012 at 03:09:00PM +0100, Jan Beulich wrote: > >>> On 07.09.12 at 15:39, Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx> > >>> 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 > > _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |