Commit Graph

29 Commits

Author SHA1 Message Date
AbdulrahmanKanaan 852d4db7d0 SERVER-71449 log_successs_msg: not found
when using service status command
fixing "/etc/init.d/mongodb: 251: log_successs_msg: not found" error
spelling mistake "log_successs_msg" to "log_success_msg"

Closes https://github.com/mongodb/mongo/pull/1500

Signed-off-by: Ryan Egesdahl <ryan.egesdahl@mongodb.com>
2022-11-29 18:06:40 +00:00
Ryan Egesdahl 8d463a6789 SERVER-70121 SERVER-70083 Fix basic package tests 2022-10-15 00:07:30 +00:00
xudyang1 cad54eb5eb SERVER-67793 Change log_progress_msg to show output in Ubuntu
`log_progress_msg` does not print any message in Ubuntu-20.04.4 LTS in WSL. In file `/lib/lsb/init-functions.d/50-ubuntu-logging`, the function `log_progress_msg () { : }` does nothing. To show the output, `log_success_msg` and `log_failure_msg` could be good alternatives.

Closes https://github.com/mongodb/mongo/pull/1474

Signed-off-by: Ryan Egesdahl <ryan.egesdahl@mongodb.com>
2022-09-23 07:07:39 +00:00
Daniel Hatcher fdc2af124b SERVER-42964 Fix wrong ulimit recommended settings docs link in init and service files
Closes #1320

Signed-off-by: dhatcher42 <daniel.hatcher@mongodb.com>
2019-08-26 18:44:08 +00:00
Mathew Robinson 6c8dc5e004 SERVER-30853 Update Mongod init scripts to set unlimited locked memory 2017-09-13 14:01:49 -04:00
Sam Kleinman 985e2a0be9 SERVER-20930 SERVER-20404: clarify sysconfig and default config override 2016-02-09 13:17:41 -05:00
Ernie Hershey add69c51cf SERVER-18581 Start process with group=mongodb in .deb packages 2015-08-18 15:33:09 -04:00
Ernie Hershey 47f7671096 SERVER-17780 Update init script process ulimit to match recommendations 2015-03-30 12:50:25 -04:00
Ernie Hershey 637ca318fd SERVER-12346 Detect dash for ulimit parameter in .deb init script 2014-02-19 13:13:23 -05:00
Ernie Hershey e0af66d3ac SERVER-11765 Create stable packaging files
These are all based on equivalent "-unstable" files
that have been used for 2.5 packages. The only differences
are removing "-unstable" from package, directory, and file names, and
replacing normal packages in conflicts with unstable packages.
2013-12-20 15:51:05 -05:00
Ernie Hershey 1b4c5d4f2c SERVER-10931 set ulimits in init scripts to match documentation
This sets resource limits across all Linux packages to match our
recommended settings -
http://docs.mongodb.org/manual/reference/ulimit/#recommended-settings
2013-11-19 16:02:08 -05:00
shunwen 991e6a89e5 Fixed debian/init.d typo introduced by SERVER-10871
Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>
2013-11-01 11:29:22 -04:00
Ernie Hershey 09ffdcc927 SERVER-10871 Change 'mongodb' to 'mongo' to mean the mongod process and service 2013-10-04 13:25:27 -04:00
Ernie Hershey e01dfe96c7 SERVER-3579 Change file paths to consistent format 2013-09-25 21:41:28 -04:00
Ernie Hershey 878cc4e5c9 SERVER-6008 move '--' out of DAEMON_OPTS rvalue 2013-07-31 17:32:43 -04:00
Aricg 188a0237bd SERVER-6008 put the logic for DAEMON_OPTS= and -- into the "if which numactl"
I hope this is correct, I have signed the contributor's agreement.

Signed-off-by: Ernie Hershey <ernie.hershey@10gen.com>
2013-07-31 17:30:00 -04:00
Jason Rassi 23fc55ca33 SERVER-8674 Update hyperlinks to point to dochub 2013-03-01 15:52:09 -05:00
Mike Fiedler 9dca13232a SERVER-1654 modifies Debian startup script 2012-08-02 13:52:47 -04:00
Mike Fiedler 04de9098bb SERVER-3574 updating init scripts for numa 2012-02-28 12:10:49 -05:00
Richard Kreuter c0dc0be108 Wait 300s for server shutdown in deb initscripts. SERVER-2041, maybe.
Re: SERVER-2041, I can't reproduce the behavior the user reports, but
it could be a timing issue where the running mongod hasn't finished
shutting down before the next mongod tries to start.
2011-03-17 12:32:30 -04:00
Richard Kreuter 6929e828e5 Make ENABLE_MONGODB's default default be yes on sysvinit systems. SERVER-709 2010-03-09 17:40:21 -05:00
Richard Kreuter 09f3ed3808 Support an ENABLE_MONGODB knob in /etc/default on Debianoids. SERVER-709 2010-03-08 14:32:44 -05:00
Richard Kreuter 61c9af96fe Use mongodb.conf in the Debianoid SysV init script, too MINOR 2010-02-09 17:55:33 -05:00
Richard Kreuter 32f3348ed8 Prune more needless code from the debian init script. SERVER-591. MINOR 2010-02-03 13:11:10 -05:00
Richard Kreuter 99dc251ea9 Address issues in SERVER-591. MINOR 2010-02-01 15:45:11 -05:00
Eliot Horowitz b8d4909800 USR1 instead of hup SERVER-368 2009-10-17 20:52:23 -04:00
Eliot Horowitz c3984ceaba use --logfile 2009-08-31 13:20:48 -04:00
kristina 3940f862a4 better init.d MINOR 2009-07-07 10:22:29 -04:00
kristina edee72dc44 debian build 2009-05-27 10:06:07 -04:00