|
Due to bug in /etc/init.d/mongodb script mongodb installation process (as explained in the official mongodb documentation) fails with following error:
Setting up mongodb-10gen (2.2.3) ...
Starting database: mongodbstart-stop-daemon: unrecognized option '--interleave=all'
Try 'start-stop-daemon --help' for more information.
failed!
invoke-rc.d: initscript mongodb, action "start" failed.
dpkg: error processing mongodb-10gen (--configure):
subprocess installed post-installation script returned error exit status 1
configured to not write apport reports
Errors were encountered while processing:
mongodb-10gen
The patch provided fixes this while still chekcing for numactl availability.
|