From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jacob Gorm Hansen Subject: /sbin/hotplug exec'd lots of times during boot Date: Wed, 06 Apr 2005 19:43:37 -0700 Message-ID: <42549E59.6020108@diku.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org hi, I just added a printk to do_execve() in xenolinux0, and noticed that /sbin/hotplug is being exec'ed more than a hundred times during boot, and that this happens before /sbin/init is exec'ed. This is with a version of xen-unstable less than one month old. It is probably a Linux issue, I was just wondering if anyone else had seen the same behaviour, and if this is supposed to happen (these days you never know)? Could it be the USB subsystem is acting weird? thanks, Jacob