On Mon, Jun 13, 2005 at 10:02:22AM -0600, Bdale Garbee wrote: > On Mon, 2005-06-13 at 07:15 -0500, John Goerzen wrote: > > Package: makedev > > Version: 2.3.1-78 > > Severity: important > > > > I was in /dev and wanted to create the fd0u1440 device. I ran ./MAKEDEV > > fd0. It exited without displaying any error message or taking any > > action. No new devices were created, despite my reading of the source. > > There's some code near the top of /sbin/MAKEDEV to warp the location if > you're running udev. Since MAKEDEV is currently a script, you might > want to do an 'sh -x /sbin/MAKEDEV fd0' and see what it thinks it's > doing, it may well be creating the devices somewhere other than where > you're looking if you're running udev?
Ah ha. Near the top of that output: + cd /dev/.static/dev/ And indeed, the expected devices were created there. I really have very little clue about udev or what it does, so my apologies if I was being an idiot when submitting this bug report. However, it seems rather odd to me that MAKEDEV would silently create things there, but have them be invisible under /dev. I hope that looks odd to you too :-) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]