Bug#316673: mysql-server: ambiguous redirect message after start

2005-07-04 Thread Daniel Fischer
Hi Sean, Am Montag, 4. Juli 2005 06:53 schrieb sean finney: On Sun, Jul 03, 2005 at 10:46:30PM +0200, Daniel Fischer wrote: tempfile server:~# tempfile server:~# that's very strange. tempfile should always output the name of a newly created temporary file, unless there's some kind

Bug#316673: mysql-server: ambiguous redirect message after start

2005-07-04 Thread sean finney
hi, On Mon, Jul 04, 2005 at 08:29:53AM +0200, Daniel Fischer wrote: server:~# ls -la / | grep tmp drwxrwxrwx3 root root 4096 2005-07-04 06:25 tmp server:~# df -ha | grep /tmp 9,2G 20K 9,0G 1% /tmp server:~# mount | grep /tmp /dev/mapper/volg1-logv1 on

Bug#316673: mysql-server: ambiguous redirect message after start

2005-07-04 Thread Daniel Fischer
Hi Sean, sean finney ([EMAIL PROTECTED]) schrieb: hi, this all looks normal. i'm at a complete loss as to why tempfile is failing. how about an strace of tempfile? server:~# strace tempfile execve(/bin/tempfile, [tempfile], [/* 13 vars */]) = 0 strace: exec: Exec format error server:~#

Bug#316673: mysql-server: ambiguous redirect message after start

2005-07-03 Thread Daniel Fischer
Hello again, Am Sonntag, 3. Juli 2005 03:31 schrieb sean finney: tags 316673 moreinfo unreproducible thanks hi, On Sun, Jul 03, 2005 at 01:05:38AM +0200, Daniel Fischer wrote: + exit 0 server:~# ++ tempfile + tempfile= + LC_ALL=C could you give us the output of the following

Bug#316673: mysql-server: ambiguous redirect message after start

2005-07-03 Thread sean finney
On Sun, Jul 03, 2005 at 10:46:30PM +0200, Daniel Fischer wrote: tempfile server:~# tempfile server:~# that's very strange. tempfile should always output the name of a newly created temporary file, unless there's some kind of problem. ls -ld $TMPDIR server:~# ls -ld $TMPDIR drwxr-xr-x

Bug#316673: mysql-server: ambiguous redirect message after start

2005-07-02 Thread Daniel Fischer
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.

Bug#316673: mysql-server: ambiguous redirect message after start

2005-07-02 Thread sean finney
tags 316673 moreinfo unreproducible thanks hi, On Sun, Jul 03, 2005 at 01:05:38AM +0200, Daniel Fischer wrote: + exit 0 server:~# ++ tempfile + tempfile= + LC_ALL=C could you give us the output of the following commands as root: tempfile which tempfile env ls -ld $TMPDIR thanks