Project

General

Custom queries

Profile

Actions

Bug #10963

closed

Bug #10444: Unable to setup metadata virtual space list

Patch for "Unable to setup metadata virtual space list" not in the correct place

Added by François ARMAND about 8 years ago. Updated over 7 years ago.

Status:
Released
Priority:
N/A
Category:
System integration
Target version:
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()

Added by Alexis Mousset almost 8 years ago

Revision f42f62a4 (diff)

Fixes #10963: Patch for \"Unable to setup metadata virtual space list\" not in the correct place

Actions

Also available in: Atom PDF