[MacPorts] #49290: mongodb does not start after upgrade to El Capitan
MacPorts
noreply at macports.org
Fri Oct 16 08:41:35 PDT 2015
#49290: mongodb does not start after upgrade to El Capitan
-----------------------+--------------------------
Reporter: coviex@… | Owner: ryandesign@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.3.4
Resolution: | Keywords: elcapitan
Port: mongodb |
-----------------------+--------------------------
Comment (by coviex@…):
this is the only way I could make it work:
{{{
$ sudo mongod --port=27017 --bind_ip=127.0.0.1
--logpath=/opt/local/var/log/mongodb/mongodb.log
--dbpath=/opt/local/var/db/mongodb --logappend
}}}
{{{
$ mongo
MongoDB shell version: 3.0.6
connecting to: test
Server has startup warnings:
2015-10-16T18:39:48.602+0300 I CONTROL [initandlisten] ** WARNING: You
are running this process as the root user, which is not recommended.
2015-10-16T18:39:48.602+0300 I CONTROL [initandlisten]
2015-10-16T18:39:48.602+0300 I CONTROL [initandlisten]
2015-10-16T18:39:48.602+0300 I CONTROL [initandlisten] ** WARNING: soft
rlimits too low. Number of files is 256, should be at least 1000
>
}}}
--
Ticket URL: <https://trac.macports.org/ticket/49290#comment:9>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list