https://bugzilla.novell.com/show_bug.cgi?id=223209 mmarek@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED ------- Comment #4 from mmarek@novell.com 2006-11-23 03:40 MST ------- mysqladmin shutdown is not an option, as it requires the password of the mysql root user (I have the same problem with /etc/logrotate.d/mysql, but not rotating a small log file is less severe than not being able to shutdown mysql). Apparently, I can't prevent killproc from sending the SIGKILL if the first signal is SIGTERM :-/ So I replaced the killproc call with a bash function, see the attachment. I also increased the timeout to 60 seconds. I'd be happy if you could test it a bit. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.