sudo snap install microstack error
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MicroStack |
Fix Released
|
High
|
Dmitrii Shcherbakov |
Bug Description
2020-10-16
After update in 10.16 - 2020 , I install microstack with
$sudo snap install microstack --devmode --beta
error: cannot perform the following tasks:
- Start snap "microstack" (215) services ([start snap.microstack
See "systemctl status snap.microstack
)
$sudo snap install microstack --classic --beta
error: cannot perform the following tasks:
- Start snap "microstack" (215) services ([start snap.microstack
See "systemctl status snap.microstack
)
Either options give same error.
Sometimes, above command works and sometimes not. Could you tell me why this happen and help me with microstack isntallation?
Changed in microstack: | |
status: | Fix Released → Fix Committed |
Hello Nam,
Thank you for the bug report.
Without having the journal log and knowing that the issue is intermittent, I can only guess that this is due to the lack of extra kernel modules available on the system where things break.
$ dpkg -S /lib/modules/ 4.15.0- 122-generic/ kernel/ drivers/ pci/pci- stub.ko extra-4. 15.0-122- generic: /lib/modules/ 4.15.0- 122-generic/ kernel/ drivers/ pci/pci- stub.ko
linux-modules-
$ dpkg -l | grep modules-extra | grep 122 extra-4. 15.0-122- generic 4.15.0-122.124 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
ii linux-modules-
As a workaround, you could install this package but the real fix would be for us to drop this module.
I found that it is no longer supported by libvirt either way (presumably in favor of VFIO): /github. com/libvirt/ libvirt/ commit/ b8e7e9be9a21686 48d16417e2442e3 22a17c44c7
https:/