Displaying 20 results from an estimated 10000 matches similar to: "Start scripts ordering"
2005 Nov 04
1
Putting nat routing into place permanently? -- service iptables save
Peter Farrow wrote:
>Rc.local is used explicitly for the running of scripts after the system
>has booted.
>Putting your own firewall scripts in here is a good place to put them
>rather than relying on "service iptables save", this is because the
>visibility of changes is poor when using the "service iptables save"
>some one either inadvertantly or otherwise
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
2010 Dec 04
3
# chkconfig: kill at run level 3
In the control script of my daemon in /etc/init.d?, I have
# chkconfig: 35 97 3
The result of this is that I have links:
/etc/rc.d/rc1.d/K03...
/etc/rc.d/rc3.d/S97...
/etc/rc.d/rc5.d/S97...
As mentioned in a previous thread, my complex daemon throws
an exception when I shutdown. Perhaps things might be better
if I had:
/etc/rc.d/rc3.d/K03...
Might this be a good idea? If so,
2008 Feb 29
2
erroneous and irritating messages
HI All,
Keep getting the following in the messages file:
Feb 28 21:24:43 hp kernel: ACPI: Unable to turn cooling device [f7d82dec] 'on'
Feb 28 21:25:13 hp last message repeated 5 times
Have hordes of these. All fans are working fine afaikt. Any idea how to make
the beast stop reporting these messages? I am running kernel
2.6.18-53.1.13.el5 #1 SMP.
Thanks in advance,
Phil
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
2005 Dec 19
6
Shutdown script not being run
I've got an odd problem. My server will not shutdown normally because
the AoE driver is not being shut down properly. While investigating the
problem, I found that the aoe script is apparently not being called for
shutdown. I have been able to duplicate this with a brand new test
script.
My test script is just a simple file that echos back the start or stop
command:
#!/bin/bash
#
2005 Jul 04
5
SysV install problem in FC4
After a fresh install, I noticed that shorewall 2.4.0 wasn''t starting
automatically under FC4. The startup script installs properly from the
rpm:
/etc/rc.d/init.d/shorewall
... but the post install "/sbin/chkconfig --add shorewall" produces
this in the runlevel symlink directories:
/etc/rc.d/rc5.d/S-1shorewall
/etc/rc.d/rc0.d/K-1shorewall
/etc/rc.d/rc6.d/K-1shorewall
2005 May 16
3
Error running Make config on Debian Sarge
I am running Asterisk 1.0.7 on Debian Sarge RC3. When I attempt to run
"make config" to create the zaptel boottime script I receive the following
if [ -d /etc/rc.d/init.d ]; then \
install -D -m 755 zaptel.init /etc/rc.d/init.d/zaptel; \
chkconfig --add zaptel; \
elif [ -d /etc/init.d ]; then \
install -D -m 755 zaptel.init /etc/init.d/zaptel; \
2009 Jul 08
6
Problems with rpmforge repo?
Hello,
Tried yum update all yesterday and today and seems there is a perl
dependency missing. Does anyone know if it is a problem or just a sync
thing and that I should be more patient. Error is below:
--> Processing Dependency: perl(Compress::Raw::Zlib) >= 2.020 for
package: perl-IO-Compress
--> Finished Dependency Resolution
perl-IO-Compress-2.020-1.el5.rf.noarch from rpmforge has
2004 Dec 03
3
Apache
Okay, I'm curious. I just installed CentOS 3.3 and did an update with YUM. I
want to run Apache so I first checked to see if it's installed with rpm -q
apache. Nada. Yet, in /etc/rc.d/rc3.d I see K15httpd. So I moved that to
S15httpd and started it up. It's up. Goto the default page and it's running.
So....if it's not showing up in rpm queries, how is/was it installed?
--
2005 Nov 06
2
"qc-usb" kernel module src.rpm for CentOs 4.2 compile issues
Hi Ignacio,
I'm running Centos 4.2 on some machines and just wonder which is the
correct procedure to build one of your packages i've fonund in the
fedora.ivazquez.net for FC4 but for CentOs for kernel-modules:
http://fedora.ivazquez.net/yum/4/i386/SRPMS.ivazquez/kernel-module-qc-usb-0.6.3-0.iva.1.src.rpm
2006 Apr 04
1
1.0.beta5 released
Just two changes:
- Beta4's SSL proxying rewrite worked worse than I thought.
Reverted it back to original code.
- Filesystem quota plugin now looks up the mount path correctly.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 191 bytes
Desc: This is a digitally signed message part
Url :
2006 Apr 04
1
1.0.beta5 released
Just two changes:
- Beta4's SSL proxying rewrite worked worse than I thought.
Reverted it back to original code.
- Filesystem quota plugin now looks up the mount path correctly.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 191 bytes
Desc: This is a digitally signed message part
Url :
2005 May 14
4
AMD_64 Nvidia 7174 and GE Force 440 go 64
Hello all,
Does anyone know where I could turn to find out how to set up the NVIDIA
driver to work properly on my Compaq Presario R3000?
Thanks in advance,
Phil
2011 Nov 14
3
After Latest Update...
Hi All,
Using the following to ssh into my home to get mail, I suddenly get this:
ssh -o TCPKeepAlive=yes -o ServerAliveInterval=240 -L
110:192.168.100.108:110 phil at FQDN
phil at FQDN's password:
bind: Cannot assign requested address <----
Last login: Sun Nov 13 23:45:29 2011 from FQDN
I have never seen what I am indicating before and am wondering why this
would suddenly appear?
2013 Jan 16
2
Sound config
Hi All,
I have been wrestling with this problem for months now and at my wits
end. The sound is always very low and if I try to bring the sound
louder by using the sound references icon on the top panel, the sound is
choppy with lots of static.
Output of lspci for the sound device is as follows:
01:00.1 Audio device: NVIDIA Corporation GF108 High Definition Audio
Controller (rev a1)
2011 Oct 07
0
[LLVMdev] inlining of recursive functions
On Oct 4, 2011, at 4:36 PM, Christophe Raffalli wrote:
>
> Hello,
>
> In lib/Analysis/InlineCost.cpp, inlining of recursive functions is
> disabled because it is
> like loop unrolling. But
>
> - I could not find a way to have loop unrolling do the job
> - In the context of functionnal languages (I am implementing one), inlining
> small recursive functions is often
2006 Apr 12
3
1.0.beta7
Sorry, the authentication problem still wasn't actually fixed in beta6.
Now, this time I tested every possible authentication case that it
really works.
I'll soon create a CVS branch which is going to stabilize into the 1.0
release. I won't add new features there so it shouldn't really get
broken anymore, at least because of new features..
So, two changes in this release:
2006 Apr 12
3
1.0.beta7
Sorry, the authentication problem still wasn't actually fixed in beta6.
Now, this time I tested every possible authentication case that it
really works.
I'll soon create a CVS branch which is going to stabilize into the 1.0
release. I won't add new features there so it shouldn't really get
broken anymore, at least because of new features..
So, two changes in this release:
2006 Apr 12
3
1.0.beta6 released
Fixes, mostly:
* The login and master usernames were reversed when using
master_user_separator (now the order is UW-IMAP compatible).
* Killing dovecot master process now kills all IMAP and POP3
processes also.
+ -a parameter to dovecot prints now all settings that Dovecot uses.
-n prints all settings that are different from defaults.
+ Added pop3_lock_session setting
+ %M modifier