SUMMARY: error-logging stopped

From: T. Horsnell (tsh@mrc-lmb.cam.ac.uk)
Date: Tue Jan 31 2006 - 12:30:23 EST


Thanks to all who suggested things like:

kill -USR1 `cat /var/run/binlogd.pid`
kill -HUP `cat /var/run/binlogd.pid`
/sbin/init.d/binlog stop
/sbin/init.d/binlog start

None of these worked.
kill -USR1 didnt save the old errorlog and start a new one.
/sbin/init.d/binlog stop didnt stop the binlogd (I did
check that the actual pid was the same as the contents
of binlogd.pid)

I had to kill -9 `cat /var/run/binlogd.pid`
to stop the binlogd, and then use /sbin/init.d/binlog start
to restart it. Then, kill -USR1 `cat /var/run/binlogd.pid`
cycled the binary.errorlog as advertised.

Now back to that tapedrive error...

Cheers,
Terry.



This archive was generated by hypermail 2.1.7 : Sat Apr 12 2008 - 10:50:28 EDT