Bug #30252
error Error reading socket: Encountered end of file [-5938] when starting qpidd service
Status:
Closed
Priority:
Normal
Assignee:
Category:
Foreman modules
Target version:
Pull request:
Fixed in Releases:
Found in Releases:
Related issues
Associated revisions
History
#1
Updated by Eric Helms 7 months ago
- Bugzilla link set to 1772526
#2
Updated by The Foreman Bot 3 months ago
- Assignee set to Eric Helms
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/puppet-qpid/pull/137 added
#3
Updated by The Foreman Bot 2 months ago
- Fixed in Releases 2.4.0 added
#4
Updated by Eric Helms 2 months ago
- Related to Bug #27637: qpidd fails to start with ncat > 6.40 added
#5
Updated by Eric Helms 2 months ago
- Fixed in Releases 2.3.0 added
- Fixed in Releases deleted (
2.4.0)
#6
Updated by Eric Helms 2 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset puppet-qpid|57b9a125fc51689110813161e46041d1e7403ff3.
#7
Updated by Ewoud Kohl van Wijngaarden about 2 months ago
- Triaged changed from No to Yes
- Target version set to 2.3.0
- Category set to Foreman modules
Fixes #30252: Make wait for port more resilient
The current method can result in journal error messages:
[System] error Error reading socket: Encountered end of file [-5938]
This updated version waits and checks for listening ports
and greps for the port in question to appear before signaling
that the service is ready.