>Description:
        My disc was full when I tried to restart mysql. The error log filled up 
        with:
        
        Innobase encountered a problem with file /var/lib/mysql/ib_logfile0.
        Disk is full. Try to clean the disk to free space
        before answering the following: How to continue?
        (Y == freed some space: try again)
        (N == crash the database: will restart it)?

        Innobase encountered a problem with file /var/lib/mysql/ib_logfile0.
        Disk is full. Try to clean the disk to free space
        before answering the following: How to continue?
        (Y == freed some space: try again)
        (N == crash the database: will restart it)?
        ....

        Not clever for a daemon process :)

        
>How-To-Repeat:
        see above
>Fix:
        output error to STDERR and quit with exit 1

>Submitter-Id:  <submitter ID>
>Originator:    Christian Hammers
>Organization:
        Debian GNU/Linux
>MySQL support: none
>Synopsis:      innodb expects interactive input when disc is full
>Severity:      non-critical
>Priority:      low
>Category:      mysql
>Class:         sw-bug
>Release:       mysql-3.23.37 (Source distribution)

>Environment:
        Debian GNU/Linux unstable
System: Linux lathspell 2.4.2 #4 Don Feb 22 18:51:59 CET 2001 i586 unknown
Architecture: i586

Some paths:  /usr/bin/perl /usr/bin/make /usr/local/bin/gmake /usr/bin/gcc /usr/bin/cc
GCC: Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.4/specs
gcc version 2.95.4 20010319 (Debian prerelease)
Compilation info: CC='gcc'  CFLAGS='-O2 -fomit-frame-pointer -g'  CXX='g++'  
CXXFLAGS='-O2 -fomit-frame-pointer -g -felide-constructors -fno-exceptions -fno-rtti'  
LDFLAGS=''
LIBC: 
lrwxrwxrwx    1 root     root           14 17.04 20:05 /lib/libc.so.5 -> libc.so.5.4.46
-rw-r--r--    1 root     root       567684 13.04 21:14 /lib/libc.so.5.4.46
lrwxrwxrwx    1 root     root           13 27.03 21:14 /lib/libc.so.6 -> libc-2.2.2.so
-rwxr-xr-x    1 root     root      1108076 13.04 16:15 /lib/libc-2.2.2.so
-rw-r--r--    1 root     root      2526954 24.03 08:02 /usr/lib/libc.a
-rw-r--r--    1 root     root          178 24.03 08:02 /usr/lib/libc.so
-rw-r--r--    1 root     root       665260 01.09.2000 /usr/lib/libc-client.so.4.7
Configure command: ./configure  --prefix=/usr --exec-prefix=/usr 
--libexecdir=/usr/sbin --datadir=/usr/share --sysconfdir=/etc/mysql 
--localstatedir=/var/lib/mysql --includedir=/usr/include --infodir=/usr/share/info 
--mandir=/usr/share/man --enable-shared --with-libwrap --enable-assembler 
--with-berkeley-db --with-innodb --enable-static --enable-shared --with-raid 
--without-readline --with-unix-socket-path=/var/run/mysqld/mysqld.sock 
--with-mysqld-user=mysql --without-bench --with-extra-charsets=all


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to