similar to: /etc/init.d init script for RedHat?

Displaying 20 results from an estimated 30000 matches similar to: "/etc/init.d init script for RedHat?"

2000 Aug 21
0
Rewritten script /etc/init.d/tinc
THis is the modified script that came with tinc 1.0pre2, and it now uses ifconfig in stead of ip-route. I changed the syntax to be correct (may already have been fixedin a newer version), it now checks whether or not there is a '/dev/tapX' or a '/dev/netlink/tapX' and it checks if there is a module or not. I also added the force_connect and the reload options. Force_connect send
2008 Dec 08
1
puppet 0.24.6 conf/redhat/client.init broken in RHEL versions < 5
The conf/redhat/client.init script (installed in /etc/init.d) in 0.24.6 has this "status" method: status) status -p "$pidfile" $puppetd RETVAL=$? ;; Unfortunately the ''-p "$pidfile"'' option is available in Red Hat Server 5 but not earlier versions, where it produces an error: $ cat /etc/redhat-release Red Hat Enterprise
2006 Dec 21
0
Bug#404078: "/etc/init.d/xend" wrongly shows /etc/init.d/xen-utils
Package: xen-utils-common Version: 3.0.3-0-2 Severity: minor Here's an excerpt from /etc/init.d/xend: *) N=/etc/init.d/xen-utils echo "Usage: $N {start|stop|restart|force-reload}" >&2 exit 1 ;; This will obviously display a wrong path when the script is called with unknown arguments. Regards, -- J?r?my -------------- next part
2006 Oct 02
3
Mongrel cluster FreeBSD rc.d script
Hello all After installing Mongrel, Mongrel Cluster and all it''s dependencies via gems under FreeBSD. Next I have configured all config/mongrel_cluster.yml for each Rails app, then: % mkdir /usr/local/etc/mongrel_cluster and likend each railsapp.yml to it''s refering app/config/mongrel_cluster.yml My question is, after preparing all base configs now I need to add some rc.d
2006 Mar 29
13
Rails on Mongrel
Hi, After following advice from you good folks, I gave mongrel a try in a cluster design based on the example on the Mongrel website - and it worked right out of the box which is great - and it''s very fast :) I have got a bit stuck though. I have two MS Word files in /public/files/. I can pull back these files no problem but it isn''t sending a mimetype. I think I have two
2011 Jan 29
2
[LLVMdev] Official git mirroring of llvm, clang, lldb, test-suite, etc.?
I know this comes up periodically, but it looks like it has been a few months since there was any posting indicating that having an official git mirror for LLVM, et al. was still in the works. I am wondering if there is a timeline or resources lined up to do this mirroring. The distributed nature of git fits very well with any open source development, and it would be great if there were some
2000 May 22
1
debian-perl-init.d and redhat
Hello, regarding the debian init.d script, a perl rewrite of the shell script by Lubomir. The debian-specific (?) start-stop-daemon is used. It uses its own pid-file handling instead of the one build into tinc. Bug or feature? "old" ifconfig and route commands are used instead of iproute commands. Bug or feature? regards, -- Mads Kiilerich Sys.Adm. Cand.Polyt
2007 Feb 14
0
"INIT: cannot execute ''/etc/init.d/boot''"
I have a disk image file that was created using dd, makereiserfs dance, operating system files copied in directly with cp -ax (vi a temporary mount, and then dismounted). My domU configuration is as follows: -------------------------------- kernel = "/RAID/data/xen/bootsles10/vmlinuz-xen" ramdisk = "/RAID/data/xen/bootsles10/initrd-xen" memory = 2048 name =
2005 Sep 11
0
/etc/rc.d/init.d/xfs freezes during boot up
I have another problem, but I have found a work around. However, I don't know why it works. I was hoping someone could help. With some help from some previous people on the list, I have my CentOS 4 install to work. I had some previous problems with PCMCIA freezing which was caused by my video card. The next thing to freeze was /etc/rc.d/init.d/xfs. My first work around was to linux
2008 Nov 20
1
Can't start pand -- is the problem in /etc/rc.d/init.d/pand?
I have been stepping into pand. There is nothing I can find on this list about getting pand working. There are some instructions on wifi.bluez.org that seem to be redhatish, but.... I have edited /etc/sysconfig/pand: PANDARGS='--listen --role GN --master' I have created a /etc/sysconfig/network-scripts/ifcfg-bnep0: DEVICE=bnep0 BOOTPROTO=none ONBOOT=no IPADDR=192.168.201.101
2010 Aug 17
3
[LLVMdev] Where can I find an explanation of $src1, $src2, $in, $ptr, etc.?
I have read through the TableGen Fundamentals documentation and been browsing various .td files. One thing that is not clear to me is where things like $src1 (as in GR32:$src1) are defined, and what they mean. The TableGen Fundamentals page seems silent on this, and I have not found other documentation that explains it. Browsing through the .td files has not helped, either (although that has been
2006 Apr 11
2
/etc/init.d/ overwritten
Hello, Upon trying to install 3.0.2, after executing install.sh, all of the system''s /etc/init.d/* scripts are gone. Only /etc/init.d/xend and /etc/init.d/xendomains remain. Thanks, Brian _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2007 Apr 18
0
Bug#395305: /etc/init.d/xendomains parseln() and long domU names
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 This tripped me up recently too, but i found i needed a different patch: 0 aesop:~# diff -u /etc/init.d/xendomains{.orig,} - --- /etc/init.d/xendomains.orig 2007-04-18 12:04:04.000000000 -0400 +++ /etc/init.d/xendomains 2007-04-18 13:00:28.000000000 -0400 @@ -128,9 +128,9 @@ parseln() { - - name=`echo "$1" | cut -c0-17` +
2013 Aug 27
0
Puppet apply hangs on Executing '/etc/init.d/ntp status'
Hi, after a machine has been up for a few days the following command hangs when running `puppet apply` (--debug added to see what was hanging) Service[ntpd](provider=debian): Executing ''/etc/init.d/ntp status'' Running `/etc/init.d/ntp status` works fine when run as root or as myself. Is there any way to figure out what puppet is hanging on? Is it hanging on its next action
2007 Mar 10
0
Bug#414294: xen-utils-common: /etc/init.d/xendomains fail to save domains with "long" names
Package: xen-utils-common Version: 3.0.3-0-2 Severity: important patch I ran into this problem when using xen on Debian/Etch. I have several virtual xen instanses, and I name them using their fully qualified DNS domain name. These machines have failed to start automatically when I booted the host machine, and I just recently found out why. During shutdown, I was messages like this: Error:
2007 Jun 27
0
Bug#430676: Also /etc/init.d/xend stop should remove masq
More details : I noticed that every start of xend is adding the POSTROUTING masquerade iptables rule, and nothing is done at stop time. This should bi fixed, at least. -- Olivier BERGER <olivier.berger at int-edu.eu> (ATTENTION : new address) Ing?nieur Recherche - Dept INF GET/INT at Evry (http://www.int-edu.eu/) OpenPGP-Id: 1024D/6B829EEC
2008 Nov 21
2
Bug#506407: /etc/init.d/xend doesn't terminate all processes
Package: xen-utils-3.2-1 Version: 3.2.1-2 Severity: normal Hi, # ps awux | grep /usr/lib/xen <nothing> # /etc/init.d/xend start Starting XEN control daemon: xend. # /etc/init.d/xend stop Stopping XEN control daemon: xend. # ps awux | grep /usr/lib/xen root 29826 0.2 0.1 2160 848 ? S 09:37 0:00 /usr/lib/xen-3.2-1/bin/xenstored --pid-file /var/run/xenstore.pid root
2009 Jul 22
0
Bug#538073: /etc/init.d/xend: typo in xend_stop
Package: xen-utils-common Version: 3.3.1-2 Tags: patch xend_stop currently fails because the script defines $XEND rather than $DAEMON. --- xen-common/debian/xen-utils-common.xend.init +++ xen-common/debian/xen-utils-common.xend.init @@ -49,8 +49,8 @@ xend_start() xend_stop() { - $DAEMON status || return 0 - $DAEMON stop || return 1 + $XEND status || return 0 + $XEND stop || return 1 }
2012 Aug 24
1
Bug#666135: [PATCH] /etc/init.d/xencommons
There's a logic bug in /etc/init.d/xencommons, which doesn't zap the tdb: > test -z "$XENSTORED_ROOTDIR" || XENSTORED_ROOTDIR="/var/lib/xenstored" Fix: <http://xenbits.xen.org/hg/xen-unstable.hg/diff/e2722b24dc09/tools/hotplug/Linux/init.d/xencommons> Sincerely Philipp -- Philipp Hahn Open Source Software Engineer hahn at univention.de
2010 Mar 10
0
[PATCH] ovirt-awake runs alone now, doesn't need anymore to be lauch by /etc/init.d/ovirt
>From b3c03b4a7c6b0072012ffc2533c63775fc9eff5f Mon Sep 17 00:00:00 2001 From: Arthur CLEMENT <aclement at linagora.com> Date: Wed, 10 Mar 2010 16:15:40 +0000 Subject: [PATCH] ovirt-awake runs alone now, doesn't need anymore to be lauch by /etc/init.d/ovirt Signed-off-by: Arthur CLEMENT <aclement at linagora.com> --- scripts/ovirt | 14 -------------- 1 files changed, 0