Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-1801

Comment on: "manual/tutorial/install-mongodb-on-debian.txt"

    • Type: Icon: Task Task
    • Resolution: Duplicate
    • Priority: Icon: Major - P3 Major - P3
    • 01112017-cleanup
    • Affects Version/s: None
    • Component/s: Server
    • Environment:

      There is a bug on the debian init script, when there is a NUMA machine. On the script Start secction it says:

      start-stop-daemon --background --start --quiet --pidfile $PIDFILE \
      --make-pidfile --chuid $DAEMONUSER \
      --exec $NUMACTL $DAEMON – $DAEMON_OPTS

      but on NUMA enviroments start-stop-daemon gets numa parameters as start-stop-daemon parameters. The fix for it is to move the $NUMACTL var before start-stop-daemon command, like:

      $NUMACTL start-stop-daemon --background --start --quiet --pidfile $PIDFILE \
      --make-pidfile --chuid $DAEMONUSER \
      --exec $DAEMON – $DAEMON_OPTS

      This make installation fails.

      It will be nice if you could fix it. The best regards and Thanks in advance

            Assignee:
            ernie.hershey@mongodb.com Ernie Hershey (Inactive)
            Reporter:
            auto auto
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              10 years, 38 weeks, 1 day ago