Project

General

Profile

Actions

Bug #27637

closed

qpidd fails to start with ncat > 6.40

Added by James Shewey almost 5 years ago. Updated over 3 years ago.

Status:
Resolved
Priority:
Low
Assignee:
-
Category:
Foreman modules
Target version:
-
Difficulty:
easy
Triaged:
No
Fixed in Releases:
Found in Releases:

Description

During installation/upgrade of foreman/katello, the file:

/usr/share/foreman-installer/modules/qpid/manifests/service.pp

Writes out the erb template found at:

/usr/share/foreman-installer/modules/qpid/templates/wait-for-port.conf.erb

To the location:

/etc/systemd/system/qpidd.service.d/wait-for-port.conf

This file causes the startup script for qpidd to wait for the port to show as open before marking the service as started by using ncat's -z switch using the command:

ExecStartPost=/bin/bash -c 'while ! nc -z 127.0.0.1 <%= scope['qpid::ssl_port'] %>; do sleep 1; done'

The issue however is that the "-z" switch has been deprecated in (at least) version 6.47 of ncat. Thus, another way to achieve this objective is needed. While this is not an issue for a default CentOS/RHEL 7 installation, the problem will presumably arise with RHEL/CentOS 8 and will show up for any who use the atomic repo.

To reproduce:


Related issues 1 (0 open1 closed)

Related to Installer - Bug #30252: error Error reading socket: Encountered end of file [-5938] when starting qpidd serviceClosedEric HelmsActions
Actions

Also available in: Atom PDF