Package: mysql-server-5.0
Version: 5.0.24a-4
Severity: normal
Tags: patch

I get these nightly errors:
/etc/cron.daily/mysql-server:
ERROR 1373 (HY000) at line 1: Target log not found in binlog index
run-parts: /etc/cron.daily/mysql-server exited with return code 1

Per this web page, the problem is a change in the format of SHOW
MASTER LOGS, which now displays file sizes next to filenames, rather
than just filenames. A simple awk can fix this.
http://forums.mysql.com/read.php?11,81998,87723#msg-87723

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

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


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11.8-bs4
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages mysql-server-5.0 depends on:
ii  adduser                     3.97         Add and remove users and groups
ii  debconf [debconf-2.0]       1.5.4        Debian configuration management sy
ii  libc6                       2.3.6.ds1-4  GNU C Library: Shared libraries
ii  libdbi-perl                 1.52-1       Perl5 database interface by Tim Bu
ii  libgcc1                     1:4.1.1-13   GCC support library
ii  libmysqlclient15off         5.0.24a-4    mysql database client library
ii  libncurses5                 5.5-3        Shared libraries for terminal hand
ii  libreadline5                5.1-7        GNU readline and history libraries
ii  libstdc++6                  4.1.1-13     The GNU Standard C++ Library v3
ii  libwrap0                    7.6.dbs-11   Wietse Venema's TCP wrappers libra
ii  lsb-base                    3.1-15       Linux Standard Base 3.1 init scrip
ii  mysql-client-5.0            5.0.24a-4    mysql database client binaries
ii  mysql-common                5.0.24a-4    mysql database common files (e.g. 
ii  passwd                      1:4.0.18.1-3 change and administer password and
ii  perl                        5.8.8-6.1    Larry Wall's Practical Extraction 
ii  psmisc                      22.3-1       Utilities that use the proc filesy
ii  zlib1g                      1:1.2.3-13   compression library - runtime

Versions of packages mysql-server-5.0 recommends:
ii  mailx            1:8.1.2-0.20050715cvs-1 A simple mail user agent

-- debconf information:
  mysql-server-5.0/really_downgrade: false
  mysql-server-5.0/start_on_boot: true
  mysql-server-5.0/nis_warning:
  mysql-server-5.0/postrm_remove_databases: false
  mysql-server-5.0/no_upgrade_with_isam_tables:
* mysql-server-5.0/mysql_install_db_notes:


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to