vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| > How does one, under Slackware 10.2, restart udev correctly after having > modified the udev.rules file? The rc.udev script under /etc/rc.d does not > offer many choices. This is all for a 2.6 kernel. killall -HUP udevd should do it. But with a newer udev it is unnecessary since udevd will use inotify to watch for changes in the rules files and reload them when changed. I'm not sure which version of udev introduced this feature but it seems to be documented http://vrfy.org/log/recent-state-of-udev.html written in 23.Dec.2005. -- damjan |