Subject: Re: syslogd started before /var is mounted
To: Lubomir Sedlacik <salo@Xtrmntr.org>
From: Mipam <mipam@ibb.net>
List: netbsd-help
Date: 01/18/2005 19:46:06
On Tue, 18 Jan 2005, Lubomir Sedlacik wrote:

> On Tue, Jan 18, 2005 at 07:32:41PM +0100, Mipam wrote:
> > I made a seperate fs for /var and /var/log Howver, syslogd is started
> > before these two fs'ses are mounted.  Is there any remedy to come
> > around this?
> 
> /etc/rc.conf:
> 
> critical_filesystems_local="/var"

So in /etc/rc.conf:

critical_filesystems_local="/var"
critical_filesystems_local="/var/log"

Would work?

Hmm, i get all kinds of errors having tried this, that /var/run can't be 
accessed and ... hmm.
Btw, i have a seperate fs for /var and one for /var/log
Thanks,

Mipam.