Displaying 4 results from an estimated 4 matches for "deny_fcb".
2003 Aug 18
0
strange smbstatus output after update from 2.2.5 to 2.2.8a
...y ideas?
Was there a change in a locking.tdb?
Do I have to remove it?
Greetings
Hansj?rg
28643 DENY_NONE 0x3f407996 RDONLY LEVEL_II ?7??W? Tue Jan 6 22:38:12 1970
1633824626 0x706d622e NONE ?7??W? Thu Jan 1 02:00:00 1970
1836017711 0x56414143 EXCLUSIVE+BATCH Sun Sep 12 13:13:05 2004
1836017711 DENY_FCB 0x74756f2f RDWR EXCLUSIVE Fri Feb 12 21:45:32 2027
1836017711 DENY_FCB 0x2f746b65 RDONLY EXCLUSIVE
rmen/06-Schlosser/~WRL3404.tmp Tue May 23 09:03:34 2023
1836017711 0x56414143 EXCLUSIVE+BATCH ????7??W? Tue Nov 10 00:41:53 2015
1836017711 DENY_FCB 0x2f746b65 RDONLY EXCLUSIVE
rmen/06-Schlosser/~WR...
2003 Feb 25
1
Samba locking problem - is this a bug ?
...o I'm trying once again:
I have the following problem:
I have a linux samba server and a lot of linux clients that connect to
it. What I noticed is that if one of the clients create new file and
starts do some operation on it - the file is unreadable for all other
clients (output od smbstatus: DENY_FCB RDWR NONE) - which is OK I
suppose. But if the connection between the client and the server
disappears while client is working on the newly created file, the file
stays locked and in some occasions even when the connection is
established again the file stays locked, the client cannot access t...
1999 Sep 17
0
(Un)Locking shared DOS application
...and other
files that are needed for the whole app.
But since this was not sufficient for the multiusage of the application
we had to go as far as defining 'share modes = no', thus the share modes
that are disabled by this option are DENY_DOS, DENY_ALL, DENY_READ,
DENY_WRITE, DENY_NONE and DENY_FCB.
That made the application usable in a multi-user environment.
But major downside of this is that for just this application the WHOLE
SHARE is now in the unwanted modus of having no locking whatsoever going
on....
The next problem now is that for untraceble reasons, the majority of
users compl...
2000 Jul 14
1
Clarity on using SAMBA and Mapping to a Sun Server
...lass of locking is the "deny modes". These are set by an
application when it opens a file to determine what types of access
should be allowed simultaneously with its open. A client may ask for
DENY_NONE, DENY_READ, DENY_WRITE or DENY_ALL. There are also special
compatability
modes called DENY_FCB and DENY_DOS.
You can disable share modes using "share modes = no". This may be
useful on a heavily loaded server as the share modes code is very
slow. See also the FAST_SHARE_MODES option in the Makefile for a way to do
full
share modes very fast using shared memory (if your OS support...