FS#11677 - cryptsetup uses deprecated /sbin/udevsettle

Attached to Project: Arch Linux
Opened by Mike Achtelik (kn3cht) - Tuesday, 07 October 2008, 20:10 GMT
Last edited by Tobias Powalowski (tpowa) - Wednesday, 08 October 2008, 09:53 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To Thomas Bächler (brain0)
Architecture All
Severity Low
Priority Normal
Reported Version None
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

After i updated my system today, i get the following error messages on boot:

Enter LUKS passphrase:
key slot 0 unlocked.
sh: /sbin/udevsettle: No such file or directory
sh: /sbin/udevsettle: No such file or directory

This is, because i think udevsettle isn't included in udev anymore
so instead "/sbin/udevadm settle" should be used.

I have no idea of how to fix it, but i guess changing
#define UDEVSETTLE "/sbin/udevsettle"
to
#define UDEVSETTLE "/sbin/udevadm settle"
in cryptsetup-1.0.5-run_udevsettle.patch
should do it.

This task depends upon

Closed by  Tobias Powalowski (tpowa)
Wednesday, 08 October 2008, 09:53 GMT
Reason for closing:  Fixed

Loading...