Bug 1051803 - AttributeError: 'Blivet' object has no attribute 'setFstabSwaps'
Summary: AttributeError: 'Blivet' object has no attribute 'setFstabSwaps'
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 20
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:d371d8836be559fd2871c93e1f5...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-01-11 17:19 UTC by Jay Jay Billings
Modified: 2014-02-20 22:09 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-02-20 22:09:59 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: anaconda-tb (1.18 MB, text/plain)
2014-01-11 17:19 UTC, Jay Jay Billings
no flags Details
File: anaconda.log (153.19 KB, text/plain)
2014-01-11 17:19 UTC, Jay Jay Billings
no flags Details
File: environ (405 bytes, text/plain)
2014-01-11 17:19 UTC, Jay Jay Billings
no flags Details
File: lsblk_output (2.65 KB, text/plain)
2014-01-11 17:19 UTC, Jay Jay Billings
no flags Details
File: nmcli_dev_list (4.29 KB, text/plain)
2014-01-11 17:19 UTC, Jay Jay Billings
no flags Details
File: os_info (375 bytes, text/plain)
2014-01-11 17:19 UTC, Jay Jay Billings
no flags Details
File: program.log (59.77 KB, text/plain)
2014-01-11 17:19 UTC, Jay Jay Billings
no flags Details
File: storage.log (816.18 KB, text/plain)
2014-01-11 17:19 UTC, Jay Jay Billings
no flags Details
File: syslog (112.69 KB, text/plain)
2014-01-11 17:19 UTC, Jay Jay Billings
no flags Details
File: ifcfg.log (1.38 KB, text/plain)
2014-01-11 17:19 UTC, Jay Jay Billings
no flags Details
File: packaging.log (1.53 KB, text/plain)
2014-01-11 17:19 UTC, Jay Jay Billings
no flags Details

Description Jay Jay Billings 2014-01-11 17:19:21 UTC
Description of problem:
I was trying to install Fedora 20 using the full distro image on a USB stick. I have several disks that needed to be configured in a particular way and after doing a custom configuration it failed. I tried it twice.

Version-Release number of selected component:
anaconda-20.25.15-1

The following was filed automatically by anaconda:
anaconda 20.25.15-1 exception report
Traceback (most recent call first):
  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 681, in apply
    self.storage.setFstabSwaps(new_swaps)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/hubs/__init__.py", line 125, in _runSpoke
    action.apply()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/hubs/__init__.py", line 424, in _on_spoke_clicked
    self._runSpoke(spoke)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/hubs/__init__.py", line 442, in _on_spoke_clicked
    self._on_spoke_clicked(self._spokes[dest].selector, None, self._spokes[dest])
AttributeError: 'Blivet' object has no attribute 'setFstabSwaps'

Additional info:
cmdline:        /usr/bin/python  /sbin/anaconda
cmdline_file:   initrd=initrd.img inst.stage2=hd:LABEL=FEDORA quiet inst.updates=http://dlehman.fedorapeople.org/updates/updates-980267.0.img BOOT_IMAGE=vmlinuz 
executable:     /sbin/anaconda
hashmarkername: anaconda
kernel:         3.11.10-301.fc20.x86_64
product:        Fedora
release:        Cannot get release name.
type:           anaconda
version:        20

Comment 1 Jay Jay Billings 2014-01-11 17:19:26 UTC
Created attachment 848665 [details]
File: anaconda-tb

Comment 2 Jay Jay Billings 2014-01-11 17:19:27 UTC
Created attachment 848666 [details]
File: anaconda.log

Comment 3 Jay Jay Billings 2014-01-11 17:19:29 UTC
Created attachment 848667 [details]
File: environ

Comment 4 Jay Jay Billings 2014-01-11 17:19:30 UTC
Created attachment 848668 [details]
File: lsblk_output

Comment 5 Jay Jay Billings 2014-01-11 17:19:32 UTC
Created attachment 848669 [details]
File: nmcli_dev_list

Comment 6 Jay Jay Billings 2014-01-11 17:19:33 UTC
Created attachment 848670 [details]
File: os_info

Comment 7 Jay Jay Billings 2014-01-11 17:19:35 UTC
Created attachment 848671 [details]
File: program.log

Comment 8 Jay Jay Billings 2014-01-11 17:19:39 UTC
Created attachment 848672 [details]
File: storage.log

Comment 9 Jay Jay Billings 2014-01-11 17:19:41 UTC
Created attachment 848673 [details]
File: syslog

Comment 10 Jay Jay Billings 2014-01-11 17:19:42 UTC
Created attachment 848674 [details]
File: ifcfg.log

Comment 11 Jay Jay Billings 2014-01-11 17:19:44 UTC
Created attachment 848675 [details]
File: packaging.log

Comment 12 David Shea 2014-02-20 22:09:59 UTC
There is a problem with your image. setFstabSwaps was added in python-blivet-0.23.1, and anaconda in Fedora 20 requires python-blivet >= 0.23.6. It appears that the version of blivet you are using is too old.


Note You need to log in before you can comment on or make changes to this bug.