From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aras Vaichas Date: Thu, 01 Dec 2005 05:00:49 +0000 Subject: Re: problem with PROGRAM Message-Id: <438E8381.2040709@magellan-technology.com> List-Id: References: <438D4B0F.5050303@magellan-technology.com> In-Reply-To: <438D4B0F.5050303@magellan-technology.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org Aras Vaichas wrote: > rule: > KERNEL="usb[0-9]", ACTION="add", ENV{PHYSDEVDRIVER}="usbnet", > PROGRAM="/etc/udev/scripts/start_autoipd.sh %k" UPDATE: I changed the rule from PROGRAM to RUN like so: KERNEL="usb[0-9]", ACTION="add", ENV{PHYSDEVDRIVER}="usbnet", RUN+="/etc/udev/scripts/start_autoipd.sh %k" and the process no longer becomes a zombie and it all appears to work correctly. Why would PROGRAM cause this situation but RUN doesn't? regards, Aras Vaichas ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_idv37&alloc_id865&op=click _______________________________________________ Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net Linux-hotplug-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel