Summary: | app-admin/supervisor: provide default configuration | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Gilles Dartiguelongue (RETIRED) <eva> |
Component: | Current packages | Assignee: | Louis Sautier (sbraz) <sbraz> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | proxy-maint |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/gentoo/gentoo/pull/8453 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | Default configuration from debian package |
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae9ec8eac390679bf5dcc299ec9fea7dec4f0f03 commit ae9ec8eac390679bf5dcc299ec9fea7dec4f0f03 Author: Louis Sautier <sautier.louis@gmail.com> AuthorDate: 2018-05-17 12:53:48 +0000 Commit: Gilles Dartiguelongue <eva@gentoo.org> CommitDate: 2018-05-24 06:27:27 +0000 app-admin/supervisor: bump to 3.3.4, add default config, dedicated group - Add a default configuration file. - Add a dedicated log directory and a group to which users can be added in order to run supervisorctl and access logs. - Fix warnings related to namespace packages. - Add a missing RDEPEND on dev-python/setuptools (pkg_resources). - Fix the init script to explicitely specify a configuration file to supervisord, otherwise a warning is issued. - Add informational messages when the package is installed for the first time. Closes: https://bugs.gentoo.org/589734 Package-Manager: Portage-2.3.31, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/8453 app-admin/supervisor/Manifest | 1 + app-admin/supervisor/files/conf.d-r1 | 7 +++ app-admin/supervisor/files/init.d-r2 | 15 ++++++ app-admin/supervisor/files/supervisord.conf | 69 ++++++++++++++++++++++++ app-admin/supervisor/supervisor-3.3.4.ebuild | 80 ++++++++++++++++++++++++++++ 5 files changed, 172 insertions(+) |
Created attachment 441622 [details] Default configuration from debian package Current default experience after install is: # /etc/init.d/supervisord start * Caching service dependencies ... [ ok ] * supervisord: `/etc/supervisord.conf' is not readable * ERROR: supervisord failed to start It should at least start with a local socket accepting connections like on Debian for example.