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:
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Related issues
Associated revisions
History
#1
Updated by Eric Helms over 2 years ago
- Bugzilla link set to 1772526
#2
Updated by The Foreman Bot over 2 years 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 over 2 years ago
- Fixed in Releases 2.4.0 added
#4
Updated by Eric Helms over 2 years ago
- Related to Bug #27637: qpidd fails to start with ncat > 6.40 added
#5
Updated by Eric Helms over 2 years ago
- Fixed in Releases 2.3.0 added
- Fixed in Releases deleted (
2.4.0)
#6
Updated by Eric Helms over 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset puppet-qpid|57b9a125fc51689110813161e46041d1e7403ff3.
#7
Updated by Ewoud Kohl van Wijngaarden over 2 years 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.