[Fedora-ia64-list] Re: anaconda-runtime error

Zhang, Yanmin yanmin_zhang at linux.intel.com
Thu Jan 11 08:24:39 UTC 2007


On Wed, 2007-01-10 at 22:34 -0500, Jesse Keating wrote:
> On Wednesday 10 January 2007 22:29, Zhang, Yanmin wrote:
> > Jesse,
> >
> > I tried the latest anaconda-11.2.0.8-1 to rebuildup dvd image.
> > Many issues (CD/hard/network didn't work) disappeared, but
> > anaconda aborted after I inputed NFS inatallation server. It reported
> > libnash.so.6.0.6 was missing.
> >
> >  cann't open share dobject file: No such file or directory.
> >
> > I checked stage2.img and couldn't find libnash.so under usr/lib.
> >
> > I will add info to #219449.
> 
> That should be fixed with tonight's rawhide (:
> 
> Jeremy spent some time tonight getting anaconda to be able to actually 
> partition, install packages, reboot.  Also, the glibc doublefree is fixed too 
> thanks to pyparted.
I applied below patch, the nash.so issue disappeared.
New issues:
1) Install by nfs: hit the glibc double free issue;
2) Install by cdrom: it reported no drive to have the cd;
3) Install by hard disk: it listed all partitions, but mount always failed.

Wait for the new packages.

Yanmin


------------------
diff -Nraup anaconda-11.2.0.8/scripts/upd-instroot
anaconda-11.2.0.8_fix/scripts/upd-instroot
--- anaconda-11.2.0.8/scripts/upd-instroot	2007-01-06 05:23:57.000000000
+0800
+++ anaconda-11.2.0.8_fix/scripts/upd-instroot	2007-01-11
05:29:44.000000000 +0800
@@ -123,7 +123,7 @@ PACKAGES="glibc glibc-common setup opens
 	 db4 rhpxl xorg-x11-server-Xorg libuser system-config-date
          yum-metadata-parser gfs2-utils libvolume_id
 	 libdhcp libnl libdhcp6client libdhcp4client
-	 dmraid python-pyblock mkinitrd libbdevid libbdevid-python"
+	 dmraid python-pyblock mkinitrd libbdevid libbdevid-python nash"
 
 if [ $ARCH = i386 -o $ARCH = x86_64 ]; then
     PACKAGES="$PACKAGES pcmciautils dmidecode"
@@ -395,6 +395,7 @@ usr/$LIBDIR/libnl*
 usr/$LIBDIR/libparted*
 usr/$LIBDIR/libpopt*
 usr/$LIBDIR/libpython*
+usr/$LIBDIR/libnash*
 usr/$LIBDIR/libneon*
 usr/$LIBDIR/libsqlite3*
 usr/$LIBDIR/librpm-*4.?.so*




More information about the fedora-devel-list mailing list