From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Bainbridge Subject: Re: [PATCH] tools: Fix network-bridge to work withGentoo (version 2) Date: Thu, 6 Oct 2005 11:44:25 +0100 Message-ID: <623652d50510060344s517fe76bm@mail.gmail.com> References: <1128545051.21137.61.camel@bree.local.net> <43443DCA.4080200@us.ibm.com> Reply-To: Chris Bainbridge Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <43443DCA.4080200@us.ibm.com> Content-Disposition: inline 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 List-Id: xen-devel@lists.xenproject.org Just a note on the new gentoo aware script. You do /etc/init.d/net.eth0 stop, which brings down sshd and other services, then /etc/init.d/net.eth0 start, which doesn't bring all the net.eth0 dependent services back up. It would be better to call restart (if that's possible), otherwise we need some code to bring up the other services...