Details
-
Improvement
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
-
All Linux Platforms
-
Fully Compatible
Description
/var/run/mongodb
|
is not created on install.
You must create
/var/run/mongodb
|
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.
Attachments
Issue Links
- 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