installed mongo using brew but stuck at prompt

Posted by user50946 on Server Fault See other posts from Server Fault or by user50946
Published on 2013-10-18T15:36:38Z Indexed on 2013/10/18 15:56 UTC
Read the original article Hit count: 207

Filed under:
|

I have installed mongo using brew on my mac. When I give mongo command I see this MongoDB shell version: 2.4.6 connecting to: test

but it stays there and never give me command prompt back anyone else noticed something like this I have reinstalled with no luck. The issue is persistent

thanks

    Logs


***** SERVER RESTARTED *****


Fri Oct 18 08:11:48.360 [initandlisten] MongoDB starting : pid=2081 port=27017 dbpath=/usr/local/var/mongodb 64-bit host=Asims-MacBook-Air.local
Fri Oct 18 08:11:48.360 [initandlisten] db version v2.4.6
Fri Oct 18 08:11:48.360 [initandlisten] git version: nogitversion
Fri Oct 18 08:11:48.360 [initandlisten] build info: Darwin minimountain.local 12.5.0 Darwin Kernel Version 12.5.0: Sun Sep 29 13:33:47 PDT 2013; root:xnu-2050.48.12~1/RELEASE_X86_64 x86_64 BOOST_LIB_VERSION=1_49
Fri Oct 18 08:11:48.360 [initandlisten] allocator: tcmalloc
Fri Oct 18 08:11:48.360 [initandlisten] options: { bind_ip: "127.0.0.1", config: "/usr/local/etc/mongod.conf", dbpath: "/usr/local/var/mongodb", logappend: "true", logpath: "/usr/local/var/log/mongodb/mongo.log" }
Fri Oct 18 08:11:48.361 [initandlisten] journal dir=/usr/local/var/mongodb/journal
Fri Oct 18 08:11:48.361 [initandlisten] recover : no journal files present, no recovery needed
Fri Oct 18 08:11:48.398 [websvr] admin web console waiting for connections on port 28017
Fri Oct 18 08:11:48.398 [initandlisten] waiting for connections on port 27017
Fri Oct 18 08:12:03.279 [signalProcessingThread] got signal 1 (Hangup: 1), will terminate after current cmd ends
Fri Oct 18 08:12:03.279 [signalProcessingThread] now exiting
Fri Oct 18 08:12:03.279 dbexit:
Fri Oct 18 08:12:03.279 [signalProcessingThread] shutdown: going to close listening sockets...
Fri Oct 18 08:12:03.279 [signalProcessingThread] closing listening socket: 9
Fri Oct 18 08:12:03.279 [signalProcessingThread] closing listening socket: 10
Fri Oct 18 08:12:03.280 [signalProcessingThread] closing listening socket: 11
Fri Oct 18 08:12:03.280 [signalProcessingThread] removing socket file: /tmp/mongodb-27017.sock
Fri Oct 18 08:12:03.280 [signalProcessingThread] shutdown: going to flush diaglog...
Fri Oct 18 08:12:03.280 [signalProcessingThread] shutdown: going to close sockets...
Fri Oct 18 08:12:03.280 [signalProcessingThread] shutdown: waiting for fs preallocator...
Fri Oct 18 08:12:03.280 [signalProcessingThread] shutdown: lock for final commit...
Fri Oct 18 08:12:03.280 [signalProcessingThread] shutdown: final commit...
Fri Oct 18 08:12:03.282 [signalProcessingThread] shutdown: closing all files...
Fri Oct 18 08:12:03.282 [signalProcessingThread] closeAllFiles() finished

© Server Fault or respective owner

Related posts about mac

Related posts about mongodb