I'm thinking now that it's less of a NUMA issue and more that it can't find the data/db directory for whatever reason. I tried moving all the mongo files to my home directory and running it from there, but now instead of it starting up and stopping, *nothing* happens, that is, I just get another command line. I've tried ./mongod and ./mongod --dbpath='data/db', but neither do anything. Here's a copy of my terminal:
[330]galloway@lucifer1 ~> ls
bsondump Documents mongo mongodump mongoimport mongosniff Music Templates
data Downloads mongod mongoexport mongorestore mongostat Pictures Videos
Desktop journal mongod.lock mongofiles mongos mongotop Public
[331]galloway@lucifer1 ~> ./mongod
[332]galloway@lucifer1 ~> ./mongod --dbpath='data/db'
As you can see, /data/db exists in my home directory, but now just nothing at all happens when i try to run mongod. Any thoughts?