That's the kicker. There's no log output in the config server's log.
Here's the command I use to start the config server:
sudo su mongodb -c '/usr/bin/mongod --dbpath=/var/lib/mongodb-
configsvr --configsvr --logpath=/var/log/mongodb/configsvr.log'
The only log output generated when I start the config server with that
command is in the syslog, which contains only the following line:
Apr 29 16:23:07 ip-10-160-233-168 init: mongodb-configsvr main
process (12479) terminated with status 1
However, if I start the service as root using the following command,
it appears to start normally and shutting it down produces expected
output in the config server's log.
sudo /usr/bin/mongod --dbpath=/var/lib/mongodb-configsvr --
configsvr --logpath=/var/log/mongodb/configsvr.log
-Matt
PS. I'm not familiar with gist/pastie/pastebin/etc. Is it just a
pastebin like
dpaste.de?