View previous topic :: View next topic |
Author |
Message |
cgmd Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/923325915444be02f39685.jpg)
Joined: 17 Feb 2005 Posts: 1585 Location: Louisiana
|
Posted: Sun Feb 04, 2007 5:42 pm Post subject: Does hotplug require a symlink in /etc/hotplug.d/default... |
|
|
Hi, all...
I'm concerned about the udev hotplug function of my gentoo machine. Reading through the Gentoo udev Guide I find: Quote: | udev
Every time the kernel notices an update in the device structure, it calls the /sbin/hotplug program. Hotplug runs the applications linked in the /etc/hotplug.d/default directory where you will also find a symlink to the udev application. |
The problem is, my /etc/hotplug.d/default directory contains no symlink as suggested: Code: |
# ls -l /etc/hotplug.d/default/
total 4
-rwxr-xr-x 1 root root 2931 Feb 4 09:53 default.hotplug
|
My question is why it's lacking, is something incorrect with the hotplug & udev setup, and what's the consequence?
Anyone with insight on this?
Thanks! _________________ "Primum non nocere" ---Galen
Last edited by cgmd on Tue Feb 06, 2007 2:56 pm; edited 2 times in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Dan Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
Joined: 25 Oct 2005 Posts: 1302
|
Posted: Mon Feb 05, 2007 1:24 am Post subject: |
|
|
$ ls -l /etc/hotplug.d/default/
total 0
lrwxrwxrwx 1 root root 24 Jan 22 2006 20-hal.hotplug -> /usr/libexec/hal.hotplug _________________ - Failure is not an option. It's bundled with your software. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
cgmd Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/923325915444be02f39685.jpg)
Joined: 17 Feb 2005 Posts: 1585 Location: Louisiana
|
Posted: Mon Feb 05, 2007 4:17 am Post subject: |
|
|
dcoats wrote: Quote: | $ ls -l /etc/hotplug.d/default/
total 0
lrwxrwxrwx 1 root root 24 Jan 22 2006 20-hal.hotplug -> /usr/libexec/hal.hotplug |
Question... Did you put the symlink in manually, or, if not, what software installed it?
Thanks! _________________ "Primum non nocere" ---Galen |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Dan Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
Joined: 25 Oct 2005 Posts: 1302
|
Posted: Mon Feb 05, 2007 1:48 pm Post subject: |
|
|
no I never did that, not sure... I would assume hal or hotplug did. _________________ - Failure is not an option. It's bundled with your software. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
cgmd Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/923325915444be02f39685.jpg)
Joined: 17 Feb 2005 Posts: 1585 Location: Louisiana
|
Posted: Tue Feb 06, 2007 2:52 pm Post subject: |
|
|
Does anyone have the correct information about the need for /etc/hotplug.d/default/ to contain 20-hal.hotplug -> /usr/libexec/hal.hotplug?
Thanks! _________________ "Primum non nocere" ---Galen |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|