Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 951782 - AttributeError: 'Iso9660FS' object has no attribute 'partedDisk'
Summary: AttributeError: 'Iso9660FS' object has no attribute 'partedDisk'
Keywords:
Status: CLOSED DUPLICATE of bug 950510
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 19
Hardware: i686
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:928091aa5353fb59e543fd8d26c...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-04-13 06:29 UTC by Chuck Forsberg
Modified: 2013-04-15 12:59 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-04-15 12:59:51 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: anaconda-tb (deleted)
2013-04-13 06:29 UTC, Chuck Forsberg
no flags Details
File: anaconda.log (deleted)
2013-04-13 06:29 UTC, Chuck Forsberg
no flags Details
File: backtrace (deleted)
2013-04-13 06:29 UTC, Chuck Forsberg
no flags Details
File: environ (deleted)
2013-04-13 06:29 UTC, Chuck Forsberg
no flags Details
File: ifcfg.log (deleted)
2013-04-13 06:29 UTC, Chuck Forsberg
no flags Details
File: lsblk_output (deleted)
2013-04-13 06:29 UTC, Chuck Forsberg
no flags Details
File: nmcli_dev_list (deleted)
2013-04-13 06:29 UTC, Chuck Forsberg
no flags Details
File: packaging.log (deleted)
2013-04-13 06:29 UTC, Chuck Forsberg
no flags Details
File: program.log (deleted)
2013-04-13 06:29 UTC, Chuck Forsberg
no flags Details
File: storage.log (deleted)
2013-04-13 06:29 UTC, Chuck Forsberg
no flags Details
File: syslog (deleted)
2013-04-13 06:29 UTC, Chuck Forsberg
no flags Details

Description Chuck Forsberg 2013-04-13 06:29:28 UTC
Description of problem:
The following was filed automatically by anaconda:
anaconda 19.18-1 exception report
Traceback (most recent call first):
  File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 1150, in __init__
    self._partedPartition = self.disk.format.partedDisk.getPartitionByPath(self.path)
  File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 812, in addUdevPartitionDevice
    exists=True, parents=[disk])
  File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1046, in addUdevDevice
    device = self.addUdevPartitionDevice(info)
  File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1866, in _populate
    self.addUdevDevice(dev)
  File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1810, in populate
    self._populate()
  File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 406, in reset
    self.devicetree.populate(cleanupOnly=cleanupOnly)
  File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 137, in storageInitialize
    storage.reset()
  File "/usr/lib/python2.7/threading.py", line 504, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/lib/python2.7/site-packages/pyanaconda/threads.py", line 141, in run
    threading.Thread.run(self, *args, **kwargs)
AttributeError: 'Iso9660FS' object has no attribute 'partedDisk'

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

Additional info:
cmdline:        /usr/bin/python  /sbin/anaconda
cmdline_file:   initrd=initrd.img inst.stage2=hd:LABEL=Fedora\x2019-Alpha-TC6\x20i386 rd.live.check quiet BOOT_IMAGE=vmlinuz 
executable:     /sbin/anaconda
hashmarkername: anaconda
kernel:         3.9.0-0.rc6.git2.1.fc19.i686
product:        Fedora
release:        Cannot get release name.
type:           anaconda
version:        19-Alpha-TC6

Truncated backtrace:
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/pyanaconda/threads.py", line 141, in run
    threading.Thread.run(self, *args, **kwargs)
  File "/usr/lib/python2.7/threading.py", line 504, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 137, in storageInitialize
    storage.reset()
  File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 406, in reset
    self.devicetree.populate(cleanupOnly=cleanupOnly)
  File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1810, in populate
    self._populate()
  File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1866, in _populate
    self.addUdevDevice(dev)
  File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1046, in addUdevDevice
    device = self.addUdevPartitionDevice(info)
  File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 812, in addUdevPartitionDevice
    exists=True, parents=[disk])
  File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 1150, in __init__
    self._partedPartition = self.disk.format.partedDisk.getPartitionByPath(self.path)
AttributeError: 'Iso9660FS' object has no attribute 'partedDisk'

Comment 1 Chuck Forsberg 2013-04-13 06:29:32 UTC
Created attachment 735194 [details]
File: anaconda-tb

Comment 2 Chuck Forsberg 2013-04-13 06:29:34 UTC
Created attachment 735195 [details]
File: anaconda.log

Comment 3 Chuck Forsberg 2013-04-13 06:29:36 UTC
Created attachment 735196 [details]
File: backtrace

Comment 4 Chuck Forsberg 2013-04-13 06:29:37 UTC
Created attachment 735197 [details]
File: environ

Comment 5 Chuck Forsberg 2013-04-13 06:29:39 UTC
Created attachment 735198 [details]
File: ifcfg.log

Comment 6 Chuck Forsberg 2013-04-13 06:29:40 UTC
Created attachment 735199 [details]
File: lsblk_output

Comment 7 Chuck Forsberg 2013-04-13 06:29:42 UTC
Created attachment 735200 [details]
File: nmcli_dev_list

Comment 8 Chuck Forsberg 2013-04-13 06:29:43 UTC
Created attachment 735201 [details]
File: packaging.log

Comment 9 Chuck Forsberg 2013-04-13 06:29:45 UTC
Created attachment 735202 [details]
File: program.log

Comment 10 Chuck Forsberg 2013-04-13 06:29:47 UTC
Created attachment 735203 [details]
File: storage.log

Comment 11 Chuck Forsberg 2013-04-13 06:29:48 UTC
Created attachment 735204 [details]
File: syslog

Comment 12 Leslie Satenstein 2013-04-13 22:57:50 UTC
Description of problem:
Created a USB Flash drive as follows
a) New device / partition table 
b) create fat32 partition
sha256sum to verify Fedora download
d) dd if=Fedora-1`9-Alpha-TC6....   of=/dev/sde bs=2048

this step d) works well with all TC up to tc6,  TC5 was 100%

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

Additional info:
cmdline:        /usr/bin/python  /sbin/anaconda
cmdline_file:   initrd=initrd.img inst.stage2=hd:LABEL=Fedora\x2019-Alpha-TC6\x20x86_64 quiet BOOT_IMAGE=vmlinuz 
executable:     /sbin/anaconda
hashmarkername: anaconda
kernel:         3.9.0-0.rc6.git2.1.fc19.x86_64
product:        Fedora
release:        Cannot get release name.
type:           anaconda
version:        19-Alpha-TC6

Truncated backtrace:
Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 141, in run
    threading.Thread.run(self, *args, **kwargs)
  File "/usr/lib64/python2.7/threading.py", line 504, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 137, in storageInitialize
    storage.reset()
  File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 406, in reset
    self.devicetree.populate(cleanupOnly=cleanupOnly)
  File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1810, in populate
    self._populate()
  File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1866, in _populate
    self.addUdevDevice(dev)
  File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1046, in addUdevDevice
    device = self.addUdevPartitionDevice(info)
  File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 812, in addUdevPartitionDevice
    exists=True, parents=[disk])
  File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 1150, in __init__
    self._partedPartition = self.disk.format.partedDisk.getPartitionByPath(self.path)
AttributeError: 'Iso9660FS' object has no attribute 'partedDisk'

Comment 13 Leslie Satenstein 2013-04-15 00:21:02 UTC
I am ready to test after tc6 is redeployed.

Comment 14 Chris Lumens 2013-04-15 12:59:51 UTC

*** This bug has been marked as a duplicate of bug 950510 ***


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