Displaying 5 results from an estimated 5 matches for "dptr_telldir".
2023 Feb 16
1
Missing Files/Missing Folders from an NFS Share
Alternately, we could possibly modify the dptr_TellDir function to set a
flag somewhere if it ever returns a negative offset. Then any calls to
dptr_SeekDir checks if the flag is set and does a slower approach of a
RewindDir and then multiple ReadDir & TellDir calls until we get the
matching offset. If flag is not set then go with the normal SeekD...
2023 Feb 16
2
Missing Files/Missing Folders from an NFS Share
Ok, starting to make sense now. In order to fix it....
I note that the lower level calls are wrapped in dir.c - eg
dptr_SeekDir(...) wraps SeekDir(...)
this might allow for some code to use array indexes instead of NFS cookies
as noted by Chris Chilvers here for the 3.10 kernel:
https://lore.kernel.org/all/CAAmbk-e-YQAPo6QyNB0aJyc9qzUShmEC+x5eTR7wqp1ABWADsg at mail.gmail.com/T/
> On the
2005 Apr 12
5
File listing problems in 3.0.13
Over the weekend I upgraded my IRIX servers to 3.0.13 and have found many
strange issues regarding the creation of new folders.
When I attempt to add a new folder through the Windows side I get an immediate
error dialog box stating "You may not be able to access file created in the
folder X:\New Folder."
When I select to continue the folder is created, looking on the IRIX side the
2005 Jun 28
1
Fw: Missing files on Windows client side
Jeremy,
I think we found the part of source where the problem resides:
smbd/trans2.c
+1444 for (i=0;(i<maxentries) && !finished && !out_of_space;i++)
{
+1445 BOOL got_exact_match = False;
+1446
+1447 /* this is a heuristic to avoid seeking the dirptr
except when
+1448 absolutely necessary. It allows for
2013 Apr 28
6
Hostname and kerberos
In samba 4 log I get the following message:
[2013/04/29 00:44:30,? 0] ../source4/smbd/server.c:369(binary_smbd_main)
? samba version 4.1.0pre1-GIT-5727bfa started.
? Copyright Andrew Tridgell and the Samba Team 1992-2013
[2013/04/29 00:44:31,? 0] ../source4/smbd/server.c:475(binary_smbd_main)
? samba: using 'standard' process model
[2013/04/29 00:44:32,? 1]