I had the same errors for solaris install.
After previous runs of install incomplete for different reasons.


Code:

ERROR 1005 (HY000) at line 1: Can't create table './events/status.frm' (errno: 
121)
loading stored procedures
events database created and loaded




No it is not loaded!

It looked like the events database got created but not populated with a run of 
install that failed previously for different reason. The existance of the empty 
events database caused this problem.
So to solve this:

Code:
drop database events;



For this error

Code:
WARNING:OFS.Application:Duplicate Product name
After loading Product 'Five' from '/usr/local/zenoss/Products',




Code:
rm -rf $ZENHOME/* 

 # and reinstalling doesn't work
still looking for that,




-------------------- m2f --------------------

Read this topic online here:
http://community.zenoss.com/forums/viewtopic.php?p=17872#17872

-------------------- m2f --------------------



_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to