Re: Problems with mysql - solved

2001-02-20 Thread Jan Harkes
On Tue, Feb 20, 2001 at 04:34:33PM +0100, Steffen Neumann wrote: > Jan Harkes <[EMAIL PROTECTED]> writes: > > > On Fri, Feb 02, 2001 at 04:00:13PM +0100, Steffen Neumann wrote: > [...] > > Coda should support all basic read/write/mmap related system calls. It > > looks like a subtle pagecache pro

Re: Problems with mysql - solved

2001-02-20 Thread Steffen Neumann
Steffen Neumann <[EMAIL PROTECTED]> writes: [...] > but telling config.h not to use pwrite (outcomment HAVE_PWRITE) Typo. Sorry. Correct is: outcomment #define HAVE_PREAD 1 So long, Steffen

Re: Problems with mysql - solved

2001-02-20 Thread Steffen Neumann
Jan Harkes <[EMAIL PROTECTED]> writes: > On Fri, Feb 02, 2001 at 04:00:13PM +0100, Steffen Neumann wrote: [...] > Coda should support all basic read/write/mmap related system calls. It > looks like a subtle pagecache problem in the kernel. The data might be > written into the Coda inode page mapp

Re: Problems with mysql

2001-02-02 Thread Jan Harkes
On Fri, Feb 02, 2001 at 04:00:13PM +0100, Steffen Neumann wrote: > > Hi, > > I have problems with mysql-3.22.32, > which won't start if it is to store its data > to our coda partition. > I tried mysql-3.23.32 as well, same problem. First of all, Coda is not a magic

Problems with mysql

2001-02-02 Thread Steffen Neumann
Hi, I have problems with mysql-3.22.32, which won't start if it is to store its data to our coda partition. I tried mysql-3.23.32 as well, same problem. Problems go away if I set datadir to an ext2 filesystem. General question: how to debug those problems that might be coda related ?