On Tue, 22 Dec 1998, Dino Nardini wrote:

> Good Day,
> 
> Thought it might be time to clear up some oddities once and for all.
> 
> 1. Every time I exit LinuxConf it tries to reboot my web server... it has
> been doing this for months.
>     Is there any way to stop this?

(from your description, I assume you are running a redhat system).

Here is the sysv script for apache on RedHat

        #!/bin/sh

        # Startup script for the Apache Web Server

        # chkconfig: 345 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/access.conf
        # config: /etc/httpd/conf/httpd.conf
        # config: /etc/httpd/conf/srm.conf

This is all linuxconf knows about apache. It compares the revision date of
the 3 config files and compares that with the process pointed by the
/var/run/httpd.pid file. If anyone file is newer, then linuxconf call the
script with the restart option. Is it possible that one of those file has
a date in the future ? If this is the case, do a touch on it to set the
date to "now" and things will be fixed.


> 2. LinuxConf is trying to reload my network but getting the following errors:
> 
> Executing: /etc/rc.d/rc3.d/S10network reload
>       * eth0:0-: unknown interface
>       * eth0:1-: unknown interface

This is a bug in ifconfig I think. the command generated to remove an IP
alias is correct. Further, it works, but ifconfig report those errors. I
have to find out why it behaves like that (this is new)
 
> ... and so on, through all of my IP numbers.
> 
> The interface appears to work fine.  Is there any cause for alarm here?  I
> experienced the same problem once before but it cleared up after I enabled
> routing.  Anyone got any ideas?

I would call this a cosmetic bug :-)

---------------------------------------------------------
Jacques Gelinas <[EMAIL PROTECTED]>
Check out Linuxconf at http://www.solucorp.qc.ca/linuxconf
New modules: mgettyconf, managerpm


---
You are currently subscribed to linuxconf as: [[email protected]]
To unsubscribe, forward this message to [EMAIL PROTECTED]

Reply via email to