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
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
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
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
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 ?