[01:49:19] <Church-> Hey recently had a box go down for a kernel upgrade and when it came back up mongo isn't coming back up upon running `systemctl restart mongodb`. This error log make sense? Already checked that the port is unbound and I'm running systemctl as root.
[01:49:30] <Church-> I can run it in the foreground however for some reason as root fine.
[01:51:50] <Church-> Hmm, checking the system service file it's set to run user/group mongodb, which is the user/group with ownership of our mongo data files/dir.
[06:17:49] <arunkumar413> I'm trying to implement infinite scroll for mongodb data using limit and skip
[06:19:15] <arunkumar413> I used the formula var skip = NUMBER_OF_ITEMS_ON_PAGE * (CURRENT_PAGE_NUMBER - 1)
[06:19:30] <arunkumar413> it not not working on second scroll
[19:14:32] <__that__> Would you agree that a good document structure for this input data like this http://dpaste.com/2C2S8AS should be using Document -> list of embedded document where each embedded document has timing as another embedded document?