Actions
Bug #14750
closedforeman proxy still running on port 8000 needlessly.
Difficulty:
Triaged:
Bugzilla link:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1248665
Description of problem:
Please see https://bugzilla.redhat.com/show_bug.cgi?id=1237092
templates on the default server were turned off, which is expected. However, foreman-proxy is still listening on port 8000.
Version-Release number of selected component (if applicable):
Snap 15
Steps to Reproduce:
1. Install satellite
2. `lsof -i :8000`
Actual results:
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
ruby 23526 foreman-proxy 9u IPv4 108908 0t0 TCP *:irdmi (LISTEN)
Expected results:
foreman-proxy should not be listening needlessly on port 8000
Additional info:
Updated by Dominic Cleal about 9 years ago
- Project changed from Installer to Katello
- Status changed from Need more information to New
Updated by The Foreman Bot about 9 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello-installer/pull/328 added
Updated by Ondřej Pražák about 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Actions