From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Hunt Date: Fri, 30 Sep 2011 09:33:58 +0000 Subject: Re: udevd messages lost on exit? Message-Id: <4E858D06.9080400@ubuntu.com> List-Id: References: <4E857DFD.2060709@ubuntu.com> In-Reply-To: <4E857DFD.2060709@ubuntu.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org On 30/09/11 10:03, Kay Sievers wrote: > --exit just does a clean shutdown, it will not check for pending > events, only already running stuff will be properly finished, but > nothing new will be started. So if events are pending in udevd they will be lost unless trigger is called? > If you want queued stuff, queued in udevd or the kernel, to be all > handled before exiting, add a call to 'settle' before the --exit call. Is that combination atomic? Kind regards, James Hunt