Bug 1599008 - _ped.IOException: Partition map has no partition map entry!
Summary: _ped.IOException: Partition map has no partition map entry!
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora
Classification: Fedora
Component: python-blivet
Version: 28
Hardware: ppc64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Blivet Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:fba78003a388c6bc9a9ba31bc6c...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-07-07 21:57 UTC by Vijay Wagle
Modified: 2019-05-28 21:47 UTC (History)
13 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2019-05-28 21:47:48 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: anaconda-tb (1005.96 KB, text/plain)
2018-07-07 21:57 UTC, Vijay Wagle
no flags Details
File: anaconda.log (45.16 KB, text/plain)
2018-07-07 21:57 UTC, Vijay Wagle
no flags Details
File: dbus.log (3.13 KB, text/plain)
2018-07-07 21:57 UTC, Vijay Wagle
no flags Details
File: dnf.librepo.log (9.76 KB, text/plain)
2018-07-07 21:57 UTC, Vijay Wagle
no flags Details
File: environ (636 bytes, text/plain)
2018-07-07 21:57 UTC, Vijay Wagle
no flags Details
File: hawkey.log (3.33 KB, text/plain)
2018-07-07 21:57 UTC, Vijay Wagle
no flags Details
File: lorax-packages.log (23.59 KB, text/plain)
2018-07-07 21:57 UTC, Vijay Wagle
no flags Details
File: lsblk_output (1.84 KB, text/plain)
2018-07-07 21:57 UTC, Vijay Wagle
no flags Details
File: nmcli_dev_list (2.38 KB, text/plain)
2018-07-07 21:57 UTC, Vijay Wagle
no flags Details
File: os_info (556 bytes, text/plain)
2018-07-07 21:57 UTC, Vijay Wagle
no flags Details
File: program.log (76.49 KB, text/plain)
2018-07-07 21:57 UTC, Vijay Wagle
no flags Details
File: storage.log (256.93 KB, text/plain)
2018-07-07 21:57 UTC, Vijay Wagle
no flags Details
File: syslog (352.04 KB, text/plain)
2018-07-07 21:57 UTC, Vijay Wagle
no flags Details
File: ifcfg.log (4.90 KB, text/plain)
2018-07-07 21:57 UTC, Vijay Wagle
no flags Details
File: packaging.log (16.04 KB, text/plain)
2018-07-07 21:57 UTC, Vijay Wagle
no flags Details

Description Vijay Wagle 2018-07-07 21:57:14 UTC
Description of problem:
Created a Fedora 28 Alternate DVD for PowerPC64 architecture for my PowerMac G5
Booted the box in Openfirmware 
Pointed the boot to Fedora 28 DVD \boot\grub\powerpc-ieee1275\core.elf
Walked through the installation process until install on HD
Selected auto-partitioning of HD to install Fedora
Next screen for root password is unresponsive
Unable to set password and Fedora install crashes with HD partitioning 

Version-Release number of selected component:
anaconda-28.22.10

The following was filed automatically by anaconda:
anaconda 28.22.10 exception report
Traceback (most recent call first):
  File "/usr/lib64/python3.6/site-packages/parted/disk.py", line 212, in commit
    return self.__disk.commit()
  File "/usr/lib64/python3.6/site-packages/parted/decorators.py", line 42, in new
    ret = fn(*args, **kwds)
  File "/usr/lib/python3.6/site-packages/blivet/formats/disklabel.py", line 343, in commit
    self.parted_disk.commit()
  File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 53, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib/python3.6/site-packages/blivet/devices/partition.py", line 767, in _destroy
    self.disk.original_format.commit()
  File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 53, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib/python3.6/site-packages/blivet/devices/storage.py", line 493, in destroy
    self._destroy()
  File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 53, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib/python3.6/site-packages/blivet/deviceaction.py", line 383, in execute
    self.device.destroy()
  File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 53, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib/python3.6/site-packages/blivet/actionlist.py", line 327, in process
    action.execute(callbacks)
  File "/usr/lib/python3.6/site-packages/blivet/actionlist.py", line 48, in wrapped_func
    return func(obj, *args, **kwargs)
  File "/usr/lib/python3.6/site-packages/blivet/blivet.py", line 135, in do_it
    self.devicetree.actions.process(callbacks=callbacks, devices=self.devices)
  File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 53, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib64/python3.6/site-packages/pyanaconda/storage/osinstall.py", line 1219, in do_it
    super().do_it(callbacks=callbacks)
  File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 53, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib64/python3.6/site-packages/pyanaconda/storage/osinstall.py", line 2131, in turn_on_filesystems
    storage.do_it(callbacks)
  File "/usr/lib64/python3.6/site-packages/pyanaconda/installation_tasks.py", line 438, in run_task
    self._task(*self._task_args, **self._task_kwargs)
  File "/usr/lib64/python3.6/site-packages/pyanaconda/installation_tasks.py", line 472, in start
    self.run_task()
  File "/usr/lib64/python3.6/site-packages/pyanaconda/installation_tasks.py", line 304, in start
    item.start()
  File "/usr/lib64/python3.6/site-packages/pyanaconda/installation_tasks.py", line 304, in start
    item.start()
  File "/usr/lib64/python3.6/site-packages/pyanaconda/installation.py", line 361, in doInstall
    installation_queue.start()
  File "/usr/lib64/python3.6/threading.py", line 864, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib64/python3.6/site-packages/pyanaconda/threading.py", line 291, in run
    threading.Thread.run(self)
