Displaying 4 results from an estimated 4 matches for "nt_status_delete_pend".
2012 Aug 15
6
Delete pending after open in M.Office
...e so strange issue with Office files (and may be not only Office).
I can't delete file which I just closed. For example, I create new xlsx
file, open it, close it and delete it - no any errors, but after refresh
list of files - file back. If I try to access this file via smbclient -
message NT_STATUS_DELETE_PENDING.
And only if I'm restart smb - file removed from local filesystem.
Samba 3.6.7.
I played with different options alot, but no luck.
Maybe someone has already experienced this?
--
Dmitry
2002 Nov 20
3
The Samba Team announces Samba 2.2.7 - security release
..._password_needs_changing if
lp_machine_password_timeout() is set to zero
5) don''t parse the BUFFER5 if the buffer length is zero
6) fix core dump if pdbedit is run as non-root or smbpasswd file does
not exist
7) Ensure can_delete() returns correct error code
8) correctly return NT_STATUS_DELETE_PENDING from open code
9) fix bug that assumed dos_unistr2 length was in ucs2 units, not bytes
10) check the long_archi name is not null when deleting a printer driver.
fixes core dump in smbd when using rpcclient''s deldriver
11) fix fd leak with kernel change notify on Linux 2.4 kernels
1...
2002 Nov 20
3
The Samba Team announces Samba 2.2.7 - security release
..._password_needs_changing if
lp_machine_password_timeout() is set to zero
5) don''t parse the BUFFER5 if the buffer length is zero
6) fix core dump if pdbedit is run as non-root or smbpasswd file does
not exist
7) Ensure can_delete() returns correct error code
8) correctly return NT_STATUS_DELETE_PENDING from open code
9) fix bug that assumed dos_unistr2 length was in ucs2 units, not bytes
10) check the long_archi name is not null when deleting a printer driver.
fixes core dump in smbd when using rpcclient''s deldriver
11) fix fd leak with kernel change notify on Linux 2.4 kernels
1...
2017 Sep 07
2
Questions around deleting a file accessed by others
...6 11:57:55.006868, 2] ../source3/smbd/open.c:1342(open_file)
BUERO\userX opened file prog/wfibn.exe read=No write=No (numopen=8)
[2017/09/06 11:57:55.007039, 3]
../source3/smbd/smb2_server.c:3097(smbd_smb2_request_error_ex)
smbd_smb2_request_error_ex: smbd_smb2_request_error_ex: idx[1]
status[NT_STATUS_DELETE_PENDING] || at ../source3/smbd/smb2_create.c:293
As long as there were open sessions the file was there (with correct
permissions etc) but new connections were refused ("hey, it's gonna be
deleted in a few minutes anyway").
I suggested they should close all sessions at once ... then the...