Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 May 2006 09:09:22 -0400 (EDT)
From:      Jerry McAllister <jerrymc@clunix.cl.msu.edu>
To:        phil@chycor.com
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Trouble with rc.conf
Message-ID:  <200605191309.k4JD9MMT024128@clunix.cl.msu.edu>
In-Reply-To: <009901c67b3e$2c58be40$0207a8c0@P800>

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> Hi All,
> 
> I have a FreeBSD 5.3 box on which I have been adding references to 
> autostart various daemons in /etc/rc.conf - apache, mysql, openvpn etc...

What exactly are you putting in to rc.conf?
Do you mean stuff like:   moused_enable="YES"
or are they executable commands.
What goes in rc.conf is setting variables that are checked by 
startup processes.

> The daemons have suddenly stopped auto-starting and after each physical 
> restart of the server I have to manually run these daemons via 
> their .sh files in /etc/local/rc.d.

Have you checked log files to see if they attempted to start and
if they put out any error messages?   Without that, it is hard
to tell anything.   For example, apache start will fail if a NIC
binding it expects is not there. It puts a message in /var/log/messages
and gives up.   Others generaly log an error message somewhere.

> Can anyone offer an explanation or guide me as to where to look to 
> figure out what is going on.

Maybe, after you get more information.

////jerry

> 
> Regards
> Phil
> 
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
> 
> 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605191309.k4JD9MMT024128>