Bug #3368
closedRe-create startup scripts error OpenSSH server technique
Description
In /var/rudder/configuration-repository/techniques/remoteAccess/sshConfiguration/2.0/configuration.st The Debian/Ubuntu command to re-create startup scripts fails and reports an error. I'm not sure if the error also occurs on Debian, since we use Ubuntu (10.04 LTS and 12.04 LTS) only. The error is very easy to solve:
root@rudder:/var/rudder/configuration-repository/techniques# diff systemSettings/remoteAccess/sshConfiguration/2.0/configuration.st systemSettings/remoteAccess/sshConfiguration/2.1/configuration.st
47c47
< string => "/usr/sbin/update-rc.d ssh remove \&\& /usr/sbin/update-rc.d ssh defaults";
---
string => "/usr/sbin/update-rc.d -f ssh remove \&\& /usr/sbin/update-rc.d ssh defaults";
Kind regards
Updated by Nicolas CHARLES over 11 years ago
- Status changed from New to 8
- Priority changed from N/A to 2
- Target version changed from 2.5.1 to 2.3.11
Hi Denis,
Thank you very much for your patch. I'm retargeting the ticket to 2.3, for it is the oldest version where the patch is available, so that the bug will be corrected in every version of Rudder
Updated by Nicolas CHARLES over 11 years ago
- Status changed from 8 to Pending technical review
- Assignee set to Jonathan CLARKE
The pull request is here
https://github.com/Normation/rudder-techniques/pull/63
Note that once it is merge, it will have to be propagated to 2.5 and applied to version 2 of technique as well
Updated by Nicolas CHARLES over 11 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset commit:820ddde5b5d593bcf4d2e6ebe0471de3c7929735.
Updated by Jonathan CLARKE over 11 years ago
Applied in changeset commit:d1f1b7c91024d52181cb4a36e0d471eeac411270.
Updated by Jonathan CLARKE over 11 years ago
- Project changed from Rudder to 24
- Category deleted (
System techniques)
Updated by Nicolas CHARLES over 11 years ago
It as been ported on every branches, thank you for your contribution Dennis !
Updated by Nicolas CHARLES over 11 years ago
Applied in changeset commit:49d3a9a8a98c57618503f495b60155a769f2f41a.
Updated by Matthieu CERDA over 11 years ago
- Status changed from Pending release to Released
This ticket has been adressed in the 2.3.11 release of Rudder.
The ChangeLog is available here: http://www.rudder-project.org/foswiki/bin/view/System/Documentation:ChangeLog23
Updated by Benoît PECCATTE over 9 years ago
- Project changed from 24 to Rudder
- Category set to Techniques