Bug 1302174 - blivet.errors.LUKSError: luks device not configured
Summary: blivet.errors.LUKSError: luks device not configured
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora
Classification: Fedora
Component: python-blivet
Version: 23
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Blivet Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:8371204190fce5ce844e3328519...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-01-27 02:29 UTC by Jay Fenlason
Modified: 2016-12-20 18:14 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-12-20 18:14:33 UTC
Type: ---


Attachments (Terms of Use)
File: anaconda-tb (948.63 KB, text/plain)
2016-01-27 02:29 UTC, Jay Fenlason
no flags Details
File: anaconda.log (73.70 KB, text/plain)
2016-01-27 02:29 UTC, Jay Fenlason
no flags Details
File: environ (621 bytes, text/plain)
2016-01-27 02:29 UTC, Jay Fenlason
no flags Details
File: journalctl (316.84 KB, text/plain)
2016-01-27 02:29 UTC, Jay Fenlason
no flags Details
File: lsblk_output (3.68 KB, text/plain)
2016-01-27 02:29 UTC, Jay Fenlason
no flags Details
File: nmcli_dev_list (1.58 KB, text/plain)
2016-01-27 02:29 UTC, Jay Fenlason
no flags Details
File: os_info (451 bytes, text/plain)
2016-01-27 02:29 UTC, Jay Fenlason
no flags Details
File: program.log (99.80 KB, text/plain)
2016-01-27 02:29 UTC, Jay Fenlason
no flags Details
File: storage.log (412.82 KB, text/plain)
2016-01-27 02:29 UTC, Jay Fenlason
no flags Details
File: ifcfg.log (7.19 KB, text/plain)
2016-01-27 02:29 UTC, Jay Fenlason
no flags Details

Description Jay Fenlason 2016-01-27 02:29:14 UTC
Description of problem:
Installing Fedora over an old CentOS installation, attempting to keep the /home partition.

Version-Release number of selected component:
anaconda-core-23.19.10-1.fc23.x86_64

The following was filed automatically by anaconda:
anaconda 23.19.10-1 exception report
Traceback (most recent call first):
  File "/usr/lib/python3.4/site-packages/blivet/formats/luks.py", line 183, in _preSetup
    raise LUKSError("luks device not configured")
  File "/usr/lib/python3.4/site-packages/blivet/formats/__init__.py", line 480, in setup
    if not self._preSetup(**kwargs):
  File "/usr/lib/python3.4/site-packages/blivet/devices/storage.py", line 513, in setupParents
    _format.setup()
  File "/usr/lib/python3.4/site-packages/blivet/devices/storage.py", line 372, in _preSetup
    self.setupParents(orig=orig)
  File "/usr/lib/python3.4/site-packages/blivet/devices/storage.py", line 383, in setup
    if not self._preSetup(orig=orig):
  File "/usr/lib/python3.4/site-packages/blivet/devices/storage.py", line 505, in setupParents
    parent.setup(orig=orig)
  File "/usr/lib/python3.4/site-packages/blivet/devices/storage.py", line 372, in _preSetup
    self.setupParents(orig=orig)
  File "/usr/lib/python3.4/site-packages/blivet/devices/lvm.py", line 221, in _preSetup
    return StorageDevice._preSetup(self, orig=orig)
  File "/usr/lib/python3.4/site-packages/blivet/devices/storage.py", line 383, in setup
    if not self._preSetup(orig=orig):
  File "/usr/lib/python3.4/site-packages/blivet/devices/device.py", line 201, in setupParents
    parent.setup(orig=orig)
  File "/usr/lib/python3.4/site-packages/blivet/devices/lvm.py", line 694, in setupParents
    Device.setupParents(self, orig=orig)
  File "/usr/lib/python3.4/site-packages/blivet/devices/storage.py", line 372, in _preSetup
    self.setupParents(orig=orig)
  File "/usr/lib/python3.4/site-packages/blivet/devices/storage.py", line 383, in setup
    if not self._preSetup(orig=orig):
  File "/usr/lib/python3.4/site-packages/blivet/deviceaction.py", line 676, in execute
    self.device.setup(orig=True)
  File "/usr/lib/python3.4/site-packages/blivet/actionlist.py", line 280, in process
    action.execute(callbacks)
  File "/usr/lib/python3.4/site-packages/blivet/devicetree.py", line 380, in processActions
    callbacks=callbacks)
  File "/usr/lib/python3.4/site-packages/blivet/blivet.py", line 164, in doIt
    self.devicetree.processActions(callbacks=callbacks)
  File "/usr/lib/python3.4/site-packages/blivet/osinstall.py", line 1096, in turnOnFilesystems
    storage.doIt(callbacks)
  File "/usr/lib64/python3.4/site-packages/pyanaconda/install.py", line 195, in doInstall
    turnOnFilesystems(storage, mountOnly=flags.flags.dirInstall, callbacks=callbacks_reg)
  File "/usr/lib64/python3.4/threading.py", line 868, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib64/python3.4/site-packages/pyanaconda/threads.py", line 253, in run
    threading.Thread.run(self, *args, **kwargs)
