main logo
Subject: Re: [ProLinux] odd /var/log/messages file stuff - SOLVED
Author: Matthew Jarvis
Posted: 2007/10/31 15:17:15
 
View Entire Thread
New Search


Matthew Jarvis wrote:
<snip>
>
> Is there something special about /var/log/messages that I need to know
> to get the system to at least go back to writing to it?
>
>

The syslog daemon keeps track of that file. So just need to restart syslog:

Find the pid:

cat /var/run/syslogd.pid

Confirm:

ps ax|grep <pid>

Nuke it:

kill -HUP <pid>


Daemon starts automagically....


Matthew S. Jarvis
IT Manager
Bike Friday - "Performance that Packs."
www.bikefriday.com
541/687-0487 x140
mattj at bikefriday .D.OT com





 
©2007 Matthew Jarvis
<-- Prior Message New Search Next Message -->