[Samba] Problem with VFS audit and recycle (fwd)

Jeremy Allison jra at samba.org
Tue May 25 16:53:54 GMT 2004


On Fri, May 21, 2004 at 10:13:33AM -0400, William R. Knox wrote:
> I have included a level 10 debug of the vicinity of the failure in the
> debug log - if anyone would like more detail, I would be happy to provide
> it. Just so as to help to rule out my environment or how I built samba, is
> there anyone using the "vfs objects" parameter successfully on Solaris 8?
> Please feel free to respond to me individually so as to not flood the list
> if I am being a bonehead and this is a problem that only Giovanni and I
> are having. Thanks.
> 
> [2004/05/20 14:52:50, 3] smbd/vfs.c:vfs_init_default(203)
>   Initialising default vfs hooks
> [2004/05/20 14:52:50, 3] smbd/vfs.c:vfs_init_custom(229)
>   Initialising custom vfs hooks from [audit]
> [2004/05/20 14:52:50, 5] lib/module.c:smb_probe_module(101)
>   Probing module 'audit'
> [2004/05/20 14:52:50, 5] lib/module.c:smb_probe_module(112)
>   Probing module 'audit': Trying to load from /usr/local/lib/vfs/audit.so
> [2004/05/20 14:52:50, 0] lib/module.c:do_smb_load_module(57)
>   Error trying to resolve symbol 'init_module' in /usr/local/lib/vfs/audit.so: ld.so.1: /usr/local/sbin/smbd: fatal: _nss_files_netgroup_constr: can't find symbol

This has got to be a link failure when you're building audit.so. You need
to ensure the library containing nss_files_netgroup_constr is linked into
it. Look for this symbol using nm in the libraries on Solaris 8.

Jeremy.


More information about the samba mailing list