Package: mysql-server Version: 4.0.24-10 Severity: minor After starting the mysql server with /etc/init.d/mysql start, I get the following output:
server:~# /etc/init.d/mysql start Starting MySQL database server: mysqld. Checking for crashed MySQL tables in the background. /etc/mysql/debian-start: line 20: $tempfile: ambiguous redirect If I activate bash script debugging with 'set -x' in the /etc/mysql/debian-start file, I get the following output: server:~# /etc/init.d/mysql start Starting MySQL database server: mysqld. + source /usr/share/mysql/debian-start.inc.sh + MYADMIN=/usr/bin/mysqladmin --defaults-file=/etc/mysql/debian.cnf + MYCHECK=/usr/bin/mysqlcheck --defaults-file=/etc/mysql/debian.cnf + MYCHECK_SUBJECT=WARNING: mysqlcheck has found corrupt tables + MYCHECK_PARAMS=--all-databases --fast --silent + mycheck + set -e + set -u + echo 'Checking for crashed MySQL tables in the background.' Checking for crashed MySQL tables in the background. + logger -p daemon.info -i -t/etc/mysql/debian-start 'Checking for crashed MySQL tables.' + exit 0 server:~# ++ tempfile + tempfile= + LC_ALL=C + /usr/bin/mysqlcheck --defaults-file=/etc/mysql/debian.cnf --all-databases --fast --silent + perl -e '$_=join("", <>); s/^[^\n]+\n(error|note)\s+: The (handler|storage engine) for the table doesn.t support check\n//smg;print;' /etc/mysql/debian-start: line 20: $tempfile: ambiguous redirect It seems to me, that the perl command in /usr/share/mysql/debian-start.inc.sh is the cause? I am not so familiar with perl so can anybody help me please? By the way the server is starting ok except for the ugly message. Regards Daniel -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.8-2-k7 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8) Versions of packages mysql-server depends on: ii adduser 3.63 Add and remove users and groups ii debconf 1.4.30.13 Debian configuration management sy ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an ii libdbi-perl 1.46-6 Perl5 database interface by Tim Bu ii libgcc1 1:3.4.3-13 GCC support library ii libmysqlclient12 4.0.24-10 mysql database client library ii libstdc++5 1:3.3.5-13 The GNU Standard C++ Library v3 ii libwrap0 7.6.dbs-8 Wietse Venema's TCP wrappers libra ii mailx 1:8.1.2-0.20040524cvs-4 A simple mail user agent ii mysql-client 4.0.24-10 mysql database client binaries ii mysql-common 4.0.24-10 mysql database common files (e.g. ii passwd 1:4.0.3-31sarge5 change and administer password and ii perl 5.8.4-8 Larry Wall's Practical Extraction ii psmisc 21.5-1 Utilities that use the proc filesy ii zlib1g 1:1.2.2-4 compression library - runtime -- debconf information: mysql-server/really_downgrade_from_41: false mysql-server/start_on_boot: true mysql-server/postrm_remove_databases: false * mysql-server/mysql_install_db_notes: mysql-server/nis_warning: mysql-server/mysql_update_hints1: -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]