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 883703 Details for
Bug 1085057
Using string formatting operator in logging method argument expressions
[?]
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), 5.32 KB, created by
Kevin R. Porter
on 2014-04-07 17:15:07 UTC
(
hide
)
Description:
File: anaconda.log
Filename:
MIME Type:
Creator:
Kevin R. Porter
Created:
2014-04-07 17:15:07 UTC
Size:
5.32 KB
patch
obsolete
>12:53:12,134 INFO anaconda: /sbin/anaconda 21.31-1 >12:53:12,335 INFO anaconda: 8126464 kB (7936 MB) are available >12:53:12,336 INFO anaconda: check_memory(): total:7936, needed:512, graphical:512 >12:53:12,358 INFO anaconda: Not doing 'start audit daemon' in live installation >12:53:12,370 INFO anaconda: anaconda called with cmdline = ['/sbin/anaconda', '--liveinst', '--method=livecd:///dev/mapper/live-base'] >12:53:12,373 INFO anaconda: Default encoding = ascii >12:53:12,941 WARN anaconda.stdout: Not asking for VNC because we don't have a network >12:53:12,946 INFO anaconda: Display mode = g >12:53:12,947 INFO anaconda: 8126464 kB (7936 MB) are available >12:53:12,947 INFO anaconda: check_memory(): total:7936, needed:512, graphical:512 >12:53:13,302 WARN anaconda: module import of __init__ failed: <type 'exceptions.AttributeError'> >12:53:13,304 WARN anaconda: module import of __init__ failed: <type 'exceptions.AttributeError'> >12:53:13,304 INFO anaconda: using only installclass _Fedora >12:53:13,311 INFO anaconda: bootloader GRUB2 on X86 platform >12:53:13,354 INFO anaconda: bootloader GRUB2 on X86 platform >12:53:13,380 DEBUG anaconda: network: devices found ['em1', 'wlp2s0'] >12:53:13,634 DEBUG anaconda: updating hostname localhost.localdomain >12:53:13,654 INFO anaconda: Running Thread: AnaStorageThread (140294039521024) >12:53:13,655 INFO anaconda: Running Thread: AnaTimeInitThread (140294031128320) >12:53:13,656 INFO anaconda: Running Thread: AnaWaitForConnectingNMThread (140294022735616) >12:53:13,680 INFO anaconda: Running Thread: AnaPayloadThread (140294014342912) >12:53:13,694 DEBUG anaconda: updating hostname localhost.localdomain >12:53:13,702 INFO anaconda: got 0 NTP servers from DHCP >12:53:13,702 INFO anaconda: Thread Done: AnaWaitForConnectingNMThread (140294022735616) >12:53:13,718 INFO anaconda: Not doing 'start chronyd' in live installation >12:53:13,749 INFO anaconda: Running Thread: AnaGeolocationRefreshThread (140294022735616) >12:53:13,798 INFO anaconda: Starting geolocation lookup >12:53:13,798 INFO anaconda: Geolocation provider: Fedora GeoIP >12:53:13,804 DEBUG anaconda: Geoloc: URLError for Fedora GeoIP API lookup: ><urlopen error [Errno -2] Name or service not known> >12:53:13,804 INFO anaconda: Geolocation lookup finished in 0.0 seconds >12:53:13,804 INFO anaconda: no results from geolocation >12:53:13,920 INFO anaconda: Thread Done: AnaGeolocationRefreshThread (140294022735616) >12:53:15,022 INFO anaconda: Not doing 'activate layouts' in live installation >12:53:16,954 DEBUG anaconda: Entered spoke: WelcomeLanguageSpoke >12:53:23,053 DEBUG anaconda: running handleException >12:53:23,054 DEBUG anaconda: Traceback (most recent call last): > > File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 227, in run > threading.Thread.run(self, *args, **kwargs) > > File "/usr/lib64/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 146, in storageInitialize > storage.reset() > > File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 429, in reset > self.devicetree.populate(cleanupOnly=cleanupOnly) > > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 2019, in populate > self._populate() > > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 2083, in _populate > self.addUdevDevice(dev) > > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1194, in addUdevDevice > self.handleUdevDeviceFormat(info, device) > > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1800, in handleUdevDeviceFormat > self.handleUdevMDMemberFormat(info, device) > > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1509, in handleUdevMDMemberFormat > md_array = self.getDeviceByUuid(device.format.mdUuid, incomplete=True) > > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 2190, in getDeviceByUuid > log_method_return(self, found) > > File "/usr/lib/python2.7/site-packages/blivet/storage_log.py", line 45, in log_method_return > logging.getLogger("blivet").debug(fmt % fmt_args) > > File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 575, in __str__ > s = "%s %s %s" % (exist, self.size, super(StorageDevice, self).__str__()) > > File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 3290, in size > smallestMemberSize = self.smallestMember.size - self.superBlockSize > > File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 3266, in superBlockSize > return mdraid.get_raid_superblock_size(self.rawArraySize, > > File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 3260, in rawArraySize > smallestMemberSize) > > File "/usr/lib/python2.7/site-packages/blivet/devicelibs/mdraid.py", line 59, in get_raw_array_size > raise MDRaidError("get_raw_array_size is not defined for level container.") > >MDRaidError: get_raw_array_size is not defined for level container. > >12:53:23,054 DEBUG anaconda: Gtk running, queuing exception handler to the main loop >12:53:23,061 INFO anaconda: Thread Done: AnaStorageThread (140294039521024) >12:53:23,087 INFO anaconda: Thread Done: AnaTimeInitThread (140294031128320) >12:53:23,241 INFO anaconda: Thread Done: AnaPayloadThread (140294014342912) >12:53:24,710 INFO anaconda: Running kickstart %%traceback script(s) >12:53:24,711 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 1085057
:
883702
| 883703 |
883704
|
883705
|
883706
|
883707
|
883708
|
883709
|
883710
|
883711