[Bug 1820617] Re: subiquity install fails: kernel modules not found
Michael Hudson-Doyle
mwhudsonlp at fastmail.fm
Tue Mar 19 01:02:41 UTC 2019
We built new disco images and they passed testing (and local smoke
testing). Bionic is still broken though.
** Changed in: livecd-rootfs (Ubuntu)
Status: Fix Committed => Fix Released
** Also affects: livecd-rootfs (Ubuntu Bionic)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to livecd-rootfs in Ubuntu.
https://bugs.launchpad.net/bugs/1820617
Title:
subiquity install fails: kernel modules not found
Status in livecd-rootfs package in Ubuntu:
Fix Released
Status in livecd-rootfs source package in Bionic:
New
Bug description:
Since 2019-03-18 the disco and bionic amd64-smoke-default tests (i.e.
the basic installation using all the default installer options) are
failing. The installation fails because the installer tries to load
some kernel modules which are not found on the system, and
/lib/modules is indeed empty. The relevant syslog excerpt for a failed
install follows, while attached is the full syslog.
curtin_log.1438[1688]: Running command ['modprobe', '--use-blacklist', 'bcache'] with allowed return codes [0] (capture=False)
curtin_log.1438[1688]: modprobe: ERROR: ../libkmod/libkmod.c:586 kmod_search_moddep() could not open moddep file '/lib/modules/4.15.0-47-generic/modules.dep.bin'
curtin_event.1438[1708]: finish: cmd-install/stage-partitioning/builtin/cmd-block-meta/clear-holders: FAIL: removing previous storage devices
curtin_event.1438[1708]: finish: cmd-install/stage-partitioning/builtin/cmd-block-meta: FAIL: curtin command block-meta
curtin_log.1438[1688]: modprobe: FATAL: Module bcache not found in directory /lib/modules/4.15.0-47-generic
curtin_log.1438[1688]: finish: cmd-install/stage-partitioning/builtin/cmd-block-meta/clear-holders: FAIL: removing previous storage devices
curtin_log.1438[1688]: TIMED BLOCK_META: 0.323
curtin_log.1438[1688]: finish: cmd-install/stage-partitioning/builtin/cmd-block-meta: FAIL: curtin command block-meta
curtin_log.1438[1688]: Traceback (most recent call last):
curtin_log.1438[1688]: File "/snap/subiquity/664/lib/python3.6/site-packages/curtin/commands/main.py", line 201, in main
curtin_log.1438[1688]: ret = args.func(args)
curtin_log.1438[1688]: File "/snap/subiquity/664/lib/python3.6/site-packages/curtin/log.py", line 97, in wrapper
curtin_log.1438[1688]: return log_time("TIMED %s: " % msg, func, *args, **kwargs)
curtin_log.1438[1688]: File "/snap/subiquity/664/lib/python3.6/site-packages/curtin/log.py", line 79, in log_time
curtin_log.1438[1688]: return func(*args, **kwargs)
curtin_log.1438[1688]: File "/snap/subiquity/664/lib/python3.6/site-packages/curtin/commands/block_meta.py", line 74, in block_meta
curtin_log.1438[1688]: meta_clear(devices, state.get('report_stack_prefix', ''))
curtin_log.1438[1688]: File "/snap/subiquity/664/lib/python3.6/site-packages/curtin/commands/block_meta.py", line 1555, in meta_clear
curtin_log.1438[1688]: clear_holders.start_clear_holders_deps()
curtin_log.1438[1688]: File "/snap/subiquity/664/lib/python3.6/site-packages/curtin/block/clear_holders.py", line 638, in start_clear_holders_deps
curtin_log.1438[1688]: util.load_kernel_module('bcache')
curtin_log.1438[1688]: File "/snap/subiquity/664/lib/python3.6/site-packages/curtin/util.py", line 330, in load_kernel_module
curtin_log.1438[1688]: subp(['modprobe', '--use-blacklist', module])
curtin_log.1438[1688]: File "/snap/subiquity/664/lib/python3.6/site-packages/curtin/util.py", line 266, in subp
curtin_log.1438[1688]: return _subp(*args, **kwargs)
curtin_log.1438[1688]: File "/snap/subiquity/664/lib/python3.6/site-packages/curtin/util.py", line 132, in _subp
curtin_log.1438[1688]: cmd=args)
curtin_log.1438[1688]: curtin.util.ProcessExecutionError: Unexpected error while running command.
curtin_log.1438[1688]: Command: ['modprobe', '--use-blacklist', 'bcache']
curtin_log.1438[1688]: Exit code: 1
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/livecd-rootfs/+bug/1820617/+subscriptions
More information about the foundations-bugs
mailing list