/network/rpc/bind stopped working for me very recently. svcs -xv points me to:
# tail -f /var/svc/log/network-rpc-bind:default.log svc.startd could not set context for method: chdir: Permission denied [ Oct 17 17:13:31 Method "start" exited with status 1. ] [ Oct 17 17:13:31 Executing start method ("/lib/svc/method/rpc-bind start"). ] svc.startd could not set context for method: chdir: Permission denied [ Oct 17 17:13:31 Method "start" exited with status 1. ] [ Oct 17 20:33:46 Leaving maintenance because clear requested. ] [ Oct 17 20:33:46 Enabled. ] [ Oct 17 20:33:46 Executing start method ("/lib/svc/method/rpc-bind start"). ] svc.startd could not set context for method: chdir: Permission denied [ Oct 17 20:33:46 Method "start" exited with status 1. ] How can I find out what exacllty svc.startd is trying to do with 'chdir' when it gets permission denied? -Kyle