search for: status_cancel

Displaying 6 results from an estimated 6 matches for "status_cancel".

2008 Sep 21
1
What's "NT Trans Response : STATUS_CANCELLED", and why does it take so long?
...'t been able to identify the problem. I've done some traffic dumps with tethereal, and have run them through Wireshark's "Service Response Time" report. I've identified several packets identified like this: "SMB NT Trans Response, FID: 0x2c1e, NT NOTIFY, Error: STATUS_CANCELLED" What I'm unsure about is this line in the SMB Header: "Time from request: 458.719370000 seconds" Can anybody explain to me what this "NT Notify" packet is saying, and whether a large time-from-request is to be expected? Thanks! - David
2023 Feb 16
1
Missing Files/Missing Folders from an NFS Share
...djusts for signed/unsigned longs. You mention that NFS doesn't have a working seekdir()/telldir()/rewinddir(). Other than the different offset (cookie) management, do you know of any other differences? I had a look at the wireshark dumps. I'm getting a STATUS_PENDING shortly followed by a STATUS_CANCELLED for the NFS share which are absent on the block storage share. > On Wed, Feb 15, 2023 at 08:28:47PM +0000, Rowland Penny via samba wrote: > >>>>>>*NFS has no real idea about user authentication and uses > *>>>*ipaddresses, > *>>>>*True for NFS...
2008 Aug 27
1
problems with DFS
Hi, We have been a samba shop since way back and have used DFS quit a lot the last years. When we went with security ads instead of domain our dfs died. We have tried 3.028(sun) in solaris wich we are leaving and 3.2.1 in linux, our migration target. For our 3.2.1 installation the config looks liket this and the problem manifests itself as a empty share. [Global] kernel oplocks = False oplocks
2006 Dec 08
0
SoulSeek: winsock:NtStatusToWSAError Status code c0000024
...opened for this, but not much has happened in three years: http://bugs.winehq.com/show_bug.cgi?id=1226 I also see a bunch of "fixme:winsock:WS2_async_recv status: -1073741536" interleaved with that other error, which might or might not be related. This error code stands for 0xC0000120 - STATUS_CANCELLED if my math doesn't betray me. I'm using wine 0.9.26 now, but I've seen this for as long as I can remember (0.9.17 for sure, as I was using that up to earlier this week). These messages get printed to the console every few seconds. This is running with a clean $HOME/.wine, on top of...
2023 Feb 15
1
Missing Files/Missing Folders from an NFS Share
On Wed, Feb 15, 2023 at 08:06:28PM +0100, Conor Armstrong wrote: > Rowland & Jeremy - thanks for this! > I built a copy of the latest version from github 4.19 and same issue > arises. ? > I will have a look at the wireshark trace and see if I can spot anything > obvious there. > I'm not an expert on this, but as far?as I know NFS isn't fully POSIX >
2023 Feb 16
1
Missing Files/Missing Folders from an NFS Share
...> You mention that?NFS doesn't have a working > seekdir()/telldir()/rewinddir(). Other than the different offset (cookie) > management, do you know of any other differences? > I had a look at the wireshark dumps. I'm getting a STATUS_PENDING shortly > followed by a STATUS_CANCELLED for the NFS share which are absent on the > block storage share. Samba relies on being able to do offset = telldir() and then seekdir(offset) returning us to the same position in the directory listing. If you think about this you'll see why. Imaginary case, directory with files a-z. C...