PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Wednesday the 18th of December, 2019

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[21:39:04] <benjwadams> Hi, I'm attempting to run mongodb locally. I'm running CentOS 7 and I gave RWX permission on the /var/lib/mongo directory where journal and lock file are supposed to exist
[21:40:01] <benjwadams> When I try to start up mongo via systemctl, it's saying that the directory is read-only, even after I tried giving 777 permissions out of frustration. I also tried restorecon on the /var/lib/mongo directory, but to no avail.
[21:40:50] <benjwadams> I was able to touch a file as the `mongod` user, but for some reason I cannot start up the server.
[21:40:57] <benjwadams> *mongodb server
[21:41:15] <benjwadams> Any suggestions for other things to try/investigate?
[21:47:21] <benjwadams> Never mind, the good old nuclear option of blowing it away with the package manager and reinstalling seems to have done the trick.