-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Packaging
-
Environment:All Linux Platforms
-
Fully Compatible
/var/run/mongodb
is not created on install.
You must create
/var/run/mongodb
so that the PID may be stored.
Therefore, one must manually
chown mongod:mongod /var/run/mongodb
Most package installs will store a PID in
/var/run
.
Therefore, the PID file needs to be created and the correct ownership put on the file.
- is depended on by
-
SERVER-11023 New rpm packages init script is unable to stop the server
- Closed
- is duplicated by
-
SERVER-11023 New rpm packages init script is unable to stop the server
- Closed
- is related to
-
SERVER-4808 Provide repo downloads of older versions of packages
- Closed
- related to
-
SERVER-14679 (CentOS 7/RHEL 7) init.d script should create directory for pid file if it is missing
- Closed
- links to