Actions
Bug #10963
closedBug #10444: Unable to setup metadata virtual space list
Patch for "Unable to setup metadata virtual space list" not in the correct place
Pull Request:
Severity:
Minor - inconvenience | misleading | easy workaround
UX impact:
User visibility:
Getting started - demo | first install | level 1 Techniques
Effort required:
Very Small
Priority:
64
Name check:
Fix check:
Regression:
Description
In the parent task, we added "ulimit -v unlimited" in a patch for script "/opt/rudder/jetty7/bin/jetty-sles.sh" but:
- the patch is not applied, so currently an install does not have it,
- and EVEN with the patch, the parent bug is not corrected.
To correct parent task, we need to add "ulimit -v unlimited" in `/etc/init.d/rudder-jetty`:
usage() { echo "Usage: ${0##*/} [-d] {start|stop|run|restart|check|supervise} [ CONFIGS ... ] " exit 1 } [ $# -gt 0 ] || usage ulimit -v unlimited ################################################## # Some utility functions ################################################## findDirectory()
Updated by Alexis Mousset over 7 years ago
- Target version changed from 4.1.5 to 4.1.6
Updated by Benoît PECCATTE over 7 years ago
- Effort required set to Very Small
- Priority changed from 0 to 67
Updated by Alexis Mousset over 7 years ago
- Status changed from New to In progress
Updated by Alexis Mousset over 7 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/1373
Updated by Vincent MEMBRÉ over 7 years ago
- Target version changed from 4.1.6 to 4.1.7
Updated by Vincent MEMBRÉ about 7 years ago
- Target version changed from 4.1.7 to 4.1.8
- Priority changed from 67 to 66
Updated by Alexis Mousset about 7 years ago
- Status changed from Pending technical review to Pending release
- Priority changed from 66 to 65
Applied in changeset rudder-packages|f42f62a4abd384cd8575fad98bca3f0ae189f504.
Updated by Vincent MEMBRÉ about 7 years ago
- Status changed from Pending release to Released
- Priority changed from 65 to 64
This bug has been fixed in Rudder 4.1.8 and 4.2.1 which were released today.
- 4.1.8: Announce Changelog
- 4.2.1: Announce Changelog
- Download: https://www.rudder-project.org/site/get-rudder/downloads/
Actions