/lib/cryptsetup/checks/vol_id depends on vol_id

Bug #446517 reported by Reinhard Tartler
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
cryptsetup (Ubuntu)
Fix Released
Medium
Unassigned

Bug Description

Binary package hint: cryptsetup

proxying bug sent to me in private via email.

/lib/cryptsetup/checks/vol_id and /lib/cryptsetup/checks/un_vol_id both rely on /lib/udev/vol_id, which has now been removed from the udev package. The following patch has been proposed to convert them to blkid:

-vol_id="$(/lib/udev/vol_id -t $dev 2>&1)"
+vol_id="$(/sbin/blkid -o value -s TYPE $dev 2>&1)"

Daniel Hahler (blueyed)
Changed in cryptsetup (Ubuntu):
status: New → Triaged
importance: Undecided → High
importance: High → Medium
Revision history for this message
Jean-Louis Dupond (dupondje) wrote :

Fixed since 2:1.0.7-2

Changed in cryptsetup (Ubuntu):
status: Triaged → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.