Unable to find /sbin/hotplug in my running kernel
Hi I am unable to find /sbin/hotplug in my running kernel. I checked my config file, CONFIG_HOTPLUG_CPU=y is enabled. Also one more doubt which I have is, with out this file how hotplug event is working. My running kernel version is 3.14.0-rc6. Any leads will be appreciated. Regards Rahul
On Thu, Mar 20, 2014 at 08:50:02PM +0530, Rahul Garg wrote:
Hi
I am unable to find /sbin/hotplug in my running kernel.
It's not a kernel program, it's a userspace program, that should not be used anymore, as udev listens on a netlink socket instead these days. thanks, greg k-h
Hi Rahul, This will help : http://debian-handbook.info/browse/stable/sect.hotplug.html Thank's - Aruna On Thu, Mar 20, 2014 at 11:32 AM, Greg KH <greg@kroah.com> wrote:
On Thu, Mar 20, 2014 at 08:50:02PM +0530, Rahul Garg wrote:
Hi
I am unable to find /sbin/hotplug in my running kernel.
It's not a kernel program, it's a userspace program, that should not be used anymore, as udev listens on a netlink socket instead these days.
thanks,
greg k-h
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
participants (3)
-
Aruna Hewapathirane -
Greg KH -
Rahul Garg