I can't find the email you sent, Adamc, about the mysql not working, but this is my reply to it.
Permission problems are, even if annoying, easy to fix. Usually, you k5start -U -f /etc/keytabs/mysql.deleuze , aklog, and try to access the files in question .. This time, the problem was that MySQL IDs got changed during rename (-206 instead of -207), so some of the group names were "system:mysql", and some where "-206" (group doesn't exist). I've re-created the group as ID -207 (as it originally was), and fixed permissions on directories to, where needed, all be to -207 and not to -206. I've then re-started mysql to re-kinit it, and things are now working. I see databases in mysql, and can create tables/ add data. Cya! _______________________________________________ HCoop-SysAdmin mailing list [email protected] http://hcoop.net/cgi-bin/mailman/listinfo/hcoop-sysadmin
