[2004/05/10 16:04:57, 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
[2004/05/10 16:04:57, 0] smbd/vfs.c:vfs_init_custom(256)
Can't find a vfs module [audit]
[2004/05/10 16:04:57, 0] smbd/vfs.c:smbd_vfs_init(319)
smbd_vfs_init: vfs_init_custom failed for audit
[2004/05/10 16:04:57, 0] smbd/service.c:make_connection_snum(502)
vfs_init failed for service Admin area
Access to the other shares remains unaffected. This is currently happening
with ANY module that I have used, not just audit. I would be happy to
perform any stack trace that is required - however, smbd does not appear
to be panicking, so I am unsure exactly how to proceed with that.
Bill Knox
Lead Operating Systems Programmer/Analyst
The MITRE Corporation
---------- Forwarded message ----------
Date: Wed, 08 Oct 2003 13:56:18 +0200
From: Giovanni Romanenghi <giov...@sorint.it>
To: sa...@lists.samba.org
Subject: [Samba] Problem with VFS audit e recycle
I have compiled samba 3.0 on solaris 8 with default options. It's ok.
I have problem with the parameters vfs objects.
This is my smb.conf
Global parameters
[global]
workgroup = SAMBATESTPDC
netbios name = samba3sun
preferred master = Yes
domain master = Yes
wins support = Yes
domain logons = yes
local master = yes
encrypt passwords = yes
security = user
ldap suffix = o=arcafondi,c=it
ldap machine suffix = ou=people,o=samba,c=it
ldap user suffix = ou=people,o=samba,c=it
ldap group suffix = ou=group
ldap admin dn = uid=sambauser,cn=config
ldap ssl = no
passdb backend = ldapsam:ldap://10.10.5.160/ guest
ldap passwd sync = yes
logon home =
logon path =
admin users = @helpdesk
[netlogon]
path = /samba/netlogon
comment = "Netlogon"
[home]
comment = Cartelle Personali
path = /sambapriv
read only = No
create mask = 0777
directory mask = 0777
[test]
comment = Cartelle Condivise dal gruppo
path = /sambapub
read only = No
create mask = 0777
directory mask = 0777
vfs object = recycle
recycle: repository = .recycle
recycle: version=True
recycle: touch=True
recycle: keeptree=True
recycle: noversion = *.doc|*.xls|*.ppt
recycle: exclude = *.tmp *.temp *.cache
recycle: maxsize = 0
With the home share i don't have a problem . With the test share I have
this error on the file log.smbd
Error trying to resolve symbol 'init_module' in
/sambabin/samba/lib/vfs/recycle.so: ld.so.1: ./smbd: fatal:
_nss_files_netgroup_constr: can't find symbol
[2003/10/08 12:37:22, 0] smbd/vfs.c:vfs_init_custom(254)
Can't find a vfs module [recycle]
[2003/10/08 12:37:22, 0] smbd/vfs.c:smbd_vfs_init(317)
smbd_vfs_init: vfs_init_custom failed for recycle
Any ideas?
Bye Giovanni
P.S. excume for my english....
--
To unsubscribe from this list go to the following URL and read the
instructions: http://lists.samba.org/mailman/listinfo/samba
--
To unsubscribe from this list go to the following URL and read the
instructions: http://lists.samba.org/mailman/listinfo/samba
[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
[2004/05/20 14:52:50, 0] smbd/vfs.c:vfs_init_custom(256)
Can't find a vfs module [audit]
[2004/05/20 14:52:50, 0] smbd/vfs.c:smbd_vfs_init(319)
smbd_vfs_init: vfs_init_custom failed for audit
[2004/05/20 14:52:50, 0] smbd/service.c:make_connection_snum(502)
vfs_init failed for service Windows software
Bill Knox
Lead Operating Systems Programmer/Analyst
The MITRE Corporation
On Tue, 18 May 2004, William R. Knox wrote:
> Date: Tue, 18 May 2004 08:51:39 -0400 (EDT)
> From: William R. Knox <wk...@mitre.org>
> To: sa...@lists.samba.org
> Subject: [Samba] Problem with VFS audit and recycle (fwd)
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.
Bill Knox
Lead Operating Systems Programmer/Analyst
The MITRE Corporation
On Tue, 25 May 2004, Jeremy Allison wrote:
> Date: Tue, 25 May 2004 09:53:54 -0700
> From: Jeremy Allison <j...@samba.org>
> To: William R. Knox <wk...@mitre.org>
> Cc: sa...@lists.samba.org
> Subject: Re: [Samba] Problem with VFS audit and recycle (fwd)