init_samba_module not found in zfsacl.so

Marc-andré Labonté marc-andre.labonte at mail.mcgill.ca
Fri Jul 18 15:40:42 GMT 2008


Thanks, your patch seems to work great.  I can connect to the share now
and, according to the logs, everything seems to be working fine.


  Probing module 'zfsacl': Trying to load from
/usr/local/samba/lib/vfs/zfsacl.so
[2008/07/18 11:18:40,  2] lib/module.c:do_smb_load_module(64)
  Module '/usr/local/samba/lib/vfs/zfsacl.so' loaded
[2008/07/18 11:18:40, 10] smbd/vfs.c:vfs_find_backend_entry(48)
  vfs_find_backend_entry called for zfsacl
[2008/07/18 11:18:40,  5] smbd/vfs.c:smb_register_vfs(86)
  Successfully added vfs backend 'zfsacl'
[2008/07/18 11:18:40, 10] smbd/vfs.c:vfs_find_backend_entry(48)
  vfs_find_backend_entry called for zfsacl
  Successfully loaded vfs module [zfsacl] with the new modules system
[2008/07/18 11:18:40,  5] smbd/vfs.c:vfs_init_custom(193)
  Checking operation #0 (type 53, layer 0)
  Making operation type 53 opaque [module zfsacl]
  Accepting operation type 53 from module zfsacl
[2008/07/18 11:18:40,  5] smbd/vfs.c:vfs_init_custom(193)
  Checking operation #1 (type 54, layer 0)
  Making operation type 54 opaque [module zfsacl]
  Accepting operation type 54 from module zfsacl
[2008/07/18 11:18:40,  5] smbd/vfs.c:vfs_init_custom(193)
  Checking operation #2 (type 55, layer 0)
  Making operation type 55 opaque [module zfsacl]
  Accepting operation type 55 from module zfsacl
[2008/07/18 11:18:40,  5] smbd/vfs.c:vfs_init_custom(193)
  Checking operation #3 (type 56, layer 0)
  Making operation type 56 opaque [module zfsacl]
  Accepting operation type 56 from module zfsacl


Cheers

Marc-andré

Volker Lendecke wrote:
> On Thu, Jul 17, 2008 at 05:16:22PM -0400, Marc-andré Labonté wrote:
>   
>>     We use samba 3.2.0 on solaris 10 update 5 and we want to share files
>> which sits on a zfs filesystem and use the zfs acl's.  Therefore, i
>> compiled samba with the zfsacl module using the following configure line:
>>
>> ./configure --with-acl-support --with-krb5=/usr/local --with-ldap
>> --with-ads --with-idmap --with-shared-modules=idmap_rid,vfs_zfsacl
>> --with-included-popt
>>
>> In my configuration file, i enabled zfsacl as follows
>>     
>
> Does the attached patch help? Please confirm, I'll push it
> to upstream if it works.
>
> Jiri, why did you put in the STATIC stuff? The module system
> of Samba configure *should* at least make sure modules work
> for both static and shared modules. Did you you have any
> problems with that that we need to address?
>
> Volker
>   



More information about the samba-technical mailing list