Created attachment 478228 [details] anaconda.log Description of problem: Install F15-alpha-tc1 by mounting the DVD to a NFS server. It failed when setting up repository(pic attached). Error in Anaconda.log showed 'couldn't resolve host name'(attached) Version-Release number of selected component (if applicable): anaconda 15.19 How reproducible: Steps to Reproduce: 1. Boot F15-alpha-tc1.i386.DVD 2. Test: https://fedoraproject.org/wiki/QA:Testcase_Nfs_Repository
Created attachment 478230 [details] error window
Can you also attach /tmp/program.log? That should have the output of all the mount commands.
Adding to F15Beta per the beta release criteria [1]: "The installer must be able to use the HTTP, FTP and NFS remote package source options" [1] https://fedoraproject.org/wiki/Fedora_15_Beta_Release_Criteria
Created attachment 478344 [details] program.log
Does updates=http://clumens.fedorapeople.org/676821.img fix this problem? For my future reference, the patch is: diff --git a/pyanaconda/yuminstall.py b/pyanaconda/yuminstall.py index 6621b70..d15c6d5 100644 --- a/pyanaconda/yuminstall.py +++ b/pyanaconda/yuminstall.py @@ -479,7 +479,7 @@ class AnacondaYum(yum.YumBase): # if there's images and if so go with this being an NFSISO # install instead. image = findFirstIsoImage(self.tree, self.anaconda.intf.messageWindow) - if not image: + if image: isys.umount(self.tree, removeDir=False) self.anaconda.methodstr = "nfsiso:%s" % m[4:] self.configBaseURL()
(In reply to comment #5) > Does updates=http://clumens.fedorapeople.org/676821.img fix this problem? For > my future reference, the patch is: This seems to resolve the issue for me
This will be fixed in the next build of anaconda post-F15 alpha.
*** Bug 677218 has been marked as a duplicate of this bug. ***
reproduced in f15 alpha tc2
Discussed at 2011-03-11 blocker review meeting. This issue is fixed and available for testing in anaconda-15.21-1. The issue has been accepted as a beta blocker.
*** Bug 680490 has been marked as a duplicate of this bug. ***
Adding the contents of the .img file in comment #5 to my updates.img file fixes the problem I was seeing in Bug 680490 .
Discussed in 2011-03-25 blocker review meeting. Still waiting for more testing before marking it as resolved.
Verified anaconda-15.24-1 fixes the problem: https://admin.fedoraproject.org/updates/anaconda-15.24-1.fc15?_csrf_token=5ff8ec8d56b50649088444106a87249bca850587
anaconda-15.26-1.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/anaconda-15.26-1.fc15
Package anaconda-15.26-1.fc15: * should fix your issue, * was pushed to the Fedora 15 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing anaconda-15.26-1.fc15' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/anaconda-15.26-1.fc15 then log in and leave karma (feedback).
Verified anaconda-15.25 of beta-tc1 fixes the problem
(In reply to comment #18) > Verified anaconda-15.25 of beta-tc1 fixes the problem Thanks for the feedback Hurry ... I'm moving this to VERIFIED.
anaconda-15.26-1.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report.