The officially official Devuan Forum!

You are not logged in.

#1 Re: Desktop and Multimedia » Wer synchronisiert die Systemuhr? » 2024-02-24 18:22:20

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.

#2 Re: Other Issues » [SOLVED] Problem with udevadm and initramfs on boot » 2024-01-21 18:47:10

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.

#3 Re: Other Issues » [SOLVED] Problem with udevadm and initramfs on boot » 2024-01-21 18:07:17

I have installed usrmerge. The Problem started after a few days where I installed usrmerge.

#4 Re: Other Issues » [SOLVED] Problem with udevadm and initramfs on boot » 2024-01-20 18:38:35

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?

#5 Other Issues » [SOLVED] Problem with udevadm and initramfs on boot » 2024-01-20 14:44:46

abcde
Replies: 5

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.

Board footer

Forum Software