Bug #11824
closedreload-cf-serverd fails if cf-serverd not running and /sbin not in PATH
Description
This commit introduced the reload by service restart:
But apparently /sbin is not in the PATH for (at least our) SLES systems.
Policy update process was stopped due to an error: ⇨ Policy update error for process '751' at 2017-12-05 14:29:33 ⇨ Exit code=-2147483648 for hook: '/opt/rudder/etc/hooks.d/policy-generation-finished/50-reload-policy-file-server'. stdout: /usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:. stderr: 'kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec] /opt/rudder/bin/rudder-reload-cf-serverd: line 15: service: command not found
stdout currently shows echo $PATH
being executed, and that lacks /sbin, so I suggest to either extend the PATH
variable in the script or call it with full /sbin/service path...
Updated by Janos Mattyasovszky almost 7 years ago
- Related to Bug #10493: If cf-serverd is not up, hook 50-reload-policy-file-server is in error and breaks policy generation added
Updated by Janos Mattyasovszky almost 7 years ago
Confirmed: Fix by /sbin/service rudder-agent restart
or export PATH=$PATH:/sbin
fixes it.
Updated by Benoît PECCATTE almost 7 years ago
Almost all distribution have sbin in the PATH variable.
I tested on our sles 12 and it has /sbin in the PATH.
I don't think we should change this behaviour because service is not always in /sbin.
What is the rationale for not having /sbin in PATH for root ?
Updated by Benoît PECCATTE almost 7 years ago
This script should be a "rudder agent reload" or so
The command run should be "rudder agent restart"
The generic solution should be to append /sbin to the PATH directly in the rudder command.
Updated by Benoît PECCATTE almost 7 years ago
- Target version set to 4.3.0~beta1
- Effort required set to Small
- Priority changed from 32 to 48
Updated by Vincent MEMBRÉ almost 7 years ago
- Target version changed from 4.3.0~beta1 to 4.3.0~rc1
- Priority changed from 48 to 47
Updated by Vincent MEMBRÉ over 6 years ago
- Target version changed from 4.3.0~rc1 to 4.3.0~rc2
- Priority changed from 47 to 46
Updated by François ARMAND over 6 years ago
- Translation missing: en.field_tag_list set to Blocking 4.3
We need to do that before final release, else it will need to slip to 4.4
Updated by Félix DALLIDET over 6 years ago
- Status changed from New to In progress
Updated by Félix DALLIDET over 6 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Félix DALLIDET to Benoît PECCATTE
- Pull Request set to https://github.com/Normation/rudder-agent/pull/171
Updated by Félix DALLIDET over 6 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder-agent|513b61083afb05d78a89bd8b480047ee4224318b.
Updated by Vincent MEMBRÉ over 6 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 4.3.0~rc2 which was released today.
- 4.3.0~rc2: Announce Changelog
- Download: https://www.rudder-project.org/site/get-rudder/downloads/