Displaying 2 results from an estimated 2 matches for "fsp_open".
2005 Oct 10
6
Dangling MS Access DB Lock Files *.ldb
I have an intermittent problem with dangling MS Access DB lock files.
In a productive environment with N batch queus (each on a separate
Windows XP Professional) a scheduler PC dispatches the work load to
a free queue by means of modifying a simple MS Access DB file
called "PRIM.mdb", which resides on a Samba 3.0.20 share. Each free
queue PC polls the same MS Access DB file every 60
2003 Jan 06
0
Desktop.ini (part) solution
...2.2.7a/source/smbd/open.c Tue Dec 10 15:58:17 2002
+++ samba-2.2.7a-truncfix/source/smbd/open.c Mon Jan 6 16:40:30 2003
@@ -910,6 +910,7 @@
* we can do. We also ensure we're not going to create or tuncate
* the file as we only want an access decision at this stage. JRA.
*/
+
fsp_open = open_file(fsp,conn,fname,psbuf,
flags|(flags2&~(O_TRUNC|O_CREAT)),mode,desired_access);
@@ -927,6 +928,13 @@
/*
* We exit this block with the share entry *locked*.....
*/
+ DEBUG(8,("file %s existed before create\n"));
+ /* This is to fix permissions changing on...