Project

General

Profile

Actions

Bug #13174

closed

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

Added by tim c over 5 years ago. Updated over 5 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

Actions #1

Updated by François ARMAND over 5 years ago

  • 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!).

Actions #3

Updated by Benoît PECCATTE over 5 years ago

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

Updated by Alexis Mousset over 5 years ago

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

Updated by Alexis Mousset over 5 years ago

  • 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
Actions #6

Updated by Vincent MEMBRÉ over 5 years ago

  • Target version changed from 4.3.5 to 4.3.6
Actions #7

Updated by Alexis Mousset over 5 years ago

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

Updated by Vincent MEMBRÉ over 5 years ago

  • 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: Atom PDF