On 04 Apr 2011, at 10:07 AM, Alex Sandstrom wrote: > So I reverted back to the snapshot, then rebooted after it comes up without > making any changes to anything, got the same result. It looks like mysql > isn't starting back up after the reboot, because after I do a 'service mysqld > restart' (did this after enable logging, then notice shutting down the > service failed, starting it was successful) then Baruwa comes up just fine. > So now I'm just going to try to figure out what's causing that. Thanks for > the help!
It seems your mysql is not configured to startup on boot. chkconfig --list mysqld And you can turn it on using chkconfig --level 3 5 mysql on -- Baruwa - www.baruwa.org _______________________________________________ Baruwa mailing list [email protected] http://lists.baruwa.org/mailman/listinfo/baruwa

