Bug 1202444
| Summary: | OverflowError: long too big to convert | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Kamil Páral <kparal> | ||||||||||||||||||||||||||
| Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> | ||||||||||||||||||||||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||||||
| Version: | 22 | CC: | anaconda-maint-list, awilliam, g.kaviyarasu, jonathan, robatino, vanmeeuwen+fedora, vpodzime | ||||||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||||||
| Whiteboard: | abrt_hash:015f7f315ad25e8bc2e2d3d9b380b7f9d28c6bd03e0c6f28916d17ccb1b898e7 | ||||||||||||||||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||||||
| Last Closed: | 2015-03-16 16:29:35 UTC | Type: | --- | ||||||||||||||||||||||||||
| Regression: | --- | Mount Type: | --- | ||||||||||||||||||||||||||
| Documentation: | --- | CRM: | |||||||||||||||||||||||||||
| Verified Versions: | Category: | --- | |||||||||||||||||||||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||||||||||||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||||||||||||||||
| Embargoed: | |||||||||||||||||||||||||||||
| Bug Depends On: | |||||||||||||||||||||||||||||
| Bug Blocks: | 1043125 | ||||||||||||||||||||||||||||
| Attachments: |
|
||||||||||||||||||||||||||||
Created attachment 1002369 [details]
File: anaconda-tb
Created attachment 1002370 [details]
File: anaconda.log
Created attachment 1002371 [details]
File: dnf.log
Created attachment 1002372 [details]
File: environ
Created attachment 1002373 [details]
File: lsblk_output
Created attachment 1002374 [details]
File: nmcli_dev_list
Created attachment 1002375 [details]
File: os_info
Created attachment 1002376 [details]
File: storage.log
Created attachment 1002377 [details]
File: syslog
Created attachment 1002378 [details]
File: ifcfg.log
Created attachment 1002379 [details]
File: packaging.log
Created attachment 1002380 [details]
File: program.log
Another user experienced a similar problem: Happened again. Happes after I press Done. There's no dialog asking me to free up some space, even though it seems I have none left. If just closes the dialog and then crashes. addons: com_redhat_kdump cmdline: /usr/bin/python2 /sbin/anaconda cmdline_file: BOOT_IMAGE=vmlinuz initrd=initrd.img inst.stage2=hd:LABEL=Fedora-22_B_T2-x86_64 quiet dnf.rpm.log: Mar 16 15:47:16 INFO --- logging initialized --- hashmarkername: anaconda kernel: 4.0.0-0.rc1.git0.1.fc22.x86_64 package: anaconda-22.20.4-1 product: Fedora" reason: OverflowError: long too big to convert release: Cannot get release name. version: Fedora Another user experienced a similar problem: I reproduced on a different VM with different disk contents. Seem to be pretty reliably broken :) addons: com_redhat_kdump cmdline: /usr/bin/python2 /sbin/anaconda cmdline_file: BOOT_IMAGE=vmlinuz initrd=initrd.img inst.stage2=hd:LABEL=Fedora-22_B_T2-x86_64 quiet dnf.rpm.log: Mar 16 15:51:46 INFO --- logging initialized --- hashmarkername: anaconda kernel: 4.0.0-0.rc1.git0.1.fc22.x86_64 package: anaconda-22.20.4-1 product: Fedora" reason: OverflowError: long too big to convert release: Cannot get release name. version: Fedora Proposing as a Beta blocker. Violates the usual "work with common disk contents" criteria. This is with Beta TC2 Server netinst x86_64. Probably a duplicate of bug 1200812. *** This bug has been marked as a duplicate of bug 1200812 *** |
Description of problem: I simply opened the partitioning spoke and hit Alt+D (for Done, not sure if that got registered or the exception occurred sooner). Version-Release number of selected component: anaconda-22.20.4-1 The following was filed automatically by anaconda: anaconda 22.20.4-1 exception report Traceback (most recent call first): File "/usr/lib64/python2.7/site-packages/gi/overrides/BlockDev.py", line 109, in lvm_round_size_to_pe return _lvm_round_size_to_pe(size, pe_size, roundup) File "/usr/lib/python2.7/site-packages/blivet/devices/lvm.py", line 377, in align return Size(blockdev.lvm_round_size_to_pe(size, self.peSize, roundup)) File "/usr/lib/python2.7/site-packages/blivet/partitioning.py", line 941, in __init__ lv.vg.align(lv.format.maxSize)) if l > Size(0)] File "/usr/lib/python2.7/site-packages/blivet/partitioning.py", line 1848, in growLVM chunk = VGChunk(vg, requests=[LVRequest(l) for l in fatlvs]) File "/usr/lib/python2.7/site-packages/blivet/autopart.py", line 477, in doAutoPartition growLVM(storage) File "/usr/lib64/python2.7/site-packages/pyanaconda/kickstart.py", line 340, in execute doAutoPartition(storage, ksdata, min_luks_entropy=MIN_CREATE_ENTROPY) File "/usr/lib64/python2.7/site-packages/pyanaconda/kickstart.py", line 2062, in doKickstartStorage ksdata.autopart.execute(storage, ksdata, instClass) File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/storage.py", line 326, in _doExecute doKickstartStorage(self.storage, self.data, self.instclass) File "/usr/lib64/python2.7/threading.py", line 766, in run self.__target(*self.__args, **self.__kwargs) File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 238, in run threading.Thread.run(self, *args, **kwargs) OverflowError: long too big to convert Additional info: addons: com_redhat_kdump cmdline: /usr/bin/python2 /sbin/anaconda cmdline_file: BOOT_IMAGE=vmlinuz initrd=initrd.img inst.stage2=hd:LABEL=Fedora-22_B_T2-x86_64 quiet dnf.rpm.log: Mar 16 15:43:46 INFO --- logging initialized --- executable: /sbin/anaconda hashmarkername: anaconda kernel: 4.0.0-0.rc1.git0.1.fc22.x86_64 product: Fedora" release: Cannot get release name. type: anaconda version: Fedora