hi!
>>>>> "Serge" == Serge Sozonoff <serge@stripped> writes:
Serge> Hello all,
Serge> I have a problem with isamchk I can't figure out, I am running the
Serge> following:
Serge> Redhat 7.0
Serge> with following patches
Serge> glibc-2.1.94-3.i686.rpm
Serge> gnupg-1.04-5.i386.rpm
Serge> iputils-20001010-1.i386.rpm
Serge> tmpwatch-2.6.2-1.7.i386.rpm
Serge> mysql Version 3.22.32
open("/usr/local/var/mysql/db.ISM", O_RDWR|O_LARGEFILE) = 3
read(3, "\376\376\5\2\2\0\f\3\310\0\234\0\0\2\0\0", 16) = 16
_llseek(3, 0, [0], SEEK_SET) = 0
fcntl(3, 0xd /* F_??? */, 0xbfffee40) = -1 EINVAL (Invalid argument)
alarm(2) = 0
Serge> I have now reproduced with an out-of-the-box Redhat 7.0 installation.
Serge> Thanks for any help, Serge
<cut>
open("/usr/local/var/mysql/db.ISM", O_RDWR|O_LARGEFILE) = 3
read(3, "\376\376\5\2\2\0\f\3\310\0\234\0\0\2\0\0", 16) = 16
_llseek(3, 0, [0], SEEK_SET) = 0
fcntl(3, 0xd /* F_??? */, 0xbfffee40) = -1 EINVAL (Invalid argument)
alarm(2) = 0
The above indicates that there is either is a problem with you lockd
or a library conflict between mysqld 3.22.23 and RedHat 7.0
Could you try if isamchk in the 3.23.27 client RPM works better for
you?
Regards,
Monty