Public bug reported:

Binary package hint: mysql-server-5.0

filename=`tail -n $KEEP_BINARY_LOGS $tmp | head -n 1'`

Fails getting the filename, because MySQL returns filename  <number>

I fixed it with:

filename=`tail -n $KEEP_BINARY_LOGS $tmp | head -n 1 | awk '{print $1}'`

** Affects: mysql-dfsg-5.0 (Ubuntu)
     Importance: Untriaged
         Status: Unconfirmed

-- 
/etc/cron.daily/mysql-server is broken
https://launchpad.net/bugs/49712

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to