Actions
Bug #7538
closedUser story #7409: Support CFEngine enterprise as agent
/etc/init.d/rudder-agent fails
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
On a system with both CFEngine Community and CFEngine Enterprise, I have
/etc/init.d/rudder-agent start rudder-agent[20107]: [INFO] Using /var/rudder/cfengine-community for CFEngine workdir /etc/init.d/rudder-agent: line 162: [: root: integer expression expected /etc/init.d/rudder-agent: line 293: syntax error near unexpected token `then' /etc/init.d/rudder-agent: line 293: ` then'
Updated by Nicolas CHARLES almost 9 years ago
MYUID=`id | cut -d\( -f2 | cut -d\) -f1` # For UNIX compatibility => modify this command
MYUID returns root on Centos
It is likely that it happens on all systems and on previous versions as well
# id uid=0(root) gid=0(root) groupes=0(root) contexte=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 <pre>
Updated by Benoît PECCATTE almost 9 years ago
- Status changed from New to In progress
Updated by Benoît PECCATTE almost 9 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Benoît PECCATTE to Jonathan CLARKE
- Pull Request set to https://github.com/Normation/rudder-packages/pull/823
Updated by Benoît PECCATTE almost 9 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset rudder-packages|7ad222567dc3c39a71221e513aae47e162ce31b5.
Updated by Jonathan CLARKE almost 9 years ago
Applied in changeset rudder-packages|f402cef2dc8ba173215aa49769660c9cdcd739c9.
Updated by Nicolas CHARLES almost 9 years ago
- Subject changed from /etc/init.d/rudder-agent fails if I have Rudder agent and cfengine enterprise agent to /etc/init.d/rudder-agent fails
Updated by Nicolas CHARLES almost 9 years ago
- Related to Bug #7540: typo in /etc/init.d/rudder-agent added
Updated by Vincent MEMBRÉ almost 9 years ago
- Related to deleted (Bug #7540: typo in /etc/init.d/rudder-agent)
Updated by Vincent MEMBRÉ almost 9 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 3.2.0~beta1 which was released today.
Actions