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 |