On Fri, 2007-01-12 at 10:37 +0800, Zhang, Yanmin wrote: > On Thu, 2007-01-11 at 16:24 +0800, Zhang, Yanmin wrote: > > On Wed, 2007-01-10 at 22:34 -0500, Jesse Keating wrote: > > > On Wednesday 10 January 2007 22:29, Zhang, Yanmin wrote: > > > > Jesse, > > > > > > 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. > I got the latest development tree, including anaconda-11.2.0.9-1, and rebuilt > DVD image. > > Update on the installation of the new image: > 1) Install by nfs: Exception:; > 2) Install by cdrom: Didn't test it; > 3) Install by hard disk: Still old issue. It listed all partitions, but mount always failed. > > More info will be posted to #219449. > > Yanmin > > ------log of nfs installation exception------ > Traceback (most recent call first): > File "/usr/lib/anaconda/textw/network_text.py", line 177, in runScreen > self.ipv4Cb = Checkbox(_("Enable IPv4 support"), net.useIPv4) > File "/usr/lib/anaconda/textw/network_text.py", line 449, in __call__ > showonboot) > File "/usr/lib/anaconda/text.py", line 514, in run > rc = win(self.screen, instance) > File "/usr/bin/anaconda", line 970, in <module> > anaconda.intf.run(anaconda) > AttributeError: Network instance has no attribute 'useIPv4' The root cause is class Network in file network.py puts useIPv4/6 as per NetworkDevice attributes while class NetworkDeviceWindow still thinks useIPv4/6 are net attributes. -- fedora-devel-list mailing list fedora-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-devel-list