From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DE416138334 for ; Mon, 4 Mar 2019 14:06:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14B47E08E8; Mon, 4 Mar 2019 14:05:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 82833E08D3 for ; Mon, 4 Mar 2019 14:05:54 +0000 (UTC) Received: from [192.168.1.100] (c-98-218-46-55.hsd1.md.comcast.net [98.218.46.55]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: mjo) by smtp.gentoo.org (Postfix) with ESMTPSA id 40594335C60 for ; Mon, 4 Mar 2019 14:05:53 +0000 (UTC) Subject: Re: [gentoo-user] Question about bird init script To: gentoo-user@lists.gentoo.org References: <20190304103357.x6gvk2ln6xvzbu3l@mew.swordarmor.fr> From: Michael Orlitzky Message-ID: Date: Mon, 4 Mar 2019 09:05:48 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 In-Reply-To: <20190304103357.x6gvk2ln6xvzbu3l@mew.swordarmor.fr> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit X-Archives-Salt: a89da5cf-cba0-480a-b51c-8f2df3605e8b X-Archives-Hash: 09e0c750f12c9996016731b6e547e5ea On 3/4/19 5:33 AM, Alarig Le Lay wrote: > Hi again, > > On another box, I’m trying to update to bird 2.0.4. I just copied the > ebuild and changed the version. If you want to have a look, it’s here: > https://git.grifon.fr/alarig/SwordArMor-gentoo-overlay/src/branch/master/net-misc/bird > > It compiles well, but I have a weird behaviour on the service if I want > to stop it. I know this isn't the answer you want, but before you waste any time debugging, you should rewrite that ugly-ass service script to meet modern standards: https://github.com/OpenRC/openrc/blob/master/service-script-guide.md I'm pretty sure you can delete 90% of it, and make it work better in the process. Then, if start/stop/reload still don't work, it will be worthwhile to figure out why.