Actions
Bug #35859
closedforeman-proxy logrotate sends signal to all processes under foreman-proxy.service
Difficulty:
Triaged:
Yes
Description
Starting with smart_proxy_remote_execution_ssh-0.5.0, REX spawns ssh
processes inside foreman-proxy.service. On logrotate, the SIGUSR1 signal
is sent to all processes of the service, including the ssh ones, which
react to the signal by terminating.
On debian-based distributions we already target only the main process of the service, let's do the same on rpm-based distributions.
Updated by Evgeni Golov over 2 years ago
- Project changed from Smart Proxy to Packaging
- Category set to RPMs
Updated by The Foreman Bot over 2 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman-packaging/pull/8835 added
Updated by Ewoud Kohl van Wijngaarden over 2 years ago
- Triaged changed from No to Yes
- Fixed in Releases 3.5.0 added
- Fixed in Releases deleted (
3.6.0)
Actions