I had the same problem and sorted it ouit. The following does not work for me:

Code:

chown root /opt/zenoss/bin/zensocket 
chmod u+s /opt/zenoss/bin/zensocket 




It gives an error message "No such file or directory". 

Instead replace the "/opt/zenoss.." path with $ZENHOME path 
(/usr/local/zenoss). I typed this and all daemons restarted successfully!


Code:

chown root /usr/local/zenoss/bin/zensocket
chmod u+s /usr/local/zenoss/bin/zensocket




------------------------
Arvind AS




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

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

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



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

Reply via email to