I just reinstalled OSX from a backup and now I can't get mongod to work. I'm getting the ***aborting after fassert() failure
error. Here's a pastebin with the log: http://pastebin.com/5WmXdGKd.
I get the same error if I try to run sudo mongod --repair
. I also tried the solution offered here: https://stackoverflow.com/a/34946049/3923183, but after deleting the .sock
file, nothing changed. None of the other solutions I've found were any help.
This is on my local machine, not a server, so I have no problem losing any data. I can easily replace it. I tried removing mongodb and reinstalling, but the problem persists. Any help would be greatly appreciated, thanks!