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.