The branch, master has been updated
via ebd139c init: set core file size to unlimited by default
from 866ca59 ctdb-recoverd: Fold IP allocation house-keeping into IP
verification
https://git.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit ebd139c4db7e51a2d7843a773991f15cadf504dd
Author: Raghavendra Talur <[email protected]>
Date: Mon May 2 16:14:06 2016 +0530
init: set core file size to unlimited by default
BUG: https://bugzilla.samba.org/show_bug.cgi?id=11907
Signed-off-by: Raghavendra Talur <[email protected]>
Reviewed-by: Guenther Deschner <[email protected]>
Reviewed-by: Jose A. Rivera <[email protected]>
Autobuild-User(master): Günther Deschner <[email protected]>
Autobuild-Date(master): Fri May 6 19:15:17 CEST 2016 on sn-devel-144
-----------------------------------------------------------------------
Summary of changes:
packaging/RHEL-CTDB/setup/smb.init | 1 +
packaging/RHEL/setup/smb.init | 1 +
packaging/systemd/smb.service | 1 +
3 files changed, 3 insertions(+)
Changeset truncated at 500 lines:
diff --git a/packaging/RHEL-CTDB/setup/smb.init
b/packaging/RHEL-CTDB/setup/smb.init
index 4dd5b23..00984d2 100644
--- a/packaging/RHEL-CTDB/setup/smb.init
+++ b/packaging/RHEL-CTDB/setup/smb.init
@@ -51,6 +51,7 @@ RETVAL=0
start() {
KIND="SMB"
echo -n $"Starting $KIND services: "
+ ulimit -c unlimited
daemon smbd $SMBDOPTIONS
RETVAL=$?
echo
diff --git a/packaging/RHEL/setup/smb.init b/packaging/RHEL/setup/smb.init
index af85b2c..dff9cd8 100644
--- a/packaging/RHEL/setup/smb.init
+++ b/packaging/RHEL/setup/smb.init
@@ -50,6 +50,7 @@ RETVAL=0
start() {
KIND="SMB"
echo -n $"Starting $KIND services: "
+ ulimit -c unlimited
daemon smbd $SMBDOPTIONS
RETVAL=$?
echo
diff --git a/packaging/systemd/smb.service b/packaging/systemd/smb.service
index 9810891..6053a5c 100644
--- a/packaging/systemd/smb.service
+++ b/packaging/systemd/smb.service
@@ -10,6 +10,7 @@ LimitNOFILE=16384
EnvironmentFile=-/etc/sysconfig/samba
ExecStart=/usr/sbin/smbd $SMBDOPTIONS
ExecReload=/usr/bin/kill -HUP $MAINPID
+LimitCORE=infinity
[Install]
WantedBy=multi-user.target
--
Samba Shared Repository