Bug #3434
openkadmin fails to start, missing dependency
0%
Description
Installed kadmin on 151a7 (amd64 arch) in the global zone, fails to start on boot. Executing "svcs -xv kadmin" informs me that the service is put into maintenance mode. Clearing the maintenance state and restarting the service makes it run flawlessly this one time, but has to be done manually after every boot.
Adding a dependency on rpc/bind fixed the problem completely for me.
This seems to be a reoccurence of this bug, as indicated by identical error messages in the kdc log: http://mail.opensolaris.org/pipermail/kerberos-discuss/2010-May/000943.html
Here is what I did on my system to fix the issue:
wanderer@sun3:~# svccfg -s kadmin:default
svc:/network/security/kadmin:default> addpg rpcbind dependency
svc:/network/security/kadmin:default> setprop rpcbind/grouping = astring: "require_all"
svc:/network/security/kadmin:default> setprop rpcbind/restart_on = astring: "none"
svc:/network/security/kadmin:default> setprop rpcbind/type = astring: "service"
svc:/network/security/kadmin:default> setprop rpcbind/entities = fmri: "svc:/network/rpc/bind"
svc:/network/security/kadmin:default> exit
wanderer@sun3:~# svcadm refresh kadmin:default
wanderer@sun3:~# svcadm refresh kadmin
After a reboot, the service came up as intended.
Why I thought this is rpcbind-related is this error message: "Cannot create IProp RPC service (PROG=100423, VERS=1)".
Please note that I am a novice OpenIndiana user, and if further information is required, it is best to give me step-by-step instructions.
No data to display