----- Original Message ----- From: "Bryn M. Reeves" <breeves@xxxxxxxxxx> To: For users of Fedora Core releases <fedora-list@xxxxxxxxxx> Subject: Re: initscripts bug Date: Tuesday 06 December 2005 16:37 >I think you're seeing this as a side effect of how mc is running the >command. Of course, a demon shouldn't really be doing any terminal IO >anyway, so it may still indicate a bug in netplugd. Sure it does. A workaround is to alter the /etc/rc.d/init.d/netplugd - redirect the output of startup command: daemon /sbin/netplugd ${NETPLUGDARGS} -p /var/run/netplugd.pid >/dev/null This does not solve the problem though, since running netplugd from command line hang up too. How it will get fixed...