Changes between Initial Version and Version 1 of Ticket #40285
- Timestamp:
- Aug 29, 2013, 2:09:49 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #40285
-
Property
Status
changed from
new
toassigned
-
Property
Priority
changed from
High
toNormal
- Property Owner changed from macports-tickets@… to ryandesign@…
- Property Keywords mongodb nodejs v8 removed
- Property Port v8 removed
-
Property
Status
changed from
-
Ticket #40285 – Description
initial v1 3 3 First - to make sure mongodb server is actually running: 4 4 5 {{{ 5 6 $ ps -afx | grep mongo 6 7 … … 9 10 504 115 67 0 11:25AM ?? 0:51.98 /opt/local/bin/mongod --dbpath /opt/local/var/db/mongodb --logpath /opt/local/var/log/mongodb/mongodb.log --logappend 10 11 501 862 856 0 3:17PM ttys000 0:00.00 grep mongo 12 }}} 11 13 12 14 Next - MongoDB shell is crashing on initialization: 13 15 16 {{{ 14 17 $ mongo 15 18 … … 24 27 25 28 Trace/BPT trap: 5 29 }}} 26 30 27 31 Important note: this shell was working fine until v8 port was upgraded a few days ago