Actions
Bug #8232
closedApache config does not get cleaned up after removal of rudder-webapp
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
Apparently the rudder-webapp package edits /etc/sysconfg/apache2:
# Add required includes in the SLES apache2 configuration if ! grep -qE "^. /etc/sysconfig/rudder-apache$" /etc/sysconfig/apache2 then echo -e '# This sources the modules/defines needed by Rudder\n. /etc/sysconfig/rudder-apache' >> /etc/sysconfig/apache2 fi
But after being uninstalled, this does not get removed, so apache2 fails with an error on the restart:
/etc/sysconfig/apache2: line 292: /etc/sysconfig/rudder-apache: No such file or directory
Updated by Jonathan CLARKE over 8 years ago
- Related to Bug #8231: rudder-apache gets added multiple times to apache config added
Updated by Jonathan CLARKE over 8 years ago
- Status changed from New to In progress
- Assignee changed from Benoît PECCATTE to Jonathan CLARKE
Updated by Jonathan CLARKE over 8 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Jonathan CLARKE to Benoît PECCATTE
- Pull Request set to https://github.com/Normation/rudder-packages/pull/935
Updated by Jonathan CLARKE over 8 years ago
- Status changed from Pending technical review to In progress
- Assignee changed from Benoît PECCATTE to Jonathan CLARKE
Updated by Jonathan CLARKE over 8 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Jonathan CLARKE to Benoît PECCATTE
Updated by Jonathan CLARKE over 8 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset rudder-packages|4742586866b94faa309d513c01d66f4412e4a3c1.
Updated by Vincent MEMBRÉ over 8 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 2.11.21, 3.0.16, 3.1.10 and 3.2.3 which were released on 2016-06-01, but not announced.
- 2.11: Changelog
- 3.0: Changelog
- 3.1: Changelog
- 3.2: Changelog
- Download: https://www.rudder-project.org/site/get-rudder/downloads/
Updated by Janos Mattyasovszky over 7 years ago
- Related to Bug #10858: rudder-server-relay does not clean up apache includes on removal added
Actions