Quoth Ed McKnight on Mon, Oct 06, 2008 at 01:07:23PM -0700: > I now have a scenario where I have just upgraded from S10u3 to S10u6; my > manifest is rejected and the service placed into maintainence mode. I am > unable to clear maintainence mode. If I install S10u6 from scratch, then > install my service, it's accepted and can be started. > > Here are the console error messages when I attempt to clear; I believe > it's the same set as seen at boot time. > > pbodega1:/# Oct 3 13:22:56 pbodega1 inetd[504]: Property 'name' of > instance svc:/network/sccheckd:default is missing, inconsistent or invalid > Oct 3 13:22:56 pbodega1 inetd[504]: Property 'proto' of instance > svc:/network/sccheckd:default is missing, inconsistent or invalid > Oct 3 13:22:56 pbodega1 inetd[504]: Invalid configuration for instance > svc:/network/sccheckd:default, placing in maintenance > > Is there any way for me to validate this manifest? Any other clues? The > manifest itself is attached.
I presume this is 6739611. There is no way to validate the manifest in the sense that you can run some tool which will tell you whether inetd will find any problems with the configuration and explain them. If the file works fine on a fresh install, then there's nothing wrong with the file anyway. Since it only happens after an upgrade, either something is wrong with the properties, or inetd is interpreting them differently. Have you tried a "svcadm refresh" to see if that changes anything? Otherwise, networking-discuss would have more expertise in debugging inetd. David