[Bug 446517] Re: /lib/cryptsetup/checks/vol_id depends on vol_id

Jean-Louis Dupond jean-louis at dupond.be
Fri Apr 13 13:04:35 UTC 2012


Fixed since 2:1.0.7-2

** Changed in: cryptsetup (Ubuntu)
       Status: Triaged => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to cryptsetup in Ubuntu.
https://bugs.launchpad.net/bugs/446517

Title:
  /lib/cryptsetup/checks/vol_id depends on vol_id

Status in “cryptsetup” package in Ubuntu:
  Fix Released

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)"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cryptsetup/+bug/446517/+subscriptions




More information about the foundations-bugs mailing list