2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-10 15:30:09 +00:00
Commit Graph

27 Commits

Author SHA1 Message Date
bf78ec7317 Remove trailing spaces in file xCAT-server/etc/init.d/xcatd 2017-12-31 23:59:59 +00:00
57bc7c1f57 Add a default systemd unit file based on the auto-generated one from SysV (#5394)
* Add a default systemd unit file based on the auto-generated one from SysV

* modify the xcatd testcase when using systemd
2018-07-23 17:31:50 +08:00
af5a4c6670 Only try to kill ssl listener process at first
Previously service xcatd stop or systemctl stop xcatd.service
will send TERM signal to all the processes of xcatd on some
platform which support this feature.

Close-issue: #1008 #537
2016-07-07 23:15:29 -04:00
03a5498534 fix issue Ubuntu Xenial: xcat-server needs to depend on openssh-server #1419 ; remove sshd from xcatd sysvinit file 2016-06-29 04:39:19 -04:00
d9519b6bd3 issue 1137: waiting longer for stopping xcatd when the system load of xCAT MN is heavy 2016-06-01 03:14:51 -04:00
62753abcee uniform xcatd service naming, using lowercase 2016-03-25 01:27:09 -04:00
6cb41ee27b Clean up some formatting issues with xcatd init.d script. 2015-06-04 14:25:39 -04:00
56556bdeec Fix xCAT init script status reporting
xCAT in some cases was reporting improper status for certain scenarios.
Risk being inaccure if no pid file exists so that it is accurate when it
does exist.
2014-02-07 17:37:56 -05:00
9e81eccc66 fix for bug 3951: remove the code to check xcat versions during xcatd restart/reload 2014-01-08 23:47:28 +08:00
66bb1bc712 do not use nodels --version in /etc/init.d/xcatd 2014-01-02 14:39:40 +08:00
fb0ad21c3f /var/run is a symlink on /run and that's just a tmpfs, create this directory when xcatd starting
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14472 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-11-29 06:35:36 +00:00
d8b9521d56 reload the xcatd on ubuntu
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14156 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-10-30 09:26:17 +00:00
c3c7e46312 change for ubuntu xcatd start
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14117 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-10-25 08:55:08 +00:00
451b2e3f2a fix the defect that force to stop xcatd for each restart
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13796 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-09-14 03:14:45 +00:00
bb376d4928 Fix for defect 3393291: Fix bashisms in /etc/init.d/xcatd
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10310 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-08-17 19:42:11 +00:00
7b6db33399 Fixed more problems in xcatd init.d script
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7860 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-10-14 19:55:18 +00:00
40ada950dd Fix syntax error in the xcatd init.d script
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7855 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-10-14 19:07:39 +00:00
9a70aa89b9 Init script changes for HA and non-stop exceptions on major version change
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7765 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-10-06 15:34:26 +00:00
46d1dd9af2 -Rework init script to take advantage of 'nonstop' xcat
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6692 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-09 15:17:47 +00:00
d17ea4a3f5 Cleaned up the output of the service start/stop on linux (because I'm OCD)
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4210 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-09-23 14:09:12 +00:00
749eb124c9 added Required-Stop tag for /etc/init.d/xcatd because SLES 11 checks it
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3143 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-04-08 22:38:16 +00:00
ef32423408 remove vsftpd from Required-Start for SLES
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3014 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-03-27 12:59:16 +00:00
5f5a95f7bd -bug #2709577 fixed; add Required-Start and Should-Start to xcatd, it's usefull for SLES system
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3010 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-03-27 07:14:52 +00:00
31fd3fa0ba add reload option to allow reload of xcatd on service nodes without restarting any services
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2819 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-03-02 15:32:34 +00:00
6b11a47249 -xCATd init script polish for RH functions
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1776 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-06-26 14:45:51 +00:00
787c5eb8ff -Change xcatd init script to prefer RH for variants that had poor LSB implementations earlier on
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1754 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-06-24 19:46:23 +00:00
e68fe9d2db -Move xCAT-server and client to not have 2.0 in name for trunk
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1561 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-06-03 14:56:33 +00:00