20101121

Failed to retrieve method context for the ... method of instance... Could not interpret ... property.

hint: svcprop

Nov 22 06:41:42 myhost inetd[27129]: [ID 702911 daemon.error] Failed to retrieve method context for the inetd_start method of instance svc:/network/omni/tcp:default: Could not interpret group property.

# svcprop network/omni/tcp | grep group
inetd_start/group astring root

# grep root /etc/group
other::1:root
bin::2:root,daemon
sys::3:root,bin,adm
adm::4:root,daemon
mail::6:root
tty::7:root,adm
lp::8:root,adm
daemon::12:root


root group is missing, so simply append to the 1st line..

root::0:

1 comment:

  1. Anonymous5:44 AM

    helped to solve the issue of missing /etc/passwd file !!

    ReplyDelete