It's a custom service imported from inetd.conf. Can you point me to the docs that describe the specific start and method_context elements I'm looking for?
Thanks! Tom -----Original Message----- From: David Bustos [mailto:david.bus...@sun.com] Sent: Friday, October 20, 2006 8:26 PM To: Tom Hintz Cc: smf-discuss at opensolaris.org Subject: Re: [smf-discuss] rctl per service Quoth Tom Hintz on Fri, Oct 20, 2006 at 01:54:23PM -0500: > Fumbling around, I see different properties if I select like this: > > platypus# svccfg -s network/uconnd/tcp svc:/network/uconnd/tcp> > listprop ... > inetd_start/project astring :default > ... > > This I changed to: > > inetd_start/project astring workproj1 > > No change. File descriptors are still limited to 256. Multiple properties are required for the method context to be considered complete. Instead of using svccfg, add a method_context element to the start method in the service's manifest, and import it. Is this a custom service, or one delivered by a package? David