init/runlevel help needed in RHL 8.

2003-02-14 Thread Stone, Timothy
List, I have read the online RHL docs on this...but can't find the answer. Previous to RHL 8 (7.3), I had the following symlinks /etc/rc.d/rc3.d/S85httpd - /usr/local/apache/bin/apachectl /etc/rc.d/rc6.d/K15httpd - /usr/local/apache/bin/apachectl This allowed me to start my custom built

RE: init/runlevel help needed in RHL 8.

2003-02-14 Thread Rick Carroll
argument. S = start K = kill Standard rcX.d behavior... Rick. -Original Message- From: Stone, Timothy [mailto:[EMAIL PROTECTED]] Sent: Friday, February 14, 2003 8:39 AM To: Redhat-List (E-mail) Subject:init/runlevel help needed in RHL 8. List, I have read the online RHL

RE: init/runlevel help needed in RHL 8.

2003-02-14 Thread Robert Tinsley
On Fri, 2003-02-14 at 14:11, Rick Carroll wrote: What you're missing, is that apachectl uses start, stop, etc to control the httpd server as it always has. This is NOT an init.d script, it's virtually the same apachectl they have been using for years. When S85httpd gets run by init it gets

RE: init/runlevel help needed in RHL 8.

2003-02-14 Thread Stone, Timothy
be executable during init; I think, I concede to more knowledgable persons. Tim -Original Message- From: Rick Carroll [mailto:[EMAIL PROTECTED]] Sent: Friday, February 14, 2003 9:11 AM To: [EMAIL PROTECTED] Subject: RE: init/runlevel help needed in RHL 8. What you're missing

RE: init/runlevel help needed in RHL 8.

2003-02-14 Thread Rick Carroll
and should be executable during init; I think, I concede to more knowledgable persons. Tim -Original Message- From: Rick Carroll [mailto:[EMAIL PROTECTED]] Sent: Friday, February 14, 2003 9:11 AM To: [EMAIL PROTECTED] Subject: RE: init/runlevel help needed in RHL 8. What you're

RE: init/runlevel help needed in RHL 8.

2003-02-14 Thread Stone, Timothy
/bin. Sound right? Thanks for the help and further suggestions. -Original Message- From: Robert Tinsley [mailto:[EMAIL PROTECTED]] Sent: Friday, February 14, 2003 10:01 AM To: [EMAIL PROTECTED] Subject: RE: init/runlevel help needed in RHL 8. On Fri, 2003-02-14 at 14:11, Rick

RE: init/runlevel help needed in RHL 8. [SOLVED]

2003-02-14 Thread Stone, Timothy
: init/runlevel help needed in RHL 8. Tim, Sorry if I came off snooty earlier... It was not intended... This is a SWAG, but there may be environment variables that get set in a login session that init doesn't have during boot. PATH, LD_LIBRARY_PATH, ... as I said, just guessing... I

RE: init/runlevel help needed in RHL 8.

2003-02-14 Thread Robert Tinsley
On Fri, 2003-02-14 at 16:29, Stone, Timothy wrote: Robert, I'm trying your suggestion, but I'm not familiar with what is implied between the lines: * replace the link with a script to call apachectl instead. before it calls apachectl, dump your environment to a temporary file, and after

RE: init/runlevel help needed in RHL 8.

2003-02-14 Thread Stone, Timothy
PROTECTED]] Sent: Friday, February 14, 2003 12:18 PM To: [EMAIL PROTECTED] Subject: RE: init/runlevel help needed in RHL 8. On Fri, 2003-02-14 at 16:29, Stone, Timothy wrote: Robert, I'm trying your suggestion, but I'm not familiar with what is implied between the lines