[MacPorts] #45093: after osx 10.9.4 update, cannot connect to mongodb
#45093: after osx 10.9.4 update, cannot connect to mongodb -------------------------+-------------------------------- Reporter: aaronp123@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.1 Keywords: mongo | Port: mongodb -------------------------+-------------------------------- I re-installed mongodb after updating to osx 10.9.4. However, now after typing "sudo port load mongodb" I am not able to access mongodb. When I try the "mongo" client I see: {{{ MongoDB shell version: 2.6.4 connecting to: test 2014-09-19T10:00:25.941-0700 warning: Failed to connect to 127.0.0.1:27017, reason: errno:61 Connection refused 2014-09-19T10:00:25.942-0700 Error: couldn't connect to server 127.0.0.1:27017 (127.0.0.1), connection attempt failed at src/mongo/shell/mongo.js:146 exception: connect failed }}} -- Ticket URL: <https://trac.macports.org/ticket/45093> MacPorts <http://www.macports.org/> Ports system for OS X
#45093: after osx 10.9.4 update, cannot connect to mongodb --------------------------+-------------------------- Reporter: aaronp123@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.1 Resolution: | Keywords: Port: mongodb | --------------------------+-------------------------- Changes (by mf2k@…): * keywords: mongo => * owner: macports-tickets@… => ryandesign@… Comment: In the future, please Cc the port maintainers ({{{port info --maintainers mongodb}}}). -- Ticket URL: <https://trac.macports.org/ticket/45093#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X
#45093: after osx 10.9.4 update, cannot connect to mongodb --------------------------+-------------------------- Reporter: aaronp123@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.1 Resolution: | Keywords: Port: mongodb | --------------------------+-------------------------- Comment (by aaronp123@…): Same as [https://trac.macports.org/ticket/42290 42290] -- guessing I have the same problem. Do I manually create the _mongo user? -- Ticket URL: <https://trac.macports.org/ticket/45093#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X
#45093: after osx 10.9.4 update, cannot connect to mongodb --------------------------+-------------------------- Reporter: aaronp123@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.1 Resolution: | Keywords: Port: mongodb | --------------------------+-------------------------- Comment (by aaronp123@…): Further explained [http://blog.damore.it/2013/10/ports-mongodb-wont-start- after-os-x.html here] perhaps there is an improvement possible? -- Ticket URL: <https://trac.macports.org/ticket/45093#comment:3> MacPorts <http://www.macports.org/> Ports system for OS X
#45093: after osx 10.9.4 update, cannot connect to mongodb --------------------------+-------------------------- Reporter: aaronp123@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.1 Resolution: | Keywords: Port: mongodb | --------------------------+-------------------------- Comment (by ryandesign@…): You do not need to create the _mongo user; the mongodb port is programmed to create it for you. I cannot explain why it did not. -- Ticket URL: <https://trac.macports.org/ticket/45093#comment:4> MacPorts <http://www.macports.org/> Ports system for OS X
#45093: after osx 10.9.4 update, cannot connect to mongodb --------------------------+-------------------------- Reporter: aaronp123@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.1 Resolution: | Keywords: Port: mongodb | --------------------------+-------------------------- Comment (by mark@…): The latest version is up to 2.6.4, which changes a few items in the configuration. Search for "bind_ip" in their docs. Also try to connect with {{{ mongo 127.0.0.1/test }}} You can also do a {{{ ps auxwww | grep mongo }}} to see if the server itself is running or not. -- Ticket URL: <https://trac.macports.org/ticket/45093#comment:5> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts