linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Failed to Create Symlinks ...
@ 2009-11-28 22:52 Chris Dellin
  2009-11-29 19:04 ` Kay Sievers
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Chris Dellin @ 2009-11-28 22:52 UTC (permalink / raw)
  To: linux-hotplug

Hey all,

I'm having some trouble recently with my installation of udev.  I
expect it to create symlinks for a few devices, but no symlinks are
created.  For example:

udev should create a symlink, as per the rule below:
$ grep agpgart /etc/udev/rules.d/50-udev.rules
KERNEL="agpgart", NAME="misc/%k", SYMLINK+="%k"

However, on boot, no symlink exists (although the /dev/misc/agpgart
device is properly created).

Once booted, the symlink does exist in the udev database:
# udevadm info --export-db | grep -A 8 'P: /devices/virtual/misc/agpgart'
P: /devices/virtual/misc/agpgart
N: misc/agpgart
S: agpgart
E: UDEV_LOG=3
E: DEVPATH=/devices/virtual/misc/agpgart
E: MAJOR\x10
E: MINOR\x175
E: DEVNAME=/dev/misc/agpgart
E: DEVLINKS=/dev/agpgart

I don't quite know how to interpret the results from udevtest, but the
results are here:
http://dellin.net/static/temp/udevtest_output.txt

A few other notes:
 - The system is running a recent copy of Gentoo Linux.
 - This started happening when I upgraded my kernel from 2.6.29.5 to 2.6.31.6.
 - The /dev/video0 symlink has the same problem; it should be linked
to /dev/v4l/video0, which is created correctly.

Any ideas?
- Chris

Christopher Dellin
cdellin@gmail.com

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2009-11-30 15:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-28 22:52 Failed to Create Symlinks Chris Dellin
2009-11-29 19:04 ` Kay Sievers
2009-11-29 19:15 ` Matthias Schwarzott
2009-11-29 19:20 ` Kay Sievers
2009-11-30 12:37 ` Kay Sievers
2009-11-30 14:03 ` Matthias Schwarzott
2009-11-30 14:08 ` Matthias Schwarzott
2009-11-30 15:39 ` Kay Sievers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).