Displaying 20 results from an estimated 51 matches for "delete_on_close".
2005 Sep 21
2
locking.tdb: expand_file ftruncate to 8192 failed (Permission denied)
...pid=18388, effective(4019, 412), real(4019, 0)] tdb/tdbutil.c:tdb_log(767)
tdb(/srv/physik.fu-berlin.de/data/.samba/cluster1-test/cache/locking.tdb): expand_file ftruncate to 8192 failed (Permission denied)
[2005/09/21 20:48:15, 0, pid=18388, effective(4019, 412), real(4019, 0)] smbd/trans2.c:set_delete_on_close(3533)
set_delete_on_close: failed to change delete on close flag for file testspampure~
Turning on more debugging one sees that set_delete_on_close returns
NT_STATUS_ACCESS_DENIED. According to the code in 3.0.20 this is
because lock_share_entry_fsp(fsp) returned False. At the time
locking.tdb i...
2012 Oct 29
1
[Announce] Samba 3.6.9 Available for Download
...g #9236).
o Winbind can't fetch user or group info from AD via LDAP (bug #9147).
o Fix segfault in smbd if user specified ports out for range (bug #9218).
Changes since 3.6.8:
--------------------
o Michael Adam <obnox at samba.org>
* BUG 9173: Make SMB2 compound request create/delete_on_close/close work as
Windows.
o Jeremy Allison <jra at samba.org>
* BUG 8966: Fix 'net rpc share allowedusers' to work with 2008r2.
* BUG 9016: Connection to outbound trusted domain goes offline.
* BUG 9117: 'smbclient' can't connect to a Windows 7 server us...
2012 Oct 29
1
[Announce] Samba 3.6.9 Available for Download
...g #9236).
o Winbind can't fetch user or group info from AD via LDAP (bug #9147).
o Fix segfault in smbd if user specified ports out for range (bug #9218).
Changes since 3.6.8:
--------------------
o Michael Adam <obnox at samba.org>
* BUG 9173: Make SMB2 compound request create/delete_on_close/close work as
Windows.
o Jeremy Allison <jra at samba.org>
* BUG 8966: Fix 'net rpc share allowedusers' to work with 2008r2.
* BUG 9016: Connection to outbound trusted domain goes offline.
* BUG 9117: 'smbclient' can't connect to a Windows 7 server us...
2010 Feb 11
2
smbd panic due to negative exclusive oplock count
...[2010/02/08 17:18:14, 10] lib/dbwrap_tdb.c:db_tdb_fetch_locked(100)
Locking key 0BFD0000000000003E85
[2010/02/08 17:18:14, 10] lib/dbwrap_tdb.c:db_tdb_fetch_locked(129)
Allocated locked data 0x0x2b62c70b6450
[2010/02/08 17:18:14, 10] locking/locking.c:parse_share_modes(519)
parse_share_modes: delete_on_close: 0, owrt: Sun Jan 10 18:14:29 2010 CET,
cwrt: Thu Jan 1 01:00:00 1970 CET, tok: 0, num_share_modes: 1
[2010/02/08 17:18:14, 10] locking/locking.c:parse_share_modes(616)
parse_share_modes: share_mode_entry[0]: pid = 5575, share_access = 0x3,
private_options = 0x40, access_mask = 0x20089, mid = 0...
2002 Mar 01
1
PATCH - smbd/trans2.c to support writing to Unix named pipes(FIFO)
...}
if((pos = fsp->conn->vfs_ops.lseek(fsp,fsp->fd,0,SEEK_CUR)) == -1)
return(UNIXERROR(ERRDOS,ERRnoaccess));
delete_pending = fsp->delete_on_close;
----------------------------------------------------------------------
The problem is the line that does the vfs_ops.lseek. The FD is actually a
pipe which causes an error.
I have no idea what what a "TRANSACT2_QFILEINFO: level=258" call is
supposed to do, but based...
2009 May 28
1
Strange msdfs connection problem
...ocked(857)
fill_share_mode_lock failed
[2009/05/28 09:01:33, 3] smbd/trans2.c:call_trans2qfilepathinfo(4052)
call_trans2qfilepathinfo user1/folder (fnum = -1) level=1004 call=5
total_data=0
Failure (!):
[2009/05/27 16:55:22, 10] locking/locking.c:parse_share_modes(519)
parse_share_modes: delete_on_close: 0, owrt: Di 19 Mai 2009 10:15:44 CEST
CEST, cwrt: Do 01 Jan 1970 01:00:00 CET CET, tok: 0, num_share_modes: 1
[2009/05/27 16:55:22, 10] locking/locking.c:parse_share_modes(616)
parse_share_modes: share_mode_entry[0]: pid = 14132, share_access = 0x7,
private_options = 0x1, access_mask = 0x1000...
2014 Nov 11
0
smbtorture tests errors
...4/torture/raw/setfileinfo.c:511) RENAME_INFORMATION -
NT_STATUS_NOT_SUPPORTED
WARNING!: (../source4/torture/raw/setfileinfo.c:511) RENAME_INFORMATION -
NT_STATUS_NOT_SUPPORTED
Trying rename with dest file open
Failed to setup EAs
create_time not setup correctly
Trying rename with dest file open and delete_on_close
Trying rename with source file open twice
Failed to setup EAs
create_time not setup correctly
Trying rename with a root fid
I need a way to analyse these failures and also it would be great if
somebody could point me to the smbtorture raw TC's which are working fine.
Thanks,
Surabhi
2011 Feb 21
1
File writing strangeness
Samba Version: 3.4.7
OS: Ubuntu Lucid 10.04
Setup: This samba box is a member of a win2k active directory domain and
functions as a file server. Files/directories shared out utilize file system
acls.
smb.conf portion for share in question:
[Accounting]
comment = Accounting Share
path = /netdrives/accounting
browsable = yes
read only = no
map archive = no
map system = yes
2012 Oct 30
0
[Announce] Samba 4.0.0rc2 Available for Download
...New
unicode New
web port New
winbindd privileged socket directory New
winbind sealed pipes New
winbindd socket directory New
CHANGES SINCE 4.0.0rc1
======================
o Michael Adam <obnox at samba.org>
* BUG 9173: Make the SMB2 compound request create/delete_on_close/
close work as Windows.
o Jeremy Allison <jra at samba.org>
* BUG 9161: Re-add the vfs_Chdir() cache.
* BUG 9189: SMB2 Create doesn't return correct MAX ACCESS access mask in
blob.
* BUG 9213: Bad ASN.1 NegTokenInit packet can cause invalid free.
o Christia...
2012 Oct 30
0
[Announce] Samba 4.0.0rc2 Available for Download
...New
unicode New
web port New
winbindd privileged socket directory New
winbind sealed pipes New
winbindd socket directory New
CHANGES SINCE 4.0.0rc1
======================
o Michael Adam <obnox at samba.org>
* BUG 9173: Make the SMB2 compound request create/delete_on_close/
close work as Windows.
o Jeremy Allison <jra at samba.org>
* BUG 9161: Re-add the vfs_Chdir() cache.
* BUG 9189: SMB2 Create doesn't return correct MAX ACCESS access mask in
blob.
* BUG 9213: Bad ASN.1 NegTokenInit packet can cause invalid free.
o Christia...
2018 Nov 08
0
[Announce] Samba 4.9.2 Available for Download
...l.power at suse.com>
* BUG 13616: ldb: Bump ldb version to 1.4.3, Python: Ensure ldb.Dn can accept
utf8 encoded unicode.
o Christof Schmitt <cs at samba.org>
* BUG 13465: testparm: Fix crashes with PANIC: Messaging not initialized on
SLES 12 SP3.
* BUG 13673: smbd: Fix DELETE_ON_CLOSE behaviour on files with READ_ONLY
attribute.
o Andreas Schneider <asn at samba.org>
* BUG 13601: waf: Add -fstack-clash-protection.
* BUG 13668: winbind: Fix segfault if an invalid passdb backend is
configured.
o Martin Schwenke <martin at meltin.net>
* BUG 13659:...
2018 Nov 08
0
[Samba] [Announce] Samba 4.9.2 Available for Download
...l.power at suse.com>
* BUG 13616: ldb: Bump ldb version to 1.4.3, Python: Ensure ldb.Dn can accept
utf8 encoded unicode.
o Christof Schmitt <cs at samba.org>
* BUG 13465: testparm: Fix crashes with PANIC: Messaging not initialized on
SLES 12 SP3.
* BUG 13673: smbd: Fix DELETE_ON_CLOSE behaviour on files with READ_ONLY
attribute.
o Andreas Schneider <asn at samba.org>
* BUG 13601: waf: Add -fstack-clash-protection.
* BUG 13668: winbind: Fix segfault if an invalid passdb backend is
configured.
o Martin Schwenke <martin at meltin.net>
* BUG 13659:...
2018 Apr 26
3
[Announce] Samba 4.8.1 Available for Download
...pendir().
* BUG 13319: Round-tripping ACL get/set through vfs_fruit will increase the
number of ACE entries without limit.
* BUG 13347: s3: smbd: SMB2: Add DBGC_SMB2_CREDITS class to specifically
debug credit issues.
* BUG 13358: s3: smbd: Files or directories can't be opened DELETE_ON_CLOSE
without delete access.
* BUG 13372: s3: smbd: Fix memory leak in vfswrap_getwd().
* BUG 13375: s3: smbd: Unix extensions attempts to change wrong field in
fchown call.
o Björn Baumbach <bb at sernet.de>
* BUG 13337: ms_schema/samba-tool visualize: Fix python2.6 incompatib...
2018 Apr 26
3
[Announce] Samba 4.8.1 Available for Download
...pendir().
* BUG 13319: Round-tripping ACL get/set through vfs_fruit will increase the
number of ACE entries without limit.
* BUG 13347: s3: smbd: SMB2: Add DBGC_SMB2_CREDITS class to specifically
debug credit issues.
* BUG 13358: s3: smbd: Files or directories can't be opened DELETE_ON_CLOSE
without delete access.
* BUG 13372: s3: smbd: Fix memory leak in vfswrap_getwd().
* BUG 13375: s3: smbd: Unix extensions attempts to change wrong field in
fchown call.
o Björn Baumbach <bb at sernet.de>
* BUG 13337: ms_schema/samba-tool visualize: Fix python2.6 incompatib...
2018 Dec 13
0
[Announce] Samba 4.8.8 Available for Download
...using counter
regression.
* BUG 13624: STATUS_SESSION_EXPIRED error is returned unencrypted, if the
request was encrypted.
o Christof Schmitt <cs at samba.org>
* BUG 13465: testparm crashes with PANIC: Messaging not initialized on
SLES 12 SP3.
* BUG 13673: smbd: Fix DELETE_ON_CLOSE behaviour on files with READ_ONLY
attribute.
o Andreas Schneider <asn at samba.org>
* BUG 13571: CVE-2018-16853: Fix S4U2Self crash with MIT KDC build.
* BUG 13679: Fix a segfault in pyglue.
o Martin Schwenke <martin at meltin.net>
* BUG 13670: ctdb-recovery: Ban a nod...
2018 Dec 13
0
[Samba] [Announce] Samba 4.8.8 Available for Download
...using counter
regression.
* BUG 13624: STATUS_SESSION_EXPIRED error is returned unencrypted, if the
request was encrypted.
o Christof Schmitt <cs at samba.org>
* BUG 13465: testparm crashes with PANIC: Messaging not initialized on
SLES 12 SP3.
* BUG 13673: smbd: Fix DELETE_ON_CLOSE behaviour on files with READ_ONLY
attribute.
o Andreas Schneider <asn at samba.org>
* BUG 13571: CVE-2018-16853: Fix S4U2Self crash with MIT KDC build.
* BUG 13679: Fix a segfault in pyglue.
o Martin Schwenke <martin at meltin.net>
* BUG 13670: ctdb-recovery: Ban a nod...
2018 Apr 17
1
[Announce] Samba 4.7.7 Available for Download
...pendir().
* BUG 13319: Round-tripping ACL get/set through vfs_fruit will increase
the number of ACE entries without limit.
* BUG 13347: s3: smbd: SMB2: Add DBGC_SMB2_CREDITS class to specifically
debug credit issues.
* BUG 13358: s3: smbd: Files or directories can't be opened DELETE_ON_CLOSE
without delete access.
* BUG 13372: s3: smbd: Fix memory leak in vfswrap_getwd().
* BUG 13375: s3: smbd: Unix extensions attempts to change wrong field
in fchown call.
o Ralph Boehme <slow at samba.org>
* BUG 13363: s3:smbd: Don't use the directory cache for SMB2/3....
2018 Apr 17
1
[Announce] Samba 4.7.7 Available for Download
...pendir().
* BUG 13319: Round-tripping ACL get/set through vfs_fruit will increase
the number of ACE entries without limit.
* BUG 13347: s3: smbd: SMB2: Add DBGC_SMB2_CREDITS class to specifically
debug credit issues.
* BUG 13358: s3: smbd: Files or directories can't be opened DELETE_ON_CLOSE
without delete access.
* BUG 13372: s3: smbd: Fix memory leak in vfswrap_getwd().
* BUG 13375: s3: smbd: Unix extensions attempts to change wrong field
in fchown call.
o Ralph Boehme <slow at samba.org>
* BUG 13363: s3:smbd: Don't use the directory cache for SMB2/3....
2018 Aug 24
0
[Announce] Samba 4.8.5 Available for Download
...t smb when network interfaces are up.
o Noel Power <noel.power at suse.com>
* BUG 13553: Fix quotas with SMB2.
* BUG 13563: s3/smbd: Ensure quota code is only called when quota support
detected.
o Anoop C S <anoopcs at redhat.com>
* BUG 13204: s3/libsmb: Explicitly set delete_on_close token for rmdir.
o Andreas Schneider <asn at samba.org>
* BUG 13489: krb5_plugin: Install plugins to krb5 modules dir.
* BUG 13503: s3:winbind: Do not lookup local system accounts in AD.
o Martin Schwenke <martin at meltin.net>
* BUG 13499: Don't use CTDB_BROADCAST_VNNM...
2018 Aug 24
0
[Samba] [Announce] Samba 4.8.5 Available for Download
...t smb when network interfaces are up.
o Noel Power <noel.power at suse.com>
* BUG 13553: Fix quotas with SMB2.
* BUG 13563: s3/smbd: Ensure quota code is only called when quota support
detected.
o Anoop C S <anoopcs at redhat.com>
* BUG 13204: s3/libsmb: Explicitly set delete_on_close token for rmdir.
o Andreas Schneider <asn at samba.org>
* BUG 13489: krb5_plugin: Install plugins to krb5 modules dir.
* BUG 13503: s3:winbind: Do not lookup local system accounts in AD.
o Martin Schwenke <martin at meltin.net>
* BUG 13499: Don't use CTDB_BROADCAST_VNNM...