Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 952211 Details for
Bug 1158968
AttributeError: 'DMRaidArrayDevice' object has no attribute 'formatClass'
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
File: anaconda.log
anaconda.log (text/plain), 10.54 KB, created by
Richard S. Hendershot
on 2014-10-30 15:27:45 UTC
(
hide
)
Description:
File: anaconda.log
Filename:
MIME Type:
Creator:
Richard S. Hendershot
Created:
2014-10-30 15:27:45 UTC
Size:
10.54 KB
patch
obsolete
>15:25:33,003 INFO anaconda: /sbin/anaconda 21.48.12-1 >15:25:33,727 INFO anaconda: 3407872 kB (3328 MB) are available >15:25:33,863 INFO anaconda: check_memory(): total:3407872, needed:320, graphical:410 >15:25:33,928 INFO anaconda: anaconda called with cmdline = ['/sbin/anaconda'] >15:25:33,929 INFO anaconda: Default encoding = utf-8 >15:25:34,131 INFO anaconda: Parsing kickstart: /usr/share/anaconda/interactive-defaults.ks >15:25:34,250 INFO anaconda: 3407872 kB (3328 MB) are available >15:25:39,346 INFO anaconda: Display mode = g >15:25:39,348 INFO anaconda: 3407872 kB (3328 MB) are available >15:25:39,457 INFO anaconda: check_memory(): total:3407872, needed:320, graphical:410 >15:25:42,418 DEBUG anaconda: X server has signalled a successful start. >15:25:42,423 INFO anaconda: Starting window manager, pid 1398. >15:25:42,668 INFO anaconda: Started spice-vdagent. >15:25:44,634 INFO anaconda: _Fedora is the highest priority installclass, using it >15:25:46,218 INFO anaconda: bootloader GRUB2 on X86 platform >15:25:46,250 INFO anaconda: bootloader GRUB2 on X86 platform >15:25:46,286 DEBUG anaconda: network: devices found ['enp4s0'] >15:25:46,581 DEBUG anaconda: network: dumping ifcfg file for default autoconnection on enp4s0 >15:25:46,665 DEBUG anaconda: network: setting autoconnect of enp4s0 to False >15:25:46,666 DEBUG anaconda: network: missing ifcfgs created for devices ['enp4s0'] >15:25:46,766 DEBUG anaconda: updating hostname MVX6 >15:25:46,807 INFO anaconda: Running Thread: AnaStorageThread (-1276773568) >15:25:46,808 INFO anaconda: Running Thread: AnaTimeInitThread (-1314632896) >15:25:46,810 INFO anaconda: Running Thread: AnaWaitForConnectingNMThread (-1323025600) >15:25:46,814 INFO anaconda: Running Thread: AnaPayloadRestartThread (-1331418304) >15:25:46,816 INFO anaconda: Running Thread: AnaPayloadThread (-1339811008) >15:25:46,816 INFO anaconda: Thread Done: AnaPayloadRestartThread (-1331418304) >15:25:46,862 INFO anaconda: got 0 NTP servers from DHCP >15:25:46,863 INFO anaconda: Thread Done: AnaWaitForConnectingNMThread (-1323025600) >15:25:46,882 INFO anaconda: Running Thread: AnaGeolocationRefreshThread (-1323025600) >15:25:46,883 INFO anaconda: Starting geolocation lookup >15:25:46,883 INFO anaconda: Geolocation provider: Fedora GeoIP >15:25:47,364 INFO anaconda: Geolocation lookup finished in 0.5 seconds >15:25:47,366 INFO anaconda: got results from geolocation >15:25:47,370 INFO anaconda: Thread Done: AnaGeolocationRefreshThread (-1323025600) >15:25:59,021 DEBUG anaconda: Detected primary monitor: 1680x1050 90dpix 90dpiy >15:25:59,027 DEBUG anaconda: running handleException >15:25:59,027 CRIT anaconda: Traceback (most recent call last): > > File "/usr/lib/python2.7/site-packages/pyanaconda/threads.py", line 227, in run > threading.Thread.run(self, *args, **kwargs) > > File "/usr/lib/python2.7/threading.py", line 766, in run > self.__target(*self.__args, **self.__kwargs) > > File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 183, in storageInitialize > storage.reset() > > File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 479, in reset > self.devicetree.populate(cleanupOnly=cleanupOnly) > > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 2105, in populate > self._populate() > > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 2170, in _populate > self.addUdevDevice(dev) > > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1233, in addUdevDevice > self.handleUdevDeviceFormat(info, device) > > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1882, in handleUdevDeviceFormat > self.handleUdevDMRaidMemberFormat(info, device) > > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1679, in handleUdevDMRaidMemberFormat > parents=[device]) > > File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 4277, in __init__ > sysfsPath=sysfsPath) > > File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 2083, in __init__ > parents=parents, sysfsPath=sysfsPath) > > File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 576, in __init__ > Device.__init__(self, name, parents=parents) > > File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 268, in __init__ > self.parents = parents > > File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 325, in _setParentList > self._parents.append(parent) > > File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 183, in append > self.appendfunc(y) > > File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 2419, in _addParent > error = self._verifyMemberFormat(member) > > File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 2362, in _verifyMemberFormat > if not isinstance(member.format, self.formatClass): > >AttributeError: 'DMRaidArrayDevice' object has no attribute 'formatClass' > >15:25:59,028 DEBUG anaconda: Gtk running, queuing exception handler to the main loop >15:25:59,028 INFO anaconda: Thread Done: AnaStorageThread (-1276773568) >15:25:59,029 DEBUG anaconda: running handleException >15:25:59,029 CRIT anaconda: Traceback (most recent call last): > > File "/usr/lib/python2.7/site-packages/pyanaconda/threads.py", line 227, in run > threading.Thread.run(self, *args, **kwargs) > > File "/usr/lib/python2.7/threading.py", line 766, in run > self.__target(*self.__args, **self.__kwargs) > > File "/usr/lib/python2.7/site-packages/pyanaconda/timezone.py", line 75, in time_initialize > threadMgr.wait(THREAD_STORAGE) > > File "/usr/lib/python2.7/site-packages/pyanaconda/threads.py", line 112, in wait > self.raise_if_error(name) > > File "/usr/lib/python2.7/site-packages/pyanaconda/threads.py", line 227, in run > threading.Thread.run(self, *args, **kwargs) > > File "/usr/lib/python2.7/threading.py", line 766, in run > self.__target(*self.__args, **self.__kwargs) > > File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 183, in storageInitialize > storage.reset() > > File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 479, in reset > self.devicetree.populate(cleanupOnly=cleanupOnly) > > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 2105, in populate > self._populate() > > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 2170, in _populate > self.addUdevDevice(dev) > > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1233, in addUdevDevice > self.handleUdevDeviceFormat(info, device) > > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1882, in handleUdevDeviceFormat > self.handleUdevDMRaidMemberFormat(info, device) > > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1679, in handleUdevDMRaidMemberFormat > parents=[device]) > > File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 4277, in __init__ > sysfsPath=sysfsPath) > > File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 2083, in __init__ > parents=parents, sysfsPath=sysfsPath) > > File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 576, in __init__ > Device.__init__(self, name, parents=parents) > > File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 268, in __init__ > self.parents = parents > > File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 325, in _setParentList > self._parents.append(parent) > > File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 183, in append > self.appendfunc(y) > > File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 2419, in _addParent > error = self._verifyMemberFormat(member) > > File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 2362, in _verifyMemberFormat > if not isinstance(member.format, self.formatClass): > >AttributeError: 'DMRaidArrayDevice' object has no attribute 'formatClass' > >15:25:59,030 DEBUG anaconda: Gtk running, queuing exception handler to the main loop >15:25:59,030 INFO anaconda: Thread Done: AnaTimeInitThread (-1314632896) >15:25:59,134 WARN anaconda: /usr/lib/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:138: Warning: The property GtkAlignment:yalign is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >15:25:59,135 WARN anaconda: /usr/lib/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:138: Warning: The property GtkAlignment:bottom-padding is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >15:25:59,138 WARN anaconda: /usr/lib/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:138: Warning: The property GtkAlignment:left-padding is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >15:25:59,140 WARN anaconda: /usr/lib/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:138: Warning: The property GtkAlignment:right-padding is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >15:25:59,152 WARN anaconda: /usr/lib/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:138: Warning: The property GtkWidget:margin-left is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >15:25:59,163 WARN anaconda: /usr/lib/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:138: Warning: The property GtkWidget:margin-right is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >15:25:59,170 WARN anaconda: /usr/lib/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:138: Warning: The property GtkMisc:ypad is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >15:26:00,812 DEBUG anaconda: Entered spoke: WelcomeLanguageSpoke >15:26:00,817 WARN anaconda: logo image is missing, using a substitute >15:26:04,310 INFO anaconda: Running kickstart %%traceback script(s) >15:26:04,310 INFO anaconda: All kickstart %%traceback script(s) have been run >15:26:04,422 WARN anaconda: /usr/lib/python2.7/site-packages/meh/ui/gui.py:79: Warning: The property GtkImage:stock is deprecated and shouldn't be used anymore. It will be removed in a future version. > builder.add_from_file(glade_file) > >15:26:05,276 INFO anaconda: Running kickstart %%traceback script(s) >15:26:05,276 INFO anaconda: All kickstart %%traceback script(s) have been run
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1158968
:
952210
| 952211 |
952212
|
952213
|
952214
|
952215
|
952216
|
952217
|
952218
|
952219
|
952220
|
966005
|
966006