Quoth Ole Benner on Mon, Jan 15, 2007 at 12:00:16AM -0800: > I have tried to set a timeout on the stop method, but Solaris still > hangs on shutdown/reboot.
How did you do it? If you made the change with svccfg, did you remember to run "svcadm refresh" afterwards? Did you verify that the timeout was in place with svcprop? If a service exceeds its timeout, svc.startd should log messages to syslog, maybe the console, and the service's log file saying that it is killing the service. Did you see any of that? David