Project

General

Profile

Actions

Bug #8232

closed

Apache config does not get cleaned up after removal of rudder-webapp

Added by Janos Mattyasovszky almost 8 years ago. Updated almost 8 years ago.

Status:
Released
Priority:
N/A
Category:
Server components
Target version:
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

Related issues 2 (1 open1 closed)

Related to Rudder - Bug #8231: rudder-apache gets added multiple times to apache configReleasedBenoît PECCATTE2016-05-02Actions
Related to Rudder - Bug #10858: rudder-server-relay does not clean up apache includes on removalNewActions
Actions #1

Updated by Jonathan CLARKE almost 8 years ago

  • Assignee set to Benoît PECCATTE
Actions #2

Updated by Jonathan CLARKE almost 8 years ago

  • Related to Bug #8231: rudder-apache gets added multiple times to apache config added
Actions #3

Updated by Jonathan CLARKE almost 8 years ago

  • Target version set to 2.11.21
Actions #4

Updated by Jonathan CLARKE almost 8 years ago

  • Status changed from New to In progress
  • Assignee changed from Benoît PECCATTE to Jonathan CLARKE
Actions #5

Updated by Jonathan CLARKE almost 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
Actions #6

Updated by Jonathan CLARKE almost 8 years ago

  • Status changed from Pending technical review to In progress
  • Assignee changed from Benoît PECCATTE to Jonathan CLARKE
Actions #7

Updated by Jonathan CLARKE almost 8 years ago

  • Status changed from In progress to Pending technical review
  • Assignee changed from Jonathan CLARKE to Benoît PECCATTE
Actions #8

Updated by Jonathan CLARKE almost 8 years ago

  • Status changed from Pending technical review to Pending release
  • % Done changed from 0 to 100
Actions #9

Updated by Vincent MEMBRÉ almost 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.

Actions #10

Updated by Janos Mattyasovszky over 6 years ago

  • Related to Bug #10858: rudder-server-relay does not clean up apache includes on removal added
Actions

Also available in: Atom PDF