On 23/04/2023 20:07, Larry Finger wrote:
On 4/23/23 12:24, Frans de Boer wrote:
dracut: If you need to use rd.memdebug>=4, please install memstrack and procps-ng
dracut: dracut module 'squash' will not be installed, because command 'mksquashfs' could not be found!
dracut: dracut module 'squash' will not be installed, because command 'unsquashfs' could not be found!
dracut: *** Including module: systemd ***
dracut-install: ERROR: failed to install '/usr/bin/ldd:' for '/usr/lib/systemd/systemd'
dracut-install: ERROR: failed to install '/usr/bin/ldd:' for '/usr/lib/systemd/systemd-cgroups-agent'

Frans,

The missing modules do not cause any problems; however, those ERROR lines are a different story. All of them seem to be related to a missing ldd. As that utility is located in glibc, I think you should

sudo zypper in --force glibc

Larry
ldd does exist, but the system can't find it. If after 'zypper dup' I enter 'whereis ldd' or 'ldd --help', it is found.

Frans.