Bug 1624856 - blivet.errors.LUKSError: luks device not configured
Summary: blivet.errors.LUKSError: luks device not configured
Keywords:
Status: CLOSED DUPLICATE of bug 1624617
Alias: None
Product: Fedora
Classification: Fedora
Component: python-blivet
Version: 28
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Blivet Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:ecedb09c3431d9293f1e7160f01...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-09-03 12:48 UTC by phrogi
Modified: 2018-09-27 09:20 UTC (History)
13 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2018-09-27 09:20:39 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: anaconda-tb (2.29 MB, text/plain)
2018-09-03 12:49 UTC, phrogi
no flags Details
File: anaconda.log (177.71 KB, text/plain)
2018-09-03 12:49 UTC, phrogi
no flags Details
File: blivet-gui-utils.log (1.88 KB, text/plain)
2018-09-03 12:49 UTC, phrogi
no flags Details
File: dbus.log (6.20 KB, text/plain)
2018-09-03 12:49 UTC, phrogi
no flags Details
File: environ (685 bytes, text/plain)
2018-09-03 12:49 UTC, phrogi
no flags Details
File: journalctl (1.23 MB, text/plain)
2018-09-03 12:49 UTC, phrogi
no flags Details
File: lsblk_output (1.94 KB, text/plain)
2018-09-03 12:49 UTC, phrogi
no flags Details
File: nmcli_dev_list (2.03 KB, text/plain)
2018-09-03 12:49 UTC, phrogi
no flags Details
File: os_info (556 bytes, text/plain)
2018-09-03 12:49 UTC, phrogi
no flags Details
File: program.log (205.17 KB, text/plain)
2018-09-03 12:49 UTC, phrogi
no flags Details
File: storage.log (578.76 KB, text/plain)
2018-09-03 12:49 UTC, phrogi
no flags Details
File: ifcfg.log (16.59 KB, text/plain)
2018-09-03 12:49 UTC, phrogi
no flags Details
File: packaging.log (149 bytes, text/plain)
2018-09-03 12:49 UTC, phrogi
no flags Details

Description phrogi 2018-09-03 12:48:56 UTC
Description of problem:
Installing fedora 28 on ciphered partition.

Version-Release number of selected component:
anaconda-core-28.22.10-1.fc28.x86_64

The following was filed automatically by anaconda:
anaconda 28.22.10 exception report
Traceback (most recent call first):
  File "/usr/lib/python3.6/site-packages/blivet/formats/luks.py", line 217, in _pre_setup
    raise LUKSError("luks device not configured")
  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/formats/__init__.py", line 603, in setup
    if not self._pre_setup(**kwargs):
  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 515, in setup_parents
    _format.setup()
  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 372, in _pre_setup
    self.setup_parents(orig=orig)
  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 383, in setup
    if not self._pre_setup(orig=orig):
  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 704, in execute
    self.device.setup(orig=True)
  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)
blivet.errors.LUKSError: luks device not configured

Additional info:
addons:         com_redhat_kdump
cmdline:        /usr/bin/python3  /sbin/anaconda --liveinst --method=livecd:///dev/mapper/live-base
cmdline_file:   BOOT_IMAGE=vmlinuz initrd=initrd.img root=live:CDLABEL=Fedora-KDE-Live-28-1-1 rd.live.image rd.live.check quiet
executable:     /sbin/anaconda
hashmarkername: anaconda
kernel:         4.16.3-301.fc28.x86_64
other involved packages: python3-blivet-3.0.0-0.6.1.b1.fc28.noarch, python3-libs-3.6.5-1.fc28.x86_64
product:        Fedora
release:        Fedora release 28 (Twenty Eight)
type:           anaconda
version:        28

Comment 1 phrogi 2018-09-03 12:49:08 UTC
Created attachment 1480537 [details]
File: anaconda-tb

Comment 2 phrogi 2018-09-03 12:49:10 UTC
Created attachment 1480538 [details]
File: anaconda.log

Comment 3 phrogi 2018-09-03 12:49:12 UTC
Created attachment 1480539 [details]
File: blivet-gui-utils.log

Comment 4 phrogi 2018-09-03 12:49:13 UTC
Created attachment 1480540 [details]
File: dbus.log

Comment 5 phrogi 2018-09-03 12:49:15 UTC
Created attachment 1480541 [details]
File: environ

Comment 6 phrogi 2018-09-03 12:49:19 UTC
Created attachment 1480543 [details]
File: journalctl

Comment 7 phrogi 2018-09-03 12:49:20 UTC
Created attachment 1480544 [details]
File: lsblk_output

Comment 8 phrogi 2018-09-03 12:49:22 UTC
Created attachment 1480545 [details]
File: nmcli_dev_list

Comment 9 phrogi 2018-09-03 12:49:23 UTC
Created attachment 1480546 [details]
File: os_info

Comment 10 phrogi 2018-09-03 12:49:25 UTC
Created attachment 1480547 [details]
File: program.log

Comment 11 phrogi 2018-09-03 12:49:28 UTC
Created attachment 1480548 [details]
File: storage.log

Comment 12 phrogi 2018-09-03 12:49:30 UTC
Created attachment 1480549 [details]
File: ifcfg.log

Comment 13 phrogi 2018-09-03 12:49:31 UTC
Created attachment 1480550 [details]
File: packaging.log

Comment 14 Vendula Poncova 2018-09-04 11:41:53 UTC
It seems to be an issue in the storage configuration library. Reassigning to blivet.

Comment 15 Vojtech Trefny 2018-09-27 09:20:39 UTC

*** This bug has been marked as a duplicate of bug 1624617 ***


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