>What happened when the services started? the service starts but does not get assigned to the project samba ("prstat -J" or "prstat -j samba" for example doesn't report that any process is assigned to the samba project. When I run the start method of the service directly using the "newtaks -p samba" command the samba daemons do start under project samba).
>It looks like it should work. How do you know it doesn't? see above. >Indeed, this method_context is missing properties. svc.startd probably >wrote an error message into the service's log file. Check >/var/svc/log/network-samba:default.log . starting, stopping and refreshing the service works fine according the logfile under /var/svc/log: Stopping Samba... [ Apr 10 09:43:20 Method "stop" exited with status 0 ] [ Apr 10 09:43:20 Executing start method ("/lib/svc/method/samba start") ] Starting samba... [ Apr 10 09:43:20 Method "start" exited with status 0 ] [ Apr 10 09:43:26 Rereading configuration. ] [ Apr 10 09:43:26 Executing refresh method ("/lib/svc/method/samba refresh") ] Refreshing smbd server. [ Apr 10 09:43:26 Method "refresh" exited with status 0 ] There are also no errors in svc.startd.log anymore (there were some because I had not defined refresh option within the samba method). Maybe someone can post the svccfg output of a working method_context configuration. mark This message posted from opensolaris.org