An FYI: If you used a precompiled package, say the one from sunfreeware, that's dynamically linked with OpenSSL that's somewhere *other* than /lib or /usr/lib, you'll need to crle the library path for the cron job to work.
In my case, I installed Solaris 10 from jumpstart using the SUNWCXall cluster which includes the Sun versions of many open-source tools. One of the included packages is OpenSSL that's installed into /usr/sfw/lib. Added that location to LD_LIBRARY_PATH will suffice for running cfagent or starting cfservd but it won't work for things executed under CRON or SMF. crle from what I can tell does basically (and other stuff) what ld.so.conf does on Linux. In my case, the command: crle -l /lib:/usr/lib:/usr/sfw/lib:/usr/local/lib added the necessary library directory to the runtime link search path. No more errors from CRON or SMF when attempting to start cfservd or running cfexecd. > -----Original Message----- > From: > [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > org] On Behalf Of Moore, Joe > Sent: Tuesday, February 14, 2006 9:57 AM > To: Young, Darren; help-cfengine@gnu.org > Subject: RE: cfservd under Solaris 10 SMF > > Yes, we have ~60 production non-global zones running cfengine. I'll > test these (on some non-production ones) and let you know. > > I'd been using the "legacy" RC methods, thanks a lot for saving me the > trouble of learning SMF! > > Now, if only someone could come up with an AIX SRC definition too... > > --Joe > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On > > Behalf Of Young, Darren > > Sent: Friday, February 10, 2006 11:15 AM > > To: help-cfengine@gnu.org > > Subject: RE: cfservd under Solaris 10 SMF > > > > And related in a way: has anyone played with cfengine under a > > non-global > > zone? The same manifest and control script should work, but > > if it's not > > part of the original installation package it has to be > > installed in the > > non-global zone as well. Correct? > > > _______________________________________________ > Help-cfengine mailing list > Help-cfengine@gnu.org > http://lists.gnu.org/mailman/listinfo/help-cfengine > _______________________________________________ Help-cfengine mailing list Help-cfengine@gnu.org http://lists.gnu.org/mailman/listinfo/help-cfengine