blivet.errors.LUKSError: luks device not configured

Additional info:
cmdline:        /usr/bin/python3  /sbin/anaconda --liveinst --method=livecd:///dev/mapper/live-base
cmdline_file:   BOOT_IMAGE=/isolinux/vmlinuz0 root=live:LABEL=Fedora-Live-Xfce-x86_64-23-10 ro rd.live.image quiet rhgb
executable:     /sbin/anaconda
hashmarkername: anaconda
kernel:         4.2.3-300.fc23.x86_64
other involved packages: python3-libs-3.4.3-5.fc23.x86_64, python3-blivet-1.12.8-1.fc23.noarch
product:        Fedora
release:        Fedora release 23 (Twenty Three)
type:           anaconda
version:        23

Comment 1 Jay Fenlason 2016-01-27 02:29:21 UTC
Created attachment 1118656 [details]
File: anaconda-tb

Comment 2 Jay Fenlason 2016-01-27 02:29:23 UTC
Created attachment 1118657 [details]
File: anaconda.log

Comment 3 Jay Fenlason 2016-01-27 02:29:24 UTC
Created attachment 1118658 [details]
File: environ

Comment 4 Jay Fenlason 2016-01-27 02:29:26 UTC
Created attachment 1118659 [details]
File: journalctl

Comment 5 Jay Fenlason 2016-01-27 02:29:27 UTC
Created attachment 1118660 [details]
File: lsblk_output

Comment 6 Jay Fenlason 2016-01-27 02:29:28 UTC
Created attachment 1118661 [details]
File: nmcli_dev_list

Comment 7 Jay Fenlason 2016-01-27 02:29:29 UTC
Created attachment 1118662 [details]
File: os_info

Comment 8 Jay Fenlason 2016-01-27 02:29:31 UTC
Created attachment 1118663 [details]
File: program.log

Comment 9 Jay Fenlason 2016-01-27 02:29:33 UTC
Created attachment 1118664 [details]
File: storage.log

Comment 10 Jay Fenlason 2016-01-27 02:29:34 UTC
Created attachment 1118665 [details]
File: ifcfg.log

Comment 11 David Lehman 2016-01-27 20:03:53 UTC
Did you do a live install with your home filesystem mounted? If so, try again without that (or any other filesystem from the old or new systems) mounted and report back with the results.

Comment 12 Jay Fenlason 2016-02-10 15:49:34 UTC
I think I had the LUKS partition opened, but no filesystems mounted.  I tried again, and it installed, but I'm not sure what I did differently.

Comment 13 Fedora End Of Life 2016-11-24 15:13:32 UTC
This message is a reminder that Fedora 23 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 23. 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 '23'.

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 23 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 14 Fedora End Of Life 2016-12-20 18:14:33 UTC
Fedora 23 changed to end-of-life (EOL) status on 2016-12-20. Fedora 23 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.