Modules not found in latest test update

I got all of these messages when the update job ran. DO I need to worry?

Executing: /usr/bin/dracut --kver=6.4.0-150600.23.25-default -f

dracut[I]: Module ‘systemd-coredump’ will not be installed, because command ‘coredumpctl’ could not be found!

dracut[I]: Module ‘systemd-coredump’ will not be installed, because command ‘/usr/lib/systemd/systemd-coredump’ could not be found!

dracut[I]: Module ‘systemd-networkd’ will not be installed, because command ‘networkctl’ could not be found!

dracut[I]: Module ‘systemd-networkd’ will not be installed, because command ‘/usr/lib/systemd/systemd-networkd’ could not be found!

dracut[I]: Module ‘systemd-networkd’ will not be installed, because command ‘/usr/lib/systemd/systemd-networkd-wait-online’ could not be found!

dracut[I]: Module ‘systemd-pcrphase’ will not be installed, because command ‘/usr/lib/systemd/systemd-pcrphase’ could not be found!

dracut[I]: Module ‘systemd-portabled’ will not be installed, because command ‘portablectl’ could not be found!

dracut[I]: Module ‘systemd-portabled’ will not be installed, because command ‘/usr/lib/systemd/systemd-portabled’ could not be found!

dracut[I]: Module ‘systemd-repart’ will not be installed, because command ‘systemd-repart’ could not be found!

dracut[I]: Module ‘systemd-resolved’ will not be installed, because command ‘resolvectl’ could not be found!

dracut[I]: Module ‘systemd-resolved’ will not be installed, because command ‘/usr/lib/systemd/systemd-resolved’ could not be found!

dracut[I]: Module ‘dbus-broker’ will not be installed, because command ‘dbus-broker’ could not be found!

dracut[I]: Module ‘rngd’ will not be installed, because command ‘rngd’ could not be found!

dracut[I]: Module ‘connman’ will not be installed, because command ‘connmand’ could not be found!

dracut[I]: Module ‘connman’ will not be installed, because command ‘connmanctl’ could not be found!

dracut[I]: Module ‘connman’ will not be installed, because command ‘connmand-wait-online’ could not be found!

dracut[I]: 62bluetooth: Could not find any command of ‘/usr/lib/bluetooth/bluetoothd /usr/libexec/bluetooth/bluetoothd’!

dracut[I]: Module ‘pcsc’ will not be installed, because command ‘pcscd’ could not be found!

dracut[I]: Module ‘tpm2-tss’ will not be installed, because command ‘tpm2’ could not be found!

dracut[I]: Module ‘nvmf’ will not be installed, because command ‘nvme’ could not be found!

dracut[I]: Module ‘nvmf’ will not be installed, because command ‘jq’ could not be found!

dracut[I]: Module ‘biosdevname’ will not be installed, because command ‘biosdevname’ could not be found!

dracut[I]: Module ‘memstrack’ will not be installed, because command ‘memstrack’ could not be found!

dracut[I]: memstrack is not available

dracut[I]: If you need to use rd.memdebug>=4, please install memstrack and procps-ng

dracut[I]: Module ‘squash’ will not be installed, because command ‘mksquashfs’ could not be found!

dracut[I]: Module ‘squash’ will not be installed, because command ‘unsquashfs’ could not be found!

dracut[I]: Module ‘systemd-coredump’ will not be installed, because command ‘coredumpctl’ could not be found!

dracut[I]: Module ‘systemd-coredump’ will not be installed, because command ‘/usr/lib/systemd/systemd-coredump’ could not be found!

dracut[I]: Module ‘systemd-pcrphase’ will not be installed, because command ‘/usr/lib/systemd/systemd-pcrphase’ could not be found!

dracut[I]: Module ‘systemd-portabled’ will not be installed, because command ‘portablectl’ could not be found!

dracut[I]: Module ‘systemd-portabled’ will not be installed, because command ‘/usr/lib/systemd/systemd-portabled’ could not be found!

dracut[I]: Module ‘systemd-repart’ will not be installed, because command ‘systemd-repart’ could not be found!

dracut[I]: Module ‘systemd-resolved’ will not be installed, because command ‘resolvectl’ could not be found!

dracut[I]: Module ‘systemd-resolved’ will not be installed, because command ‘/usr/lib/systemd/systemd-resolved’ could not be found!

dracut[I]: Module ‘dbus-broker’ will not be installed, because command ‘dbus-broker’ could not be found!

dracut[I]: Module ‘rngd’ will not be installed, because command ‘rngd’ could not be found!

dracut[I]: Module ‘connman’ will not be installed, because command ‘connmand’ could not be found!

dracut[I]: Module ‘connman’ will not be installed, because command ‘connmanctl’ could not be found!

dracut[I]: Module ‘connman’ will not be installed, because command ‘connmand-wait-online’ could not be found!

dracut[I]: 62bluetooth: Could not find any command of ‘/usr/lib/bluetooth/bluetoothd /usr/libexec/bluetooth/bluetoothd’!

dracut[I]: Module ‘pcsc’ will not be installed, because command ‘pcscd’ could not be found!

dracut[I]: Module ‘tpm2-tss’ will not be installed, because command ‘tpm2’ could not be found!

dracut[I]: Module ‘nvmf’ will not be installed, because command ‘nvme’ could not be found!

dracut[I]: Module ‘nvmf’ will not be installed, because command ‘jq’ could not be found!

dracut[I]: Module ‘memstrack’ will not be installed, because command ‘memstrack’ could not be found!

dracut[I]: memstrack is not available

dracut[I]: If you need to use rd.memdebug>=4, please install memstrack and procps-ng

dracut[I]: Module ‘squash’ will not be installed, because command ‘mksquashfs’ could not be found!

dracut[I]: Module ‘squash’ will not be installed, because command ‘unsquashfs’ could not be found!

Those look like optional modules. I don’t have the latest OpenSUSE base to check, but other systems I use don’t all have systemd-resolved enabled for instance. If everything is working I wouldn’t be concerned.

2 Likes

Thanks for your reply.

My only concern is I have a stock system with all updates. I would assume that they would only push updates for things included in the standard base. Perhaps @phillxnet could chime in on this.

I see similar messages on my system when I happen to manually update and watch the screen. But I also have seen this on non-Rockstor installations during updates.

Here’s a similar thread that goes down the rabbit hole a little bit. Summary, nothing unusual it seems:

1 Like

OK but why are updates being made for things not in the base system? I’m probably not thinking of something and it is no big deal I guess. Just wondering…

I think, since this is dracut itself it runs through the whole list that it “could” install, but since certain modules/functionalities will only be turned on when updating the /etc/dracut.conf.d/myconf.conf it just reports (info messages) that it’s not going to deal with the ones that were not specified outside of the default components. At least that’s how I interpret the man page and the comments within that thread. Just dracut being almost overly verbose.

1 Like

Thanks a lot Dan just trying to learn.

As am I :slight_smile: since I didn’t pay much attention to it before either.