similar to: # chkconfig: kill at run level 3

Displaying 20 results from an estimated 3000 matches similar to: "# chkconfig: kill at run level 3"

2002 Oct 29
1
samba compiling error
Hello, I have error on compiling time I tried on HP-UX 11.00 system with gcc version 3.1 to compile samba source Samba latest version source was dowloaded from www.us1.samba.org/samba/ftp I attached log file with this error thank you. begin 600 samba_make.log.doc M(R!M86ME#0HO=7-R+VQO8V%L+W-A;6)A+V)I;B(@+410241$25(](B]U<W(O M;&]C86PO<V%M8F$O=F%R+VQO8VMS(B
2017 Jul 06
2
ntsysv and chkconfig update error
We have a couple of CentOS 7 boxes that were built before I was hired to clean up the kickstart script used for C7 boxes. We had a couple of rpm packages that were pre-C7 that were used and setup the old SysV Init way using ntsysv and chkconfig on these boxes. (I finally fixed that in the newer scripts.) These are out in the field and I'm having to deal with them as they are. One thing
2013 Dec 13
1
chkconfig question
In the docs for chkconfig it says: <startlevellist> is a list of the runlevels for which the service should be started by default. Only services which are really required for a vital system should define runlevels here. If no runlevels are defined, a - should be used in place of the runlevels list. and then: More commonly, the service is off by default on all runlevels, which looks like
2011 Jul 22
2
CentOS 6.0 chkconfig strange behavior
Hi, I'm noticing some strangeness with chkconfig on CentOS 6.0 and was looking for a bit of advice. It appears that chkconfig is re sequencing or re ordering the start priority of various services when turning on a service using chkconfig. Example is the network service. Under normal circumstances network is set to start at S10. However when I add something like snmpd and invoke chkconfig
2005 Dec 19
3
use chkconfig to change service startup order
Hi, I have my httpd process that starts in runlevel3 with the following info # chkconfig: - 85 15 # description: Apache is a World Wide Web server. It is used to serve \ # HTML files and CGI. # processname: httpd # pidfile: /var/run/httpd.pid # config: /etc/httpd/conf/httpd.conf the filename is /etc/rc.3.d/K15httpd However I installed an antivirus that uses a tomcat process that
2017 Jul 10
2
chkconfig madness CentOS 7
I have a couple of in use C7 boxes that were built with ntsysv and chkconfig for some old packages that needed to start using init.d. (The person setting these up didn't know about systemd creating service files for older packages, so we're stuck with these as-is. Here's my problem: Error unpacking rpm package chkconfig-1.7.2-1.el7.x86_64 error: unpacking of archive failed on
2008 Jun 28
3
chkconfig update fails
My update to 5.2 fails on one machine because of this error: Transaction Check Error: file /etc/init.d from install of chkconfig-1.3.30.1-2 conflicts with file from package AcronisAgentLinux-9.5.8076-1 file /etc/init.d from install of chkconfig-1.3.30.1-2 conflicts with file from package TrueImageAgent-9.5.8076-1 Obviously, both packages created (completely unnecessarily) the /etc/init.d
2006 Apr 07
4
heartbeat, drbd init scripts and chkconfig
Hi, We are using the heartbeat and drbd packages from latest centos (4.3) extras repository. Upon installation of both packages I noticed that if you "chkconfig heartbeat off" that will cause drbd to chkconfig'ed on. And visa versa. After doing some trouble shooting it turns out the "BEGIN INIT INFO" sections appear to be the cause. drbd has: ### BEGIN INIT INFO #
2013 Sep 23
1
CEBA-2013:1276 CentOS 6 chkconfig Update
CentOS Errata and Bugfix Advisory 2013:1276 Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-1276.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: b7e728c1cb477f0464c8244ab7391216b8e48e04cc4cd1eb306896091b4ac1c8 chkconfig-1.3.49.3-2.el6_4.1.i686.rpm
2013 Sep 23
1
Package chkconfig-1.3.49.3-2.el6_4.1.x86_64.rpm is not signed
Hello, gpk-update-viewer on my CentOS 6 desktop gives me an error about untrusted updates. When running yum update from a terminal I get the following error: Package chkconfig-1.3.49.3-2.el6_4.1.x86_64.rpm is not signed No other packages seem to be affected so for now I updated excuding chkconfig and ntsysv. Regards, Leonard. -- mount -t life -o ro /dev/dna /genetic/research
2011 Sep 21
3
Reading data in lisp format
Hi, I am trying to read the "credit.lisp" file of the Japanese credit database in UCI repository, but it is in lisp format which I do not know how to read. I have not found how to do that in the foreign library http://archive.ics.uci.edu/ml/datasets/Japanese+Credit+Screening <http://archive.ics.uci.edu/ml/datasets/Japanese+Credit+Screening> Could anyone help me? Best
2009 Nov 10
23
Puppet Not Running chkconfig correctly.
So, I noticed that when adding a service to puppet, puppet is running a chkconfig <service>. However, as far as I can tell, puppet should be running a chkconfig --add <service>, otherwise the symlinks don''t get created from the service in /etc/rc.d/rc6.d back to the service in /etc/init.d. As as a result, the service is not stopped on shut down. I must be missing something
2011 Sep 11
4
CentOS 6: ethernet "ifconfig up" failure
On my CentOS 6 partition of my laptop: First note that for this test, NetworkManager is not running because I did: chkconfig --del NetworkManager and then rebooted. Here is my ifcfg-eth0: DEVICE="eth0" NM_CONTROLLED="no" ONBOOT=no HWADDR=xx:xx:xx:xx:xx:xx TYPE=Ethernet BOOTPROTO=none IPADDR=192.168.2.5 PREFIX=24 GATEWAY=192.168.2.1 DNS1=192.168.2.1 DNS2=192.168.2.1
2003 Jan 16
2
My Workgroup eventually disappears when I enable SAMBA!
When I enable Samba on my Linux box, the workgroup "Workgroup" eventually disappears from site in both the GUI "Network Neighbourhood" and at the W2000 cmd line "net view". It takes a little while for this to happen, and initially it works well. The Linux Box information can be found at the url below. But a short description of the setup is as follows: * Network is
2017 Jul 07
0
ntsysv and chkconfig update error
Mark Haney wrote: > > We have a couple of CentOS 7 boxes that were built before I was hired to > clean up the kickstart script used for C7 boxes. We had a couple of rpm > packages that were pre-C7 that were used and setup the old SysV Init way > using ntsysv and chkconfig on these boxes. (I finally fixed that in the > newer scripts.) These are out in the field and I'm
2006 Feb 23
1
making upsd available to chkconfig
OK, so I made this file: ------------------------------------------ #!/bin/sh<\n> #chkconfig: 2345 60 99 #description: NUT ups daemon if [ ! -f /usr/local/ups/bin/upsd ] then echo "NUT startup: cannot start" exit fi case "$1" in "start") chmod 0600 /proc/bus/usb/005/002 chown nut:nut /proc/bus/usb/005/002 /usr/local/ups/bin/upsdrvctl
2012 Mar 26
0
CEBA-2012:0415 CentOS 6 chkconfig Update
CentOS Errata and Bugfix Advisory 2012:0415 Upstream details at : https://rhn.redhat.com/errata/RHBA-2012-0415.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: dcf4142e5512efbbcb415ef0064fa642ad1b403fbe55374025c04fa92e9c1d41 chkconfig-1.3.49.3-1.el6_2.i686.rpm
2017 Jul 10
0
chkconfig madness CentOS 7
> On Jul 10, 2017, at 10:56, Mark Haney <mark.haney at neonova.net> wrote: > > I have a couple of in use C7 boxes that were built with ntsysv and chkconfig for some old packages that needed to start using init.d. (The person setting these up didn't know about systemd creating service files for older packages, so we're stuck with these as-is. Here's my problem: >
2017 Jul 11
1
chkconfig madness CentOS 7
On 07/10/2017 04:11 PM, Jonathan Billings wrote: > > >> On Jul 10, 2017, at 10:56, Mark Haney <mark.haney at neonova.net> wrote: >> >> I have a couple of in use C7 boxes that were built with ntsysv and chkconfig for some old packages that needed to start using init.d. (The person setting these up didn't know about systemd creating service files for older
2015 Mar 11
0
CEBA-2015:0671 CentOS 6 chkconfig FASTTRACK BugFix Update
CentOS Errata and Bugfix Advisory 2015:0671 Upstream details at : https://rhn.redhat.com/errata/RHBA-2015-0671.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 3e0ebc5529f74a40c8314e2ab2e646e97abe2c850fd68a63a406e0793081e42a chkconfig-1.3.49.3-5.el6.i686.rpm