Quoth Justin Lloyd on Fri, Oct 06, 2006 at 10:34:51AM -0700: > I've made the suggested changes to > /var/svc/manifest/system/syslog-ng.xml, which I have attached to this > post, and while it seems to work, I'm seeing something odd (to me, > anyway): > > [jlloyd at cosolbnzred-sol10:~]$ svcs -a | grep system-log > disabled 11:27:33 svc:/system/system-log:default > online 11:27:55 svc:/system/system-log:syslog-ng > uninitialized 11:27:48 svc:/TEMP/system/system-log:syslog-ng > [jlloyd at cosolbnzred-sol10:~]$ > > Have I done something wrong in the manifest file to create the "TEMP" > service, or could it be an artifact from some sequence of svccfg > delete and import commands?
TEMP services are created by svccfg import, and they should be deleted when it finishes. If you have one, it means that svccfg import exited unexpectly, like it dumped core or was killed. Look around for cores. David