[opensuse-factory] Possible missing kernel dependencies in TW update?
I noticed some output from a routine zypper update to a tumbleweed installation tday and was wondering if the messages from dracut are benign or point to a missing set of dependencies? Trimmed utput below: ... (103/104) Installing: kernel-default-4.4.1-4.1.g4dac1be ...................................................................................[done] Additional rpm output: Creating initrd: /boot/initrd-4.4.1-4.g4dac1be-default dracut: Executing: /usr/bin/dracut --logfile /var/log/YaST2/mkinitrd.log --force /boot/initrd-4.4.1-4.g4dac1be-default 4.4.1-4.g4dac1be-default dracut: dracut module 'multipath' will not be installed, because command 'multipath' could not be found! dracut: dracut module 'fcoe-uefi' will not be installed, because command 'dcbtool' could not be found! dracut: dracut module 'fcoe-uefi' will not be installed, because command 'fipvlan' could not be found! dracut: dracut module 'fcoe-uefi' will not be installed, because command 'lldpad' could not be found! dracut: dracut module 'multipath' will not be installed, because command 'multipath' could not be found! dracut: dracut module 'fcoe-uefi' will not be installed, because command 'dcbtool' could not be found! dracut: dracut module 'fcoe-uefi' will not be installed, because command 'fipvlan' could not be found! dracut: dracut module 'fcoe-uefi' will not be installed, because command 'lldpad' could not be found! dracut: *** Including module: bash *** ... Thanks, Daniel -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On vendredi, 12 février 2016 11.21:05 h CET Daniel Morris wrote:
I noticed some output from a routine zypper update to a tumbleweed installation tday and was wondering if the messages from dracut are benign or point to a missing set of dependencies? Trimmed utput below:
... (103/104) Installing: kernel-default-4.4.1-4.1.g4dac1be ...................................................................................[done] Additional rpm output: Creating initrd: /boot/initrd-4.4.1-4.g4dac1be-default dracut: Executing: /usr/bin/dracut --logfile /var/log/YaST2/mkinitrd.log --force /boot/initrd-4.4.1-4.g4dac1be-default 4.4.1-4.g4dac1be-default dracut: dracut module 'multipath' will not be installed, because command 'multipath' could not be found! dracut: dracut module 'fcoe-uefi' will not be installed, because command 'dcbtool' could not be found! dracut: dracut module 'fcoe-uefi' will not be installed, because command 'fipvlan' could not be found! dracut: dracut module 'fcoe-uefi' will not be installed, because command 'lldpad' could not be found! dracut: dracut module 'multipath' will not be installed, because command 'multipath' could not be found! dracut: dracut module 'fcoe-uefi' will not be installed, because command 'dcbtool' could not be found! dracut: dracut module 'fcoe-uefi' will not be installed, because command 'fipvlan' could not be found! dracut: dracut module 'fcoe-uefi' will not be installed, because command 'lldpad' could not be found! dracut: *** Including module: bash *** ...
Thanks, Daniel
If you use one of those on your system, and its missing yeap it would be a bug, otherwise, they are benign warnings ... At least I'm more worried about seeing twice the include :-( -- Bruno Friedmann Ioda-Net Sàrl www.ioda-net.ch openSUSE Member, fsfe fellowship GPG KEY : D5C9B751C4653227 irc: tigerfoot -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Daniel Morris píše v Pá 12. 02. 2016 v 11:21 +0000:
I noticed some output from a routine zypper update to a tumbleweed installation tday and was wondering if the messages from dracut are benign or point to a missing set of dependencies? Trimmed utput below:
... (103/104) Installing: kernel-default-4.4.1-4.1.g4dac1be ..................................................................... ..............[done] Additional rpm output: Creating initrd: /boot/initrd-4.4.1-4.g4dac1be-default dracut: Executing: /usr/bin/dracut --logfile /var/log/YaST2/mkinitrd.log --force /boot/initrd-4.4.1-4.g4dac1be- default 4.4.1-4.g4dac1be-default dracut: dracut module 'multipath' will not be installed, because command 'multipath' could not be found! dracut: dracut module 'fcoe-uefi' will not be installed, because command 'dcbtool' could not be found! dracut: dracut module 'fcoe-uefi' will not be installed, because command 'fipvlan' could not be found! dracut: dracut module 'fcoe-uefi' will not be installed, because command 'lldpad' could not be found! dracut: dracut module 'multipath' will not be installed, because command 'multipath' could not be found! dracut: dracut module 'fcoe-uefi' will not be installed, because command 'dcbtool' could not be found! dracut: dracut module 'fcoe-uefi' will not be installed, because command 'fipvlan' could not be found! dracut: dracut module 'fcoe-uefi' will not be installed, because command 'lldpad' could not be found! dracut: *** Including module: bash *** ...
Thanks, Daniel
Hello Daniel, This is not really a bug rather "too verbose" output :) Simply put if those modules are around dracut uses them, otherwise they are not needed. Also you can sleep safely knowing multipath and friends are not present on your desktop/laptop :) Cheers Tom
Hi, Am Freitag, 12. Februar 2016, 11:21:05 CET schrieb Daniel Morris:
I noticed some output from a routine zypper update to a tumbleweed installation tday and was wondering if the messages from dracut are benign or point to a missing set of dependencies? Trimmed utput below:
This is a bug in dracut not checking whether fcoe is actually being used. Fix is prepared and currently in https://build.opensuse.org/request/show/358974 It doesn't fix the warning about multipath, but that seems to be related. I suspect it's wrong ordering in the multipath module. Can you confirm that the messages about multipath are gone if you move require_binaries multipath || return 1 in /usr/lib/dracut/modules.d/90multipath/module-setup.sh from line 24 just before the "return 0" in line 29? Thanks, Fabian
... (103/104) Installing: kernel-default-4.4.1-4.1.g4dac1be ...................................................................................[done] Additional rpm output: Creating initrd: /boot/initrd-4.4.1-4.g4dac1be-default dracut: Executing: /usr/bin/dracut --logfile /var/log/YaST2/mkinitrd.log --force /boot/initrd-4.4.1-4.g4dac1be-default 4.4.1-4.g4dac1be-default dracut: dracut module 'multipath' will not be installed, because command 'multipath' could not be found! dracut: dracut module 'fcoe-uefi' will not be installed, because command 'dcbtool' could not be found! dracut: dracut module 'fcoe-uefi' will not be installed, because command 'fipvlan' could not be found! dracut: dracut module 'fcoe-uefi' will not be installed, because command 'lldpad' could not be found! dracut: dracut module 'multipath' will not be installed, because command 'multipath' could not be found! dracut: dracut module 'fcoe-uefi' will not be installed, because command 'dcbtool' could not be found! dracut: dracut module 'fcoe-uefi' will not be installed, because command 'fipvlan' could not be found! dracut: dracut module 'fcoe-uefi' will not be installed, because command 'lldpad' could not be found! dracut: *** Including module: bash *** ...
Thanks, Daniel
-- Fabian Vogt - http://www.suse.com/ SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Dilip Upmanyu, Graham Norton, HRB 21284 (AG Nürnberg) Maxfeldstraße 5, 90409 Nürnberg, Germany -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Hi Fabian, On Fri, Feb 12, 2016 at 12:31:40PM +0100, Fabian Vogt wrote:
Hi,
Am Freitag, 12. Februar 2016, 11:21:05 CET schrieb Daniel Morris:
I noticed some output from a routine zypper update to a tumbleweed installation tday and was wondering if the messages from dracut are benign or point to a missing set of dependencies? Trimmed utput below:
This is a bug in dracut not checking whether fcoe is actually being used. Fix is prepared and currently in https://build.opensuse.org/request/show/358974
It doesn't fix the warning about multipath, but that seems to be related. I suspect it's wrong ordering in the multipath module. Can you confirm that the messages about multipath are gone if you move
require_binaries multipath || return 1
in /usr/lib/dracut/modules.d/90multipath/module-setup.sh from line 24 just before the "return 0" in line 29?
Thanks! That fixes the multipath warnings. As per the rest of the thread, it seems dracut is being a little too chatty and they are harmless warnings. Daniel -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (4)
-
Bruno Friedmann
-
Daniel Morris
-
Fabian Vogt
-
Tomas Chvatal