Bug 788703 - /run/blkid does not exist
Summary: /run/blkid does not exist
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: util-linux
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Karel Zak
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-02-08 20:38 UTC by Jerry James
Modified: 2012-02-09 10:20 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-02-09 10:20:51 UTC
Type: ---


Attachments (Terms of Use)

Description Jerry James 2012-02-08 20:38:03 UTC
Description of problem:
The %post script for libblkid failed during today's Rawhide update, because /run/blkid doesn't exist.  The script tried to do this:

[ -e /etc/blkid/blkid.tab ] && mv /etc/blkid/blkid.tab /run/blkid/blkid.tab || :

but nothing created /run/blkid first.

Version-Release number of selected component (if applicable):
libblkid-2.21-0.1.fc17.x86_64

How reproducible:
Once

Steps to Reproduce:
1. Update libblkid in Rawhide from an earlier version
2.
3.
  
Actual results:
The %post script fails to move blkid.tab.

Expected results:
The %post script should succeed.

Additional info:

Comment 1 Karel Zak 2012-02-09 10:20:51 UTC
Thanks, the problem should be fixed in util-linux-2.21-0.2


Note You need to log in before you can comment on or make changes to this bug.