_ped.IOException: Partition map has no partition map entry!

Additional info:
addons:         com_redhat_kdump
blivet-gui-utils.log: 
cmdline:        /usr/bin/python3  /sbin/anaconda
cmdline_file:   BOOT_IMAGE=/ppc/ppc64/vmlinuz ro
executable:     /sbin/anaconda
hashmarkername: anaconda
kernel:         4.16.3-301.fc28.ppc64
product:        Fedora
release:        Cannot get release name.
type:           anaconda
version:        28

Comment 1 Vijay Wagle 2018-07-07 21:57:19 UTC
Created attachment 1457226 [details]
File: anaconda-tb

Comment 2 Vijay Wagle 2018-07-07 21:57:21 UTC
Created attachment 1457227 [details]
File: anaconda.log

Comment 3 Vijay Wagle 2018-07-07 21:57:22 UTC
Created attachment 1457228 [details]
File: dbus.log

Comment 4 Vijay Wagle 2018-07-07 21:57:23 UTC
Created attachment 1457229 [details]
File: dnf.librepo.log

Comment 5 Vijay Wagle 2018-07-07 21:57:25 UTC
Created attachment 1457230 [details]
File: environ

Comment 6 Vijay Wagle 2018-07-07 21:57:26 UTC
Created attachment 1457231 [details]
File: hawkey.log

Comment 7 Vijay Wagle 2018-07-07 21:57:27 UTC
Created attachment 1457232 [details]
File: lorax-packages.log

Comment 8 Vijay Wagle 2018-07-07 21:57:28 UTC
Created attachment 1457233 [details]
File: lsblk_output

Comment 9 Vijay Wagle 2018-07-07 21:57:29 UTC
Created attachment 1457234 [details]
File: nmcli_dev_list

Comment 10 Vijay Wagle 2018-07-07 21:57:30 UTC
Created attachment 1457235 [details]
File: os_info

Comment 11 Vijay Wagle 2018-07-07 21:57:32 UTC
Created attachment 1457236 [details]
File: program.log

Comment 12 Vijay Wagle 2018-07-07 21:57:33 UTC
Created attachment 1457237 [details]
File: storage.log

Comment 13 Vijay Wagle 2018-07-07 21:57:35 UTC
Created attachment 1457238 [details]
File: syslog

Comment 14 Vijay Wagle 2018-07-07 21:57:36 UTC
Created attachment 1457239 [details]
File: ifcfg.log

Comment 15 Vijay Wagle 2018-07-07 21:57:37 UTC
Created attachment 1457240 [details]
File: packaging.log

Comment 16 Jiri Konecny 2018-07-09 09:17:56 UTC
Based on the traceback this is happening in our storage library. Changing component.

Comment 17 Ben Cotton 2019-05-02 21:20:50 UTC
This message is a reminder that Fedora 28 is nearing its end of life.
On 2019-May-28 Fedora will stop maintaining and issuing updates for
Fedora 28. It is Fedora's policy to close all bug reports from releases
that are no longer maintained. At that time this bug will be closed as
EOL if it remains open with a Fedora 'version' of '28'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 28 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 18 Ben Cotton 2019-05-28 21:47:48 UTC
Fedora 28 changed to end-of-life (EOL) status on 2019-05-28. Fedora 28 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.


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