You are not logged in.
Hi
I'm trying to start mongod with the following command:
"mongod --replSet s0 --pidfilepath "$HOME/data/s0-r0.pid" --logpath "$HOME/data/s0-r0.log" --dbpath "$HOME/data/shard0/rs0" --port 37017 --fork --shardsvr --smallfiles"
In return I have the following message:
"about to fork child process, waiting until server is ready for connections."
this message hangs forever.
all paths are available.
Without "--fork" option mongod runs fine.
Any suggestions?
Thanks,
Vadym
Offline
Hi,
I don't have the solution, but I have the same problem you have and, until now, my googlefoo doesn't help a lot.
Did you find anything about that ?
Thanks,
Nicolas
Offline
Have same problem with version:
db version v3.4.1
git version: 5e103c4f5583e2566a45d740225dc250baacfbd7
OpenSSL version: OpenSSL 1.0.2j 26 Sep 2016
allocator: tcmalloc
modules: none
build environment:
distarch: x86_64
target_arch: x86_64
Any ideas?
Offline
Same version, same problem. I solved using nohup, but would love to have --fork working.
Last edited by defeo (2017-01-22 02:11:14)
Offline
There is a bug already open for this issue, but it hasn't seen much activity since several months.
https://bugs.archlinux.org/task/50302
Please post any suggestions/workarounds on the bug report itself.
Offline