On Mon, Jul 04, 2005 at 04:44:24PM -0300, Fabiano Rodrigo Boscatto wrote: > Can't open file: 'alarms.MYI'. (errno: 13) > > But the file is there /var/lib/mysql/jffnms/alarms.MYI
MySQL is borked, its not something in JFFNMS but an internal problem within MySQL. errno 13 is EACCESS, which means permission denied. So the MySQL daemon is unable to talk to its own files, for some reason. Actually permission denied may be coming from the daemon, do you have multiple database users? Perhaps you upgraded the tables as root but didn't grant permissions to whatever user JFFNMS accesses the DB as. Generally it means filesystem corruption of the daemon went mad, you could try repairing the tables and see if that fixes it. - Craig -- Craig Small GnuPG:1C1B D893 1418 2AF4 45EE 95CB C76C E5AC 12CA DFA5 Eye-Net Consulting http://www.enc.com.au/ MIEE Debian developer csmall at : enc.com.au ieee.org debian.org ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ jffnms-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jffnms-users
