After I updated pound to 2.7d, it suddently started to be extremely verbose during start-up (with default config-file), looks like some debug-info: # /etc/init.d/pound start * Starting pound ... starting... get_host(127.0.0.1, res, 0) getaddrinfo OK ret OK done get_host(127.0.0.1, res, 0) getaddrinfo OK ret OK done [ ok ] # I'm pretty sure it was not the case with previous version, I'd notice it. This is not "clean" start-up, as every other daemon/service takes usually just single line, i.e.: # /etc/init.d/apache2 start * Starting apache2 ... [ ok ] # Please add some option to remove this verbosity. Jarry Reproducible: Always
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de8c0aabbe0f74a15532360925f69d4f2ffdb373 commit de8c0aabbe0f74a15532360925f69d4f2ffdb373 Author: Marco Scardovi <marco@scardovi.com> AuthorDate: 2021-05-12 04:42:45 +0000 Commit: Joonas Niilola <juippis@gentoo.org> CommitDate: 2021-05-12 07:43:37 +0000 www-servers/pound: bump to 3.0, various changes Bump to version 3.0 Unfortunately this release drop support for alpha, hppa, ppc and sparc because a required dep (dev-libs/nanomsg) is not supported for these architectures. Bug: https://bugs.gentoo.org/714084 Closes: https://bugs.gentoo.org/657942 Closes: https://bugs.gentoo.org/527278 Closes: https://bugs.gentoo.org/657946 Closes: https://bugs.gentoo.org/674064 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Marco Scardovi <marco@scardovi.com> Closes: https://github.com/gentoo/gentoo/pull/20781 Signed-off-by: Joonas Niilola <juippis@gentoo.org> www-servers/pound/Manifest | 1 + www-servers/pound/files/pound-2.2.cfg | 1 - www-servers/pound/pound-3.0.ebuild | 55 +++++++++++++++++++++++++++++++++++ 3 files changed, 56 insertions(+), 1 deletion(-)