similar to: Initialization scripts

Displaying 20 results from an estimated 5000 matches similar to: "Initialization scripts"

2006 May 03
3
Starting tomcat on bootup
I just installed Tomcat and when I run the chkconfig -add tomcat, it tells me that tomcat does not support chkconfig. Suggestions? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20060502/a84cc5cb/attachment-0003.html> -------------- next part -------------- A non-text attachment was scrubbed...
2006 Jun 01
3
Assistance with startup script
Could someone give me some assistance in getting this startup script to conform to chkconfig and such where the service will start up after networking comes up, and then shut down when networking goes away? Where all do entries need to be made, and what would they consist of? Many thanks..... Sam ------------------------------------------------------------------------ #! /bin/sh export
2010 Nov 25
3
Add application to start at booting
Good day, Please, How/where can I add an application to start at boot up. Don't seem to find it in options available Thanks Johan
2006 Sep 12
2
HAL Problems
Hi, since the last few days my system crashs at startup of gdm (on system boot). If I choose runlevel 2, the system doesn't crash. I found out, that HAL is the problem. After disabling hal (chkconfig haldaemon --off) no crashes appear. The system freezes completly so I can't look into the logfiles. I removed an reinstalled hal already, but nothing changed. I tried older kernels
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
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
2010 Jun 06
1
Error of FreePBX after installing from Yum Repository of Asterisk
Hi Guys, Just did an Asterisk 1.6.x (repo install) and FreePBX (source install). When trying to dial a number, I get this: tel*CLI> Use of uninitialized value in hash element at /var/www/html/panel/ op_server.pl line 3367. Use of uninitialized value in concatenation (.) or string at /var/www/html/panel/op_server.pl line 3372. Use of uninitialized value in pattern match (m//) at
2005 Nov 24
1
which script will run before and after network started
Is there a script which I can customize which will run before doing service network stop and a script which I can run after doing service network start I see that /sbin/ifup-local runs after each interface is brought up, but I cannot figure out which scripts will run after all the interfaces are brought up.
2008 Jul 30
2
X-Windows Login
I have a server with all the x-windows stuff installed. But it's giving me a text based login prompt on the console. I can log onto the console, and run gnome-session and GNOME comes up fine. How do I turn it on so that I get a X-Window GUI login prompt? === Al
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
2007 Aug 14
1
Using a program
OS: CentOS 5 x86. There is a program I am using which requires a start up service running. The service runs in Runlevels 3,4,5. When I am using the program as a root it works fine. When I am using it as a user it produces an error. If I do as a root, /etc/init.d/program start, then I can use it as a simple user. I have emailed the company that makes it and had no response. Any idea on how
2007 Apr 20
2
centos 5 GUI disable update agent upper right
How do I disable the update agent in the upper right corner on centos 5? I am looking for a command line way to do this. I know I can right click on it and select quit. THanks, Jerry
2010 Nov 22
4
best way to start and shutdown programs in CentOS?
I have a Java program that I want to start up with every boot, but I'm unsure how to do it. There are two bootup scripts that start manually (script1.sh and script2.sh), and when the server gets shutdown, we have another script that we run (shutdownscript.sh) so that the DB does not get corrupted. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2015 Oct 05
2
Question Wiki Setup a Samba Active Directory Domain Controller
On Mon, 5 Oct 2015, Rowland Penny wrote: > On 05/10/15 18:56, Birgit Berger (UV Wien) wrote: >> How do I stop scripts samba, smbd and nmbd being run at startup? > > I do not know because you are using Debian Jessie, this uses systemd which I > absolutely refuse to use! > > Perhaps somebody else can tell you how to do this and explain just how they > are all got
2012 Mar 01
1
Booting virtual machines automatically
Hello, I am managing several virtual machines (a predefined set) with virsh, and I would like to make sure that all VMs are booted when the host reboots. What is the recommended approach for this? Thanks, Daniel Gonzalez -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 Sep 29
1
CentOS 6: corosync and pacemaker won't stop (patch)
Hi, I cannot 'halt' my CentOS 6 servers while running corosync+pacemaker. I believe the runlevels used to stop corosync and pacemaker are not in the correct order and create the infinite "Waiting for corosync services to unload..." loop thing. This is my first time with this cluster technology but apparently pacemaker has to be stopped /before/ corosync. Applying the following
2009 Apr 09
3
Processes to disable
I was told by some more-experienced Cent users that there are a bunch of processes I should kill and get out of the startup folder. He said that Cent (even with a small install) has a bunch of processes that really aren't needed and just burn up processes. Which ones should I get rid of for just a webserver? MySQL server? Thanks.
2009 Dec 07
4
Require Module before Resource Type
How do I make sure a module is loaded before puppet requests a specific resource type. For example, node ''test'' { include cron cron { "my-test-cron": } } -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from
2006 Jul 10
3
Kernel-utils stupidities (readahead and cpuspeed)
Hi all, I think I've spotted a few stupidities (bugs) in the current version of kernel-utils (kernel-utils-2.4-13.1.80). I'm sure these are all propagated from upstream, but I hope someone could have a quick look to verify this and see if we either can push complaints upwards, or provide local fixes. The kernel-utils package provides several 'kernel-type' functions -
2008 Jan 01
2
Opensuse 10.3 does not charge dom0
I decided to upgrade from openSuse 10.2 to openSuse 10.3. I installed xen things, but when I boot using xen option the system is blocked. It appears the green window, with little suse logo in the middle, and mouse cursor, but the system crashes. My computer is a Pentium 4 1,5 GHz, 512 MB of RAM. I attached "diff boot.msg boot.omsg" (as diff opensuse-normal-kernel opensuse-xen-kernel)