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()
Actions