Actions
Bug #28120
closedSilent failure to start if can't access /var/run/foreman-proxy directory in daemon mode
Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Description
---
:bind_host: ['*']
:http_port: 8000
:daemon: true
:log_file: /var/log/foreman-proxy/proxy.log
:log_level: DEBUG
:daemon_pid: /var/run/foreman-proxy/foreman-proxy.pid
With the following smart-proxy config, regardless of DEBUG level, the logs will contain plain "[E] Error during startup, terminating" without any details what's wrong.
Updated by Ewoud Kohl van Wijngaarden over 4 years ago
Which operating system are you on? It may be that /var/run is on a tmpfs and the directory isn't created but on systemd based platforms we should run the proxy in the foreground and the pid shouldn't be used.
Updated by Ewoud Kohl van Wijngaarden over 3 years ago
- Status changed from New to Need more information
Updated by Ewoud Kohl van Wijngaarden almost 3 years ago
- Status changed from Need more information to Rejected
Actions