On May 4, 2009, at 8:39 PM, davetayl wrote: > I managed to get zenhub up by loading one other zenpack I had, the > things that are still not loading are > > Zensyslog > Zenping > Zentrap > > The only one that seems to be giving meaningful logs is Zenping as > follows. > > 2009-04-26 23:23:02 ERROR zen.ZenPing: Remote exception: > exceptions.AttributeError: 'ZenPack' object has no attribute > AttributeError: 'ZenPack' object has no attribute '__of__'
This log looks old. I believe it was related to the previous problem you already cleared up with zenhub. The most common reason for those three daemons not to start is a problem with the permissions of $ZENHOME/bin/zensocket. It needs to be setuid root. Run the following as root to set its permissions properly, then restart those three daemons. chown root:zenoss /opt/zenoss/bin/zensocket chmod 4750 /opt/zenoss/bin/zensocket Of course use the proper path to your zensocket if this is not an RPM install. _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
