Package: mysql-server Version: 4.0.24-1 Severity: normal Tags: patch Cron reports: Subject: Cron <[EMAIL PROTECTED]> test -x /usr/sbin/anacron || run-parts --report /etc/cron.daily From: [EMAIL PROTECTED] (Cron Daemon) Date: Tue, 29 Mar 2005 06:31:29 +0200 (CEST) To: [EMAIL PROTECTED]
/etc/cron.daily/mysql-server: ERROR 1064 at line 1: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'mysql-bin.010"' at line 1 run-parts: /etc/cron.daily/mysql-server exited with return code 1 Patch: # diff -u cron.daily/mysql-server mysql-server --- cron.daily/mysql-server 2005-03-12 16:04:05.000000000 +0100 +++ mysql-server 2005-03-29 14:32:22.000000000 +0200 @@ -47,7 +47,7 @@ # Test if we have enough log files to rotate and do so if. if [ `wc -l < $tmp` -gt $KEEP_BINARY_LOGS ]; then filename=`tail -$KEEP_BINARY_LOGS $tmp | head -1` - echo "PURGE MASTER LOGS TO \"$filename\";" | $M + echo "PURGE MASTER LOGS TO '$filename';" | $M fi my_exit 0 -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (300, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.4.26.k7lp.1 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages mysql-server depends on: ii adduser 3.63 Add and remove users and groups ii debconf 1.4.46 Debian configuration management sy ii gawk 1:3.1.4-2 GNU awk, a pattern scanning and pr ii libc6 2.3.2.ds1-20 GNU C Library: Shared libraries an ii libdbi-perl 1.46-6 Perl5 database interface by Tim Bu ii libmysqlclient12 4.0.24-1 mysql database client library ii libstdc++5 1:3.3.5-12 The GNU Standard C++ Library v3 ii mailx 1:8.1.2-0.20040524cvs-4 A simple mail user agent ii mysql-client 4.0.24-1 mysql database client binaries ii mysql-common 4.0.24-1 mysql database common files (e.g. ii passwd 1:4.0.3-30.10 change and administer password and ii perl 5.8.4-8 Larry Wall's Practical Extraction ii psmisc 21.6-1 Utilities that use the proc filesy ii zlib1g 1:1.2.2-4 compression library - runtime -- debconf information excluded -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]