Quoth Robert Thurlow on Wed, Sep 05, 2007 at 07:15:33AM -0600: > I have some code under development which is showing odd SMF > behaviour. I can't enable the service or get an indication > of what the issue is. This is Nevada build 65 with the CIFS > client packages installed on an amd64 system. Here's what I > see: > > # svcadm disable smb/client > # svcadm enable smb/client > # svcs -xv smb/client > svc:/network/smb/client:default (SMB client) > State: offline since Wed Sep 05 07:04:36 2007 > Reason: Unknown. > See: http://sun.com/msg/SMF-8000-AR > See: man -M /usr/share/man -s 1M mount_smbfs > Impact: This service is not running.
Curious. If you've only seen this on this machine, you could try a svcadm refresh in case there is some difference between the current property values and the running snapshot. Otherwise, you should capture the output of echo ::startd_log | mdb -p `pgrep startd` just after this happens. It's human-readable, so you can take a look, or you can send it to us, or you can put it in a bug report. David