Bug 131075 - MAKEDEV won't install while udev is active
Summary: MAKEDEV won't install while udev is active
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: MAKEDEV
Version: 3
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Nalin Dahyabhai
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks: 118861 FC3Blocker
TreeView+ depends on / blocked
 
Reported: 2004-08-27 10:15 UTC by Michael Young
Modified: 2007-11-30 22:10 UTC (History)
1 user (show)

Fixed In Version: 3.9.2-1
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-08-31 15:43:28 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Michael Young 2004-08-27 10:15:27 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.6)
Gecko/20040116

Description of problem:
You can't install or upgrade MAKEDEV (3.9-1) while udev is active, as
the preinstall script stops you with an error about devfs. If MAKEDEV
and udev are supposed to coexist this is clearly a problem.

Comment 1 Harald Hoyer 2004-08-30 11:32:26 UTC
one could:

%pre
mount --move /dev /tmp/dev

and after updating /dev

%post
mount --move /tmp/dev /dev

Comment 2 Nalin Dahyabhai 2004-08-30 16:17:09 UTC
That introduces a race condition if permissions as set by udev don't
match what the dev package contains -- I'd rather not go there.

Comment 3 Nalin Dahyabhai 2004-08-31 15:43:28 UTC
Supposedly udev and/or initscripts will conspire together to make sure
that /dev/MAKEDEV is present, so it can be removed from the package. 
Because the MAKEDEV package no longer stores anything in /dev, the
%pre scriptlet can be removed as well.


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