Project

Profile

Help

Issue #4490

closed

gopherd raises an error when starting and no network is available

Added by daviddavis about 5 years ago. Updated almost 5 years ago.

Status:
CLOSED - NOTABUG
Priority:
Low
Assignee:
-
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:

Description

If network is not already online and in case network.service is disabled, the goferd.service will report error in logs:

katello.agent.goferd.plugin:87 - [Errno -2] Name or service not known

It's possible to fix this, when the service-unit is changed like:

 [Unit]
 Description=Gofer Agent
-After=network.target
+After=network-online.target
+Wants=network-online.target

Also available in: Atom PDF