rc.log errors
On Mon, Aug 27 2012, cinder@linuxwaves.com wrote:
> Hello, my rc.log is full of lines like:
>
> /etc/rc.conf: line 35: /var/log/rc.log: No such file or directory
>
> ... and:
> /etc/rc.conf: line 35: /var/log/rc.log: Permission denied
>
> I have these lines in /etc/rc.conf:
>
> rc_logger="YES"
I have this
> rc_log_path="/var/log/rc.log"
This is the default.
> Does anybody know what this means?
What permissions do you have for /var/log/rc.log? I have 644 owner
root.root.
ajglap gottlieb # ls -l /var/log/rc.log
-rw-r--r-- 1 root root 8983 Aug 27 06:22 /var/log/rc.log
allan
|