Re: hotplugd restart problem

2016-07-31 Thread Jeremie Courreges-Anglas
Martin Natano writes: > On Mon, Jul 25, 2016 at 02:17:11PM +0300, Alexey Vatchenko wrote: >> Hi! >> If something is running which is started from attach script, restarting of >> hotplugd fails because /dev/hotplug is occupied by child process. >> >> Attached is the patch to fix this problem. > >

Re: hotplugd restart problem

2016-07-25 Thread Martin Natano
On Mon, Jul 25, 2016 at 02:17:11PM +0300, Alexey Vatchenko wrote: > Hi! > If something is running which is started from attach script, restarting of > hotplugd fails because /dev/hotplug is occupied by child process. > > Attached is the patch to fix this problem. Makes sense, but why not pass O_C

hotplugd restart problem

2016-07-25 Thread Alexey Vatchenko
Hi! If something is running which is started from attach script, restarting of hotplugd fails because /dev/hotplug is occupied by child process. Attached is the patch to fix this problem. Index: usr.sbin/hotplugd/hotplugd.c === RCS fi