> Mar 11 11:28:09 svc.startd[25478]: svc:/application/stosreg:default: Could > not interpret user property. > Mar 11 11:28:09 svc.startd[25478]: application/stosreg:default failed: > transitioned to maintenance (see 'svcs -xv' for details)
svcs -xv stosreg, find the log, and tail the last 50 lines. What does it indicate? The error says SMF can't interpret some property it finds in the service. Looking at the manifest, there's not much other the the user, group, and an RBAC authorization. Check that your svctag user's home is / and not /root, and home is 755. Make sure you have a /bin@ symlink to /usr/bin. CT