Project

General

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 almost 7 years ago. Updated over 6 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()
Actions #1

Updated by Alexis Mousset almost 7 years ago

  • Target version changed from 4.1.5 to 4.1.6
Actions #2

Updated by Benoît PECCATTE almost 7 years ago

  • Effort required set to Very Small
  • Priority changed from 0 to 67
Actions #3

Updated by Benoît PECCATTE almost 7 years ago

  • Assignee set to Alexis Mousset
Actions #4

Updated by Alexis Mousset over 6 years ago

  • Status changed from New to In progress
Actions #5

Updated by Alexis Mousset over 6 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
Actions #6

Updated by Vincent MEMBRÉ over 6 years ago

  • Target version changed from 4.1.6 to 4.1.7
Actions #7

Updated by Vincent MEMBRÉ over 6 years ago

  • Target version changed from 4.1.7 to 4.1.8
  • Priority changed from 67 to 66
Actions #8

Updated by Alexis Mousset over 6 years ago

  • Status changed from Pending technical review to Pending release
  • Priority changed from 66 to 65
Actions #9

Updated by Vincent MEMBRÉ over 6 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.

Actions

Also available in: Atom PDF