You are not logged in.
Pages: 1
Vielleicht hast du ein anderes NTP Paket installiert. Z.b. NTPSEC. such am besten mal mit aptiude search ntp. Das zeigt in der ersten Spalte an, ob das Paket installiert ist oder nicht.
Übrigens. Die Hardware Uhr, die Linux beim booten Ausließt geht recht genau. Da muss man schon zum Teil Wochen bis Monate warten, bis die ein paar Sekunden daneben geht.
OK. The Problem was:
I must purge the usrmerge Packet (remove or reinstall is not enough!) and than install usrmerge. And I had to manually set the Link from /sbin/udevadm to /bin/udevadm.
Thanks for you Help.
I have installed usrmerge. The Problem started after a few days where I installed usrmerge.
I have found a Workaround:
in the Directory /usr/share/initramfs-tools/hooks add a Script with follow Content:
#!/bin/sh
PREREQ=""
prereqs()
{
echo "$PREREQ"
}
case $1 in
# get pre-requisites
prereqs)
prereqs
exit 0
;;
esac
. /usr/share/initramfs-tools/hook-functions
cp -pnL /lib/x86_64-linux-gnu/libacl.so.1 ${DESTDIR}/lib/x86_64-linux-gnu/
and this Solve the Problem. But, Why the Default Hooks and Scripts of initramfs Programs not copy the libacl.so.1 to the initramfs?
Hello,
at the boot the 6.5.0-5-amd64 Kernel (I Use Devuan Testing) I become follow Problem with udevadm: livacl.so.1 not Found. After this, my RAID is not found and the Boot is Failure. When I use the 6.5.0-4-amd64 have not this Problem. The Library ist found in libacl.so.1 => /lib/x86_64-linux-gnu/libacl.so.1
How can I solve the problem?
how can I add the library to initramfs?
Thanks.
Pages: 1