Bug #4004
closedAfter upgrading the policy server, the rsyslog configuration is invalid
Added by Nicolas CHARLES about 11 years ago. Updated over 9 years ago.
Description
when upgrading the rudder server root, /etc/rsyslog.d/rudder.conf contains &SYSLOGPORT& within, rather than the port to listen to; preventing the server from listening to the clients
regenerating the promises by clearing the cache solve the issue
Happens at least on 2.6, must test on other systems
Updated by Nicolas CHARLES about 11 years ago
This happens on Redhat 6, with Rudder 2.6, but not on SLES11 with Rudder 2.7
Updated by Dennis Cabooter about 11 years ago
This happens on Red Hat 5 with Rudder 2.6 as well.
Updated by Nicolas PERRON about 11 years ago
I ensured that my serve had the promises generated so to have the correct rsyslog template (/var/rudder/cfengine-community/inputs/distributePolicy/rsyslog.conf/rudder.conf). After this I've tried an upgrade from 2.6.7 to 2.7.4 and didn't get the issue.
Are you sure that your promises were correct before the upgrade ?
Updated by Dennis Cabooter about 11 years ago
Excuse me. As discussed on IRC our policy server is on Ubuntu 12.04 LTS having Rudder 2.6.
Updated by Nicolas CHARLES about 11 years ago
The upgrade script is a bit eager on the replacement.
# 2.4.0: force upgrade of the rsyslog configuration for rudder if [ -d ${TRGTECHDIR} ];then mkdir -p /var/rudder/cfengine-community/inputs/distributePolicy/rsyslog.conf cp -a /var/rudder/configuration-repository/techniques/system/distributePolicy/1.0/rudder.st /var/rudder/cfengine-community/inputs/distributePolicy/rsyslog.conf/rudder.conf fi
Updated by Nicolas CHARLES about 11 years ago
- Target version changed from 2.6.8 to 2.4.11
This must happen on 2.4 as well
Updated by Nicolas PERRON about 11 years ago
Nicolas CHARLES wrote:
The upgrade script is a bit eager on the replacement.
[...]
This is an old code. It was made for #2347. This is historical and does not need to be made. I suggest to remove it.
Updated by Nicolas PERRON about 11 years ago
- Status changed from New to Pending technical review
- Assignee changed from Nicolas PERRON to Jonathan CLARKE
- % Done changed from 0 to 100
- Pull Request set to https://github.com/Normation/rudder-packages/pull/144
Pull Request URL added: https://github.com/Normation/rudder-packages/pull/144
Jon, could you review it please ?
Updated by Jonathan CLARKE about 11 years ago
Nicolas PERRON wrote:
Nicolas CHARLES wrote:
The upgrade script is a bit eager on the replacement.
[...]
This is an old code. It was made for #2347. This is historical and does not need to be made. I suggest to remove it.
I disagree. Removing it in 2.4 is certainly not an option, because this most likely breaks the upgrade path from 2.3 (I doubt we introduced this without reason).
A much more reasonable approach would be to repair it: if the &SYSLOGPORT& variables need replacing, let's just use sed to apply a default value - or even better, go and get the value from the rudder.syslog.port property in /opt/rudder/etc/rudder-web.properties!
Updated by Jonathan CLARKE about 11 years ago
- Assignee changed from Jonathan CLARKE to Nicolas PERRON
- Pull Request changed from https://github.com/Normation/rudder-packages/pull/144 to https://github.com/Normation/rudder-packages/pull/146
Jonathan CLARKE wrote:
Nicolas PERRON wrote:
Nicolas CHARLES wrote:
The upgrade script is a bit eager on the replacement.
[...]
This is an old code. It was made for #2347. This is historical and does not need to be made. I suggest to remove it.
I disagree. Removing it in 2.4 is certainly not an option, because this most likely breaks the upgrade path from 2.3 (I doubt we introduced this without reason).
A much more reasonable approach would be to repair it: if the &SYSLOGPORT& variables need replacing, let's just use sed to apply a default value - or even better, go and get the value from the rudder.syslog.port property in /opt/rudder/etc/rudder-web.properties!
I made a new PR to do just this: https://github.com/Normation/rudder-packages/pull/146.
I've tested it and it works, in the interest of speeding up upcoming releases, I'm self-merging, but leaving the ticket assigned to Nicolas for Tech Review.
Updated by Jonathan CLARKE about 11 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset commit:6272f06771e2c82bfc4499bf78e4fc15f58c3ddc.
Updated by Jonathan CLARKE about 11 years ago
- Status changed from Pending release to Pending technical review
Updated by Nicolas PERRON about 11 years ago
- Status changed from Pending technical review to Pending release
Jonathan CLARKE wrote:
Nicolas PERRON wrote:
Nicolas CHARLES wrote:
The upgrade script is a bit eager on the replacement.
[...]
This is an old code. It was made for #2347. This is historical and does not need to be made. I suggest to remove it.
I disagree. Removing it in 2.4 is certainly not an option, because this most likely breaks the upgrade path from 2.3 (I doubt we introduced this without reason).
A much more reasonable approach would be to repair it: if the &SYSLOGPORT& variables need replacing, let's just use sed to apply a default value - or even better, go and get the value from the rudder.syslog.port property in /opt/rudder/etc/rudder-web.properties!
Alright, this is more reasonable. We can still remove it later.
The PR seems ok to me.
Updated by Nicolas PERRON about 11 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 2.4.11, which was released today.
Check out:
- The release announcement: http://www.rudder-project.org/pipermail/rudder-announce/2013-October/000052.html
- The full ChangeLog: http://www.rudder-project.org/foswiki/bin/view/System/Documentation:ChangeLog24
- Download information: http://www.rudder-project.org/foswiki/Download/
Updated by Benoît PECCATTE over 9 years ago
- Project changed from 34 to Rudder
- Category set to Packaging