I had trouble installing using the stack installer due to umask settings being set to a stricter setting than the default of 002. The installer will not complete if you are installing on a security hardened system that has the umask settings tweaked to a higher setting.
Changed umask to: umask 002 Installer completed and everything was fine. -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=20147#20147 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
