unspawn wrote: >>>Test 1, CentOS-3: >>>do_md():open() for /usr/share/vim/vim63/tools/vimspell.txt failed:Unknown >>>error 530
Ok, so you are sure that your files and filesystem is ok. Can you check config.h and see if HAVE_O_NOATIME is defined? If so, undefine it (comment it out) and recompile. This is the code from do_md.c that fails: #ifdef HAVE_O_NOATIME int filedes=open(line->filename,O_RDONLY|O_NOATIME); #else int filedes=open(line->filename,O_RDONLY); #endif Pretty straight forward, really. Sincerely, Richard van den Berg _______________________________________________ Aide mailing list Aide@cs.tut.fi https://mailman.cs.tut.fi/mailman/listinfo/aide