Project

General

Profile

Actions

Bug #13174

closed

can't upgrade debian package if /bin/systemd exist but sysv is used

Bug #13174: can't upgrade debian package if /bin/systemd exist but sysv is used

Added by tim c over 7 years ago. Updated over 7 years ago.

Status:
Released
Priority:
N/A
Category:
Packaging
Target version:
Severity:
Major - prevents use of part of Rudder | no simple workaround
UX impact:
User visibility:
Operational - other Techniques | Technique editor | Rudder settings
Effort required:
Very Small
Priority:
78
Name check:
Fix check:
Regression:

Description

Hi,

During upgrade rudder-agent.postinst check if systemd is used. Code below is the part in question :

if type systemctl > /dev/null ; then CFRUDDER_USE_SYSTEMD="true"; fi

But it's possible to have the binary /bin/systemctl and used sysv instead of systemd, specially when you have upgraded your system from debian 7 to debian 8.

Proposed solution:

pidof systemd >/dev/null 2>&1 ; then CFRUDDER_USE_SYSTEMD="true"; fi

Workaround :

mv /bin/systemctl{,.bak}
upgrade...
mv /bin/systemctl.bak /bin/systemctl

Updated by François ARMAND over 7 years ago Actions #1

  • User visibility set to Operational - other Techniques | Technique editor | Rudder settings
  • Priority changed from 0 to 51

Thanks for the proposition, it seems to be a good solution (and sorry for the delay!).

Updated by Benoît PECCATTE over 7 years ago Actions #3

  • Effort required set to Very Small
  • Priority changed from 51 to 79

Updated by Alexis Mousset over 7 years ago Actions #4

  • Status changed from New to In progress
  • Assignee set to Alexis Mousset

Updated by Alexis Mousset over 7 years ago Actions #5

  • Status changed from In progress to Pending technical review
  • Assignee changed from Alexis Mousset to Benoît PECCATTE
  • Pull Request set to https://github.com/Normation/rudder-packages/pull/1693

Updated by Vincent MEMBRÉ over 7 years ago Actions #6

  • Target version changed from 4.3.5 to 4.3.6

Updated by Alexis Mousset over 7 years ago Actions #7

  • Status changed from Pending technical review to Pending release
  • Priority changed from 79 to 78

Updated by Vincent MEMBRÉ over 7 years ago Actions #8

  • Status changed from Pending release to Released
This bug has been fixed in Rudder 4.3.6 and 5.0.2 which were released today.
Changelog
Changelog
Actions

Also available in: PDF Atom