Bug #7920
Foreman should never block init, also not when daemon=false
Fixed in Releases:
Found in Releases:
Description
- by default smart-proxy runs in the foreground. To enable running as a daemon, uncomment 'daemon' setting
#:daemon true
If you do /not/ have ':daemon true', the foreman-proxy debian packages blocks init on bootup!
I do not think this is desired behavior (?)
Associated revisions
History
#1
Updated by Dominic Cleal over 6 years ago
- Project changed from Foreman to Packaging
- Category set to Debian/Ubuntu
I think the smart proxy behaviour changed subtly between 1.5 and 1.6, so now if it's not specified, it implies true, while it used to possibly imply false.
This check should probably be updated to look for daemon\s*true:
#2
Updated by The Foreman Bot over 4 years ago
- Assignee set to Anonymous
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman-packaging/pull/1171 added
#3
Updated by Dominic Cleal over 4 years ago
- Legacy Backlogs Release (now unused) set to 161
#4
Updated by Anonymous over 4 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset f5bf6c2a6a39d99ef2d0d17594228997cf405e3b.
fixes #7920 - redo check if proxy is enabled