After many snapshot restores here is what I have for all of you trying to install on FC6: make sure you have the following installed (rpm -qa | grep "PACKAGE"):
mysql-server mysql-devel net-snmp perl-Net-SNMP (case sensative) ^^^^^^^^ (this will install the dependency perl-Crypt-DES) python-devel python edit the /etc/sysconfig/networking/profiles/default/hosts replace the ::1 for localhost with 127.0.0.1 (God only knows why that is in there in the first place (Who uses IPv6?).) service mysqld start service snmpd start rpm -Uvh zenoss-1.1.1-0.i386.rpm make sure your /etc/sudoers file has: Defaults env_keep += "PYTHONPATH ZENHOME" zenoss your_hostname = NOPASSWD: /opt/zenoss/bin/python,/bin/kill service zenoss start The first time you do this it will take a while..... Any errors post here or message me directly. I look forward to updating this to make it a useful tool for everyone. ------------------------ Benjamin Moore -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=4986#4986 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
