Actions
Bug #7920
closedForeman should never block init, also not when daemon=false
Difficulty:
Triaged:
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 (?)
Updated by Dominic Cleal about 10 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:
Updated by The Foreman Bot over 8 years ago
- Status changed from New to Ready For Testing
- Assignee set to Anonymous
- Pull request https://github.com/theforeman/foreman-packaging/pull/1171 added
Updated by Dominic Cleal over 8 years ago
- Translation missing: en.field_release set to 161
Updated by Anonymous over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset f5bf6c2a6a39d99ef2d0d17594228997cf405e3b.
Actions