# HG changeset patch # User Jiri Sasek # Date 1404731779 25200 # Node ID ec77e9bb9f574c8b20e74ca3bb4abd31b02ba110 # Parent 1adf84d20bb8370731165a7087ccc4368a632ed9 17027615 smbd still dumps core with patch 119758-27(SAMBA 3.6.12) in AIO mode with SAMFS diff -r 1adf84d20bb8 -r ec77e9bb9f57 components/samba/samba/Makefile --- a/components/samba/samba/Makefile Thu Jul 03 15:08:20 2014 -0700 +++ b/components/samba/samba/Makefile Mon Jul 07 04:16:19 2014 -0700 @@ -161,7 +161,7 @@ CONFIGURE_OPTIONS += --enable-shared=yes CONFIGURE_OPTIONS += --enable-static=no CONFIGURE_OPTIONS.32 += --with-static-modules=vfs_solarisacl -CONFIGURE_OPTIONS.32 += --with-shared-modules=vfs_worm,vfs_zfsacl,vfs_samfs,vfs_prealloc,vfs_cacheprime,vfs_commit,idmap_ldap,idmap_tdb2,idmap_rid,idmap_ad,idmap_hash,idmap_adex +CONFIGURE_OPTIONS.32 += --with-shared-modules=vfs_worm,vfs_zfsacl,vfs_aio_pthread,vfs_samfs,vfs_prealloc,vfs_cacheprime,vfs_commit,idmap_ldap,idmap_tdb2,idmap_rid,idmap_ad,idmap_hash,idmap_adex CONFIGURE_OPTIONS.64 += --with-static-modules= CONFIGURE_OPTIONS.64 += --with-shared-modules= CONFIGURE_OPTIONS += --with-readline diff -r 1adf84d20bb8 -r ec77e9bb9f57 components/samba/samba/samba.p5m --- a/components/samba/samba/samba.p5m Thu Jul 03 15:08:20 2014 -0700 +++ b/components/samba/samba/samba.p5m Mon Jul 07 04:16:19 2014 -0700 @@ -140,7 +140,7 @@ file path=usr/lib/samba/valid.dat file path=usr/lib/samba/vfs/acl_tdb.so file path=usr/lib/samba/vfs/acl_xattr.so -file path=usr/lib/samba/vfs/aio_fork.so +file path=usr/lib/samba/vfs/aio_pthread.so file path=usr/lib/samba/vfs/audit.so file path=usr/lib/samba/vfs/cacheprime.so file path=usr/lib/samba/vfs/cap.so @@ -567,7 +567,7 @@ file path=usr/share/samba/swat/help/manpages/testparm.1.html file path=usr/share/samba/swat/help/manpages/vfs_acl_tdb.8.html file path=usr/share/samba/swat/help/manpages/vfs_acl_xattr.8.html -file path=usr/share/samba/swat/help/manpages/vfs_aio_fork.8.html +file path=usr/share/samba/swat/help/manpages/vfs_aio_pthread.8.html file path=usr/share/samba/swat/help/manpages/vfs_audit.8.html file path=usr/share/samba/swat/help/manpages/vfs_cacheprime.8.html file path=usr/share/samba/swat/help/manpages/vfs_cap.8.html