Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem:
I attempted to set an NFS server in the Installation Source section. Clicking 'Done' triggered this exception.
Version-Release number of selected component:
anaconda-19.31.36-1
The following was filed automatically by anaconda:
anaconda 19.31.36-1 exception report
Traceback (most recent call first):
File "/usr/lib/python2.7/site-packages/pykickstart/commands/method.py", line 53, in __getattr__
return getattr(self.handler.nfs, name)
File "/usr/lib/python2.7/site-packages/pykickstart/commands/method.py", line 111, in __getattr__
return FC3_Method.__getattr__(self, name)
File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/source.py", line 398, in _method_changed
if old_source.method == "harddrive" and old_source.partition:
File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/source.py", line 457, in changed
method_changed = self._method_changed()
File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/hubs/__init__.py", line 125, in _runSpoke
if action.changed and (not action.skipTo or (action.skipTo and action.applyOnSkip)):
File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/hubs/__init__.py", line 409, in _on_spoke_clicked
self._runSpoke(spoke)
AttributeError: 'FC6_NFS' object has no attribute 'partition'
Additional info:
cmdline: /usr/bin/python /sbin/anaconda
cmdline_file: initrd=initrd.img inst.stage2=hd:LABEL=RHEL-7.0\x20x86_64 inst.sshd BOOT_IMAGE=vmlinuz
executable: /sbin/anaconda
hashmarkername: anaconda
kernel: 3.10.0-54.0.1.el7.x86_64
product: Red Hat Enterprise Linux
release: Red Hat Enterprise Linux Server release 7.0 Beta (Maipo)
type: anaconda
version: 7.0
I think this is the same thing as bug 1028243 and should be fixed by upstream commit 0478dc8081b1370644a6819f8c871bf50e01012c
Are you able to hit it every time? I can't reproduce it here.
Give this updates.img a try:
http://bcl.fedorapeople.org/updates/1040730.img
I'm unable to reproduce this again with our without the updates.img. I think previously I didn't have NFS configured properly. so it either hit a bad server/path error, but I haven't been able to reproduce it again.
Description of problem: I attempted to set an NFS server in the Installation Source section. Clicking 'Done' triggered this exception. Version-Release number of selected component: anaconda-19.31.36-1 The following was filed automatically by anaconda: anaconda 19.31.36-1 exception report Traceback (most recent call first): File "/usr/lib/python2.7/site-packages/pykickstart/commands/method.py", line 53, in __getattr__ return getattr(self.handler.nfs, name) File "/usr/lib/python2.7/site-packages/pykickstart/commands/method.py", line 111, in __getattr__ return FC3_Method.__getattr__(self, name) File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/source.py", line 398, in _method_changed if old_source.method == "harddrive" and old_source.partition: File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/source.py", line 457, in changed method_changed = self._method_changed() File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/hubs/__init__.py", line 125, in _runSpoke if action.changed and (not action.skipTo or (action.skipTo and action.applyOnSkip)): File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/hubs/__init__.py", line 409, in _on_spoke_clicked self._runSpoke(spoke) AttributeError: 'FC6_NFS' object has no attribute 'partition' Additional info: cmdline: /usr/bin/python /sbin/anaconda cmdline_file: initrd=initrd.img inst.stage2=hd:LABEL=RHEL-7.0\x20x86_64 inst.sshd BOOT_IMAGE=vmlinuz executable: /sbin/anaconda hashmarkername: anaconda kernel: 3.10.0-54.0.1.el7.x86_64 product: Red Hat Enterprise Linux release: Red Hat Enterprise Linux Server release 7.0 Beta (Maipo) type: anaconda version: 7.0