Can you help me with starting zenoss.
It's installed and when I try to start it I got some erors:

Starting MySQL SUCCESS!
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO) ERROR 1045 (28000): Access denied for user 'zenoss'@'localhost' (using password: YES)
mysql install, user or password is incorrect
Zenoss initialization complete.
Daemon: zeoctl /opt/zenoss/bin/zenoss: line 99: /opt/zenoss/bin/ zeoctl: No such file or directory Daemon: zopectl /opt/zenoss/bin/zenoss: line 99: /opt/zenoss/bin/ zopectl: No such file or directory

The Zenoss installer assumes that you have no MySQL root password. The easiest way to fix this error is to set your MySQL root password to nothing, then do this:

        service zenoss stop
        touch /opt/zenoss/.fresh_install
        service zenoss start

You can then set the MySQL root password back to whatever you want.
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to