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 860848 Details for
Bug 1062842
"invalid value for bytes param" crash calculating minimum size of a small NTFS partition
[?]
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.
anaconda.log
anaconda.log (text/plain), 9.30 KB, created by
Adam Williamson
on 2014-02-08 07:58:55 UTC
(
hide
)
Description:
anaconda.log
Filename:
MIME Type:
Creator:
Adam Williamson
Created:
2014-02-08 07:58:55 UTC
Size:
9.30 KB
patch
obsolete
>02:47:15,197 INFO anaconda: /sbin/anaconda 21.20-1 >02:47:15,528 INFO anaconda: 1966080 kB (1920 MB) are available >02:47:15,529 INFO anaconda: check_memory(): total:1920, needed:512, graphical:512 >02:47:15,530 INFO anaconda: Not doing 'start audit daemon' in live installation >02:47:15,531 INFO anaconda: anaconda called with cmdline = ['/sbin/anaconda', '--liveinst', '--method=livecd:///dev/mapper/live-base'] >02:47:15,532 INFO anaconda: Default encoding = ascii >02:47:16,205 WARN anaconda.stdout: Not asking for VNC because we don't have a network >02:47:16,209 INFO anaconda: Display mode = g >02:47:16,213 INFO anaconda: 1966080 kB (1920 MB) are available >02:47:16,214 INFO anaconda: check_memory(): total:1920, needed:512, graphical:512 >02:47:16,927 WARN anaconda: module import of __init__ failed: <type 'exceptions.AttributeError'> >02:47:16,930 WARN anaconda: module import of __init__ failed: <type 'exceptions.AttributeError'> >02:47:16,932 INFO anaconda: using only installclass _Fedora >02:47:16,940 INFO anaconda: bootloader EFIGRUB on EFI platform >02:47:17,025 INFO anaconda: bootloader EFIGRUB on EFI platform >02:47:17,072 DEBUG anaconda: network: devices found ['wlp0s20u2u4u3'] >02:47:17,152 DEBUG anaconda: updating hostname localhost.localdomain >02:47:17,234 INFO anaconda: Running Thread: AnaStorageThread (-1280861376) >02:47:17,236 INFO anaconda: Running Thread: AnaTimeInitThread (-1290798272) >02:47:17,238 INFO anaconda: Running Thread: AnaWaitForConnectingNMThread (-1301284032) >02:47:17,240 INFO anaconda: Running Thread: AnaPayloadThread (-1311769792) >02:47:17,264 DEBUG anaconda: updating hostname localhost.localdomain >02:47:17,282 INFO anaconda: got 0 NTP servers from DHCP >02:47:17,285 INFO anaconda: Thread Done: AnaWaitForConnectingNMThread (-1301284032) >02:47:17,308 INFO anaconda: Running Thread: AnaGeolocationRefreshThread (-1301284032) >02:47:17,309 INFO anaconda: Starting geolocation lookup >02:47:17,310 INFO anaconda: Not doing 'start chronyd' in live installation >02:47:17,311 INFO anaconda: Geolocation provider: Fedora GeoIP >02:47:17,313 DEBUG anaconda: Using UEFI PlatformLang 'en_US.UTF-8' ('en_US.UTF-8') as our language. >02:47:17,330 DEBUG anaconda: Geoloc: URLError for Fedora GeoIP API lookup: ><urlopen error [Errno -2] Name or service not known> >02:47:17,363 INFO anaconda: Geolocation lookup finished in 0.0 seconds >02:47:17,365 INFO anaconda: no results from geolocation >02:47:17,406 INFO anaconda: Thread Done: AnaGeolocationRefreshThread (-1301284032) >02:47:19,195 INFO anaconda: Not doing 'activate layouts' in live installation >02:47:21,240 DEBUG anaconda: running handleException >02:47:21,251 DEBUG anaconda: Traceback (most recent call last): > > File "/usr/lib/python2.7/site-packages/pyanaconda/threads.py", line 226, 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 145, in storageInitialize > storage.reset() > > File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 426, in reset > self.devicetree.populate(cleanupOnly=cleanupOnly) > > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 2033, in populate > self._populate() > > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 2092, in _populate > self.addUdevDevice(dev) > > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1166, in addUdevDevice > self.handleUdevDeviceFormat(info, device) > > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1809, in handleUdevDeviceFormat > device.format = formats.getFormat(*args, **kwargs) > > File "/usr/lib/python2.7/site-packages/blivet/formats/__init__.py", line 82, in getFormat > fmt = fmt_class(*args, **kwargs) > > File "/usr/lib/python2.7/site-packages/blivet/formats/fs.py", line 117, in __init__ > self.updateSizeInfo() > > File "/usr/lib/python2.7/site-packages/blivet/formats/fs.py", line 222, in updateSizeInfo > self._getMinSize(info=info) # force calculation of minimum size > > File "/usr/lib/python2.7/site-packages/blivet/formats/fs.py", line 1396, in _getMinSize > size = min(minSize * 1.1, minSize + 500, self.currentSize) > > File "/usr/lib/python2.7/site-packages/blivet/size.py", line 232, in __mul__ > return Size(bytes=Decimal.__mul__(self, other, context=context)) > > File "/usr/lib/python2.7/site-packages/blivet/size.py", line 198, in __new__ > raise ValueError("invalid value for bytes param") > >ValueError: invalid value for bytes param > >02:47:21,252 DEBUG anaconda: Gtk not running, starting Gtk and running exception handler in it >02:47:23,419 INFO anaconda: Running kickstart %%traceback script(s) >02:47:23,421 INFO anaconda: All kickstart %%traceback script(s) have been run >02:47:24,391 DEBUG anaconda: Entered spoke: WelcomeLanguageSpoke >02:48:52,807 INFO anaconda: /sbin/anaconda 21.20-1 >02:48:53,019 INFO anaconda: 1966080 kB (1920 MB) are available >02:48:53,020 INFO anaconda: check_memory(): total:1920, needed:512, graphical:512 >02:48:53,021 INFO anaconda: Not doing 'start audit daemon' in live installation >02:48:53,022 INFO anaconda: anaconda called with cmdline = ['/sbin/anaconda', '--liveinst', '--method=livecd:///dev/mapper/live-base'] >02:48:53,023 INFO anaconda: Default encoding = ascii >02:48:53,574 INFO anaconda: Display mode = g >02:48:53,578 INFO anaconda: 1966080 kB (1920 MB) are available >02:48:53,579 INFO anaconda: check_memory(): total:1920, needed:512, graphical:512 >02:48:54,118 WARN anaconda: module import of __init__ failed: <type 'exceptions.AttributeError'> >02:48:54,120 WARN anaconda: module import of __init__ failed: <type 'exceptions.AttributeError'> >02:48:54,123 INFO anaconda: using only installclass _Fedora >02:48:54,130 INFO anaconda: bootloader EFIGRUB on EFI platform >02:48:54,216 INFO anaconda: bootloader EFIGRUB on EFI platform >02:48:54,265 DEBUG anaconda: network: devices found ['wlp0s20u2u4u3'] >02:48:54,579 DEBUG anaconda: updating hostname localhost.happyassassin.net >02:48:54,661 INFO anaconda: Running Thread: AnaStorageThread (-1280230592) >02:48:54,662 INFO anaconda: Running Thread: AnaTimeInitThread (-1289749696) >02:48:54,663 INFO anaconda: Running Thread: AnaWaitForConnectingNMThread (-1300235456) >02:48:54,664 INFO anaconda: Running Thread: AnaPayloadThread (-1310721216) >02:48:54,796 INFO anaconda: got 0 NTP servers from DHCP >02:48:54,799 INFO anaconda: Thread Done: AnaWaitForConnectingNMThread (-1300235456) >02:48:54,831 INFO anaconda: Running Thread: AnaGeolocationRefreshThread (-1300235456) >02:48:54,832 INFO anaconda: Not doing 'start chronyd' in live installation >02:48:54,833 INFO anaconda: Starting geolocation lookup >02:48:54,835 INFO anaconda: Geolocation provider: Fedora GeoIP >02:48:54,840 DEBUG anaconda: Using UEFI PlatformLang 'en_US.UTF-8' ('en_US.UTF-8') as our language. >02:48:56,540 INFO anaconda: Not doing 'activate layouts' in live installation >02:48:56,977 INFO anaconda: Geolocation lookup finished in 2.1 seconds >02:48:56,978 INFO anaconda: got results from geolocation >02:48:56,980 INFO anaconda: Thread Done: AnaGeolocationRefreshThread (-1300235456) >02:48:58,542 DEBUG anaconda: running handleException >02:48:58,544 DEBUG anaconda: Traceback (most recent call last): > > File "/usr/lib/python2.7/site-packages/pyanaconda/threads.py", line 226, 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 145, in storageInitialize > storage.reset() > > File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 426, in reset > self.devicetree.populate(cleanupOnly=cleanupOnly) > > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 2033, in populate > self._populate() > > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 2092, in _populate > self.addUdevDevice(dev) > > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1166, in addUdevDevice > self.handleUdevDeviceFormat(info, device) > > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1809, in handleUdevDeviceFormat > device.format = formats.getFormat(*args, **kwargs) > > File "/usr/lib/python2.7/site-packages/blivet/formats/__init__.py", line 82, in getFormat > fmt = fmt_class(*args, **kwargs) > > File "/usr/lib/python2.7/site-packages/blivet/formats/fs.py", line 117, in __init__ > self.updateSizeInfo() > > File "/usr/lib/python2.7/site-packages/blivet/formats/fs.py", line 222, in updateSizeInfo > self._getMinSize(info=info) # force calculation of minimum size > > File "/usr/lib/python2.7/site-packages/blivet/formats/fs.py", line 1396, in _getMinSize > size = min(minSize * 1.1, minSize + 500, self.currentSize) > > File "/usr/lib/python2.7/site-packages/blivet/size.py", line 232, in __mul__ > return Size(bytes=Decimal.__mul__(self, other, context=context)) > > File "/usr/lib/python2.7/site-packages/blivet/size.py", line 198, in __new__ > raise ValueError("invalid value for bytes param") > >ValueError: invalid value for bytes param > >02:48:58,546 DEBUG anaconda: Gtk not running, starting Gtk and running exception handler in it >02:49:04,138 INFO anaconda: Running kickstart %%traceback script(s) >02:49:04,139 INFO anaconda: All kickstart %%traceback script(s) have been run >02:49:04,806 DEBUG anaconda: Entered spoke: WelcomeLanguageSpoke
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 1062842
:
860845
|
860846
|
860847
| 860848