On 9/28/07 4:27 PM, "Geoff Franks" <[EMAIL PROTECTED]> wrote:
> > Has anyone seen this before? I upgraded to 2.0.6 and it's still doing it- > did an install pointing to the remote mysql server as well, still no > zenping, zenaction, zentrap or zensyslog. The specific error is: > > 2007-09-28 16:19:49 ERROR zen.Events: (1449, "There is no > 'zenoss'@'localhost' registered") > Traceback (most recent call last): > File "/usr/local/zenoss/Products/ZenEvents/MySqlSendEvent.py", line 98, in > sendEvent > evid = self.doSendEvent(event) > File "/usr/local/zenoss/Products/ZenEvents/MySqlSendEvent.py", line 127, > in doSendEvent > execute(curs, delete) > File "/usr/local/zenoss/Products/ZenEvents/MySqlSendEvent.py", line 36, in > execute > raise ex > OperationalError: (1449, "There is no 'zenoss'@'localhost' registered") > Apparently it was a strange mysql permissions issue. The user had full read/write access to all tables, but could not modify the status table. Even the root mysql user could not do anything to this table. I dropped it, recreated it, and reimported my data, and it looks fine now. Geoff Franks Sr. Systems Administrator Hauptman Woodward Institute _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
