Jim Connors wrote: > Trying to create a minimal RAM resident version of OpenSolaris which adds NFS > server functionality. The baseline for this work is described at > http://blogs.sun.com/jtc/entry/framework_to_help_create_small > > This particular build is based on nvx_66, I added the following packages to > the mix: > SUNWnfsckr > SUNWnfscr > SUNWnfscu > SUNWnfsskr > SUNWnfssr > SUNWnfssu > > plus whatever dependent packages were required. > > Upon trying to issue a `share' command, the system responds with: > libshare SMF initialization problem: entity not found > > Any hints as to how I might start attacking this? > > Thanks, > -- Jim C > > > This message posted from opensolaris.org > _______________________________________________ > nfs-discuss mailing list > nfs-discuss at opensolaris.org >
I assume you have SUNWcsu? [th199096 at haulass pkgdefs]> grep libshare */* SUNWcsu/prototype_com:f none usr/lib/libshare.so.1 755 root bin SUNWcsu/prototype_i386:f none usr/lib/amd64/libshare.so.1 755 root bin SUNWcsu/prototype_sparc:f none usr/lib/sparcv9/libshare.so.1 755 root bin SUNWhea/prototype_com:f none usr/include/libshare.h 644 root bin SUNWnfssu/prototype_com:f none usr/lib/fs/nfs/libshare_nfs.so.1 755 root bin SUNWnfssu/prototype_i386:f none usr/lib/fs/nfs/amd64/libshare_nfs.so.1 755 root bin SUNWnfssu/prototype_sparc:f none usr/lib/fs/nfs/sparcv9/libshare_nfs.so.1 755 root bin Anyway, http://cvs.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/lib/libshare/common/scfutil.c#166 You can set breakpoints in there to see which of the goto err is killing you. My guess is that you need more SMF running. Whatever that means. I've cc'ed Doug, who is the expert. :->