[01:42:38] <darius93> cheeser, well i been trying to decide between mysql and mongo now because i plan on using rustlang but there is no official support for the mongodb library written in rust and most of it doesnt really make much sense if you ask me.
[01:43:33] <cheeser> there's a new rust driver as of this summer
[01:44:03] <darius93> cheeser, you mean https://github.com/mongodb-labs/mongo-rust-driver-prototype ?
[01:44:26] <darius93> thats what im talking about. There dont seem to be any official support for it and still in development
[01:49:34] <darius93> the main concern isnt really with that but with the bson library it uses. Its possible to convert bson to json but when it comes to converting json to bson, it is very weird to do so
[01:49:53] <darius93> (converting it to json so i can decode the json into structs)
[13:00:35] <Siamaster> Hi, I was running mongod as a service on an aws instance
[13:00:43] <Siamaster> and I notice it just stopped working
[13:01:19] <Siamaster> the last line in the log is something like group commit Interrupted system call
[13:01:41] <Siamaster> and I can restart the service , it just says Failed
[13:01:57] <Siamaster> How can I troubleshoot this?
[13:19:57] <Siamaster> ok I think I need to use the smallfiles config