Displaying 6 results from an estimated 6 matches for "store_acl_blob_fsp".
2016 Jul 19
2
Samba 4.4.5 exists with segmention fault on FreeBSD 10.3 during domain provision
...p4 64 bit
* Samba 4.4.5 from Ports tree
# samba-tool -V
4.4.5
* Python 2 from Ports tree
# python2 --version
Python 2.7.12
Installation went smoothly but during domain provisioning Python fails
with a segmentation fault and leaves a core dump file.
The very last output of samba-tool:
store_acl_blob_fsp: storing blob length 356 on file
/var/db/samba4/sysvol/ad001.osipov.eu/Policies
delete_windows_lock_ref_count for file
/var/db/samba4/sysvol/ad001.osipov.eu/Policies
Speicherschutzverletzung(core dumped)
Running the same operation again with truss:
write(2,"store_acl_blob_fsp: storing blob&...
2016 Jul 21
0
Samba 4.4.5 exists with segmention fault on FreeBSD 10.3 during domain provision
...samba-tool -V
> 4.4.5
> * Python 2 from Ports tree
> # python2 --version
> Python 2.7.12
>
> Installation went smoothly but during domain provisioning Python fails
> with a segmentation fault and leaves a core dump file.
>
> The very last output of samba-tool:
> store_acl_blob_fsp: storing blob length 356 on file
> /var/db/samba4/sysvol/ad001.osipov.eu/Policies
> delete_windows_lock_ref_count for file
> /var/db/samba4/sysvol/ad001.osipov.eu/Policies
> Speicherschutzverletzung(core dumped)
>
> Running the same operation again with truss:
> write(2,"...
2016 Aug 26
2
Issue with acl_xattr:ignore system acls in 4.5rc2
...s changed, 54 insertions(+), 10 deletions(-)
>
> diff --git a/source3/modules/vfs_acl_common.c b/source3/modules/vfs_acl_common.c
> index 2cf5012..fe631e3 100644
> --- a/source3/modules/vfs_acl_common.c
> +++ b/source3/modules/vfs_acl_common.c
> @@ -46,6 +46,34 @@ static NTSTATUS store_acl_blob_fsp(vfs_handle_struct *handle,
> SECINFO_DACL | \
> SECINFO_SACL)
>
> +struct acl_common_config {
> + bool ignore_system_acls;
> +};
> +
> +static bool init_acl_common_config(vfs_handle_struct *handle)
> +{
> + struct acl_common_config *config = NULL;
> +
&g...
2016 Aug 26
2
Issue with acl_xattr:ignore system acls in 4.5rc2
On Fri, Aug 26, 2016 at 06:33:26PM +0200, Ralph Böhme via samba wrote:
> On Thu, Aug 25, 2016 at 12:14:00PM -0700, Jeremy Allison wrote:
> > On Wed, Aug 24, 2016 at 04:06:42PM +0200, Ralph Böhme via samba wrote:
> > >
> > > Yeah, as much as I'd like to avoid adding a new option, I guess we
> > > have to do something about it, my latest take on this is
>
2016 Aug 29
1
Issue with acl_xattr:ignore system acls in 4.5rc2
...s changed, 54 insertions(+), 10 deletions(-)
>
> diff --git a/source3/modules/vfs_acl_common.c b/source3/modules/vfs_acl_common.c
> index 2bc2499..fc72b98 100644
> --- a/source3/modules/vfs_acl_common.c
> +++ b/source3/modules/vfs_acl_common.c
> @@ -46,6 +46,34 @@ static NTSTATUS store_acl_blob_fsp(vfs_handle_struct *handle,
> SECINFO_DACL | \
> SECINFO_SACL)
>
> +struct acl_common_config {
> + bool ignore_system_acls;
> +};
> +
> +static bool init_acl_common_config(vfs_handle_struct *handle)
> +{
> + struct acl_common_config *config = NULL;
> +
&g...
2016 Aug 27
2
Issue with acl_xattr:ignore system acls in 4.5rc2
On Fri, Aug 26, 2016 at 04:03:49PM -0700, Jeremy Allison wrote:
> On Fri, Aug 26, 2016 at 02:46:19PM -0700, Jeremy Allison via samba wrote:
> > On Fri, Aug 26, 2016 at 06:44:05PM +0200, Ralph Böhme wrote:
> > >
> > > Cheerio!
> > > -slow
> >
> > Still reviewing this - but a few things that will need changing:
> >
> > When adding the