Displaying 10 results from an estimated 10 matches for "qpathinfo".
Did you mean:
pathinfo
2004 Sep 23
0
Problems writing to a mounted CIFS share
...id: 108299 with uid: 0
dir.c: parent inode = 0xe754c200 name is: bla and dentry = 0xef5317a0
dir.c: len 4
dir.c: NULL inode in lookup
dir.c: Full path: \bla inode = 0x00000000
inode.c: CIFS VFS: in cifs_get_inode_info as Xid: 108300 with uid: 0
inode.c: Getting info on \bla
cifssmb.c: In QPathInfo path \bla
transport.c: For smb_command 50
transport.c: Sending smb of length 82
connect.c: Peek length rcvd: 36 with smb length: 39
connect.c: Mid 0xc7a8 matched - waking up
transport.c: Unexpected signature received from server
Status code returned 0xc0000034 NT_STATUS_OBJECT_NAME_NOT_FOUND...
2008 Aug 13
1
CIFS mount problems
...255 Status: 1 type: 0
> 2) \\10.9.0.11\neagul Uses: 1 Type: NTFS DevInfo: 0x0 Attributes: 0x2f
> PathComponentMax: 255 Status: 1 type: 0
dmesg information:
> root@blue:~# dmesg | tail -11
> [31033.555969] /build/buildd/linux-2.6.24/debian/build/custom-source-xen/fs/cifs/cifssmb.c: In QPathInfo (Unix) the path
> [31033.555972] /build/buildd/linux-2.6.24/debian/build/custom-source-xen/fs/cifs/inode.c: error on getting revalidate info -5
> [31033.555974] /build/buildd/linux-2.6.24/debian/build/custom-source-xen/fs/cifs/inode.c: cifs_revalidate - inode unchanged
> [31033.555977]...
2020 Apr 29
2
CIFS VFS: in dmesg when Linux accesses eComStation's (OS/2) FAT filesystem shares
...gt; Can you send in a wireshark trace of the client talking to
>> > the OS/2 server ?
>> Haven't used Wireshark in over a decade. I hope this is what you want.
>> http://fm.no-ip.com/Tmp/Linux/Samba/jra-samba04.trace.pcapng
> Looking at that trace the client is doing a QPATHINFO request
> (SMBtrans2 request) with level 263 - Query File All Info.
> The OS/2 server doesn't support that, so the client then
> drops back and does a SMB1 Query Information Request (SMB1
> request 0x8, what Samba calls SMBgetattr).
> This doesn't have the links or expanded...
2020 Apr 24
2
CIFS VFS: in dmesg when Linux accesses eComStation's (OS/2) FAT filesystem shares
Jeremy Allison via samba composed on 2020-04-23 09:24 (UTC-0700):
> On Thu, Apr 23, 2020 at 02:59:18AM -0400, Felix Miata via samba wrote:
>> Items in dmesg when FAT share's are accessed from web browser:
>> CIFS VFS: bogus file nlink value 0
> nlink should never be zero. If an SMB server
> returns that, then the CIFSFS client will have
> to fake it to 1 at least.
2020 Apr 24
0
CIFS VFS: in dmesg when Linux accesses eComStation's (OS/2) FAT filesystem shares
...>
> > Can you send in a wireshark trace of the client talking to
> > the OS/2 server ?
>
> Haven't used Wireshark in over a decade. I hope this is what you want.
> http://fm.no-ip.com/Tmp/Linux/Samba/jra-samba04.trace.pcapng
Looking at that trace the client is doing a QPATHINFO request
(SMBtrans2 request) with level 263 - Query File All Info.
The OS/2 server doesn't support that, so the client then
drops back and does a SMB1 Query Information Request (SMB1
request 0x8, what Samba calls SMBgetattr).
This doesn't have the links or expanded time information
(it onl...
2020 Apr 29
0
CIFS VFS: in dmesg when Linux accesses eComStation's (OS/2) FAT filesystem shares
On Wed, Apr 29, 2020 at 10:48:34AM -0400, Felix Miata via samba wrote:
> Jeremy Allison via samba composed on 2020-04-24 11:13 (UTC-0700):
> > Looking at that trace the client is doing a QPATHINFO request
> > (SMBtrans2 request) with level 263 - Query File All Info.
>
> > The OS/2 server doesn't support that, so the client then
> > drops back and does a SMB1 Query Information Request (SMB1
> > request 0x8, what Samba calls SMBgetattr).
>
> > This doe...
2020 Sep 07
4
NT_STATUS_NETWORK_SESSION_EXPIRED
...map shares using GVFS `gio mount` command and
authenticate with user's kerberos ticket.
After 10 hours or so, the gio mounts become inaccessible. GNOME
Nautilus gives error "invalid argument".
GVFS debug log shows
smbc_stat(smb://fileserver.domain.co.uk/share)
SMBC_getatr: sending qpathinfo
map_errno_from_nt_status: 32 bit codes: code=c000035c
smbc errno NT_STATUS_NETWORK_SESSION_EXPIRED -> 22
smb: send_reply(0x7fb930002840), failed=1 (Invalid argument)
smb: backend_dbus_handler org.gtk.vfs.Mount:QueryInfo (pid=24714)
smb: Queued new job 0x7fb924007700 (GVfsJobQueryInfo)
These Li...
2005 Mar 08
0
Re: [linux-cifs-client] Mounting directories below share level
...8 13:26:46 ma kernel: fs/cifs/connect.c: CIFS VFS: leaving cifs_mount (xid = 62) rc = 0
Mar 8 13:26:46 ma kernel: fs/cifs/inode.c: CIFS VFS: in cifs_read_inode as Xid: 63 with uid: 0
Mar 8 13:26:46 ma kernel: fs/cifs/inode.c: Getting info on
Mar 8 13:26:46 ma kernel: fs/cifs/cifssmb.c: In QPathInfo path
Mar 8 13:26:46 ma kernel: fs/cifs/transport.c: For smb_command 50
Mar 8 13:26:46 ma kernel: fs/cifs/transport.c: Sending smb of length 74
Mar 8 13:26:46 ma kernel: fs/cifs/connect.c: Peek length rcvd: 0x24 beginning 0x27)
Mar 8 13:26:46 ma kernel: fs/cifs/connect.c: Mid 0xae matched...
2020 Sep 07
0
NT_STATUS_NETWORK_SESSION_EXPIRED
...and
> authenticate with user's kerberos ticket.
>
> After 10 hours or so, the gio mounts become inaccessible. GNOME
> Nautilus gives error "invalid argument".
>
> GVFS debug log shows
>
> smbc_stat(smb://fileserver.domain.co.uk/share)
> SMBC_getatr: sending qpathinfo
> map_errno_from_nt_status: 32 bit codes: code=c000035c
> smbc errno NT_STATUS_NETWORK_SESSION_EXPIRED -> 22
> smb: send_reply(0x7fb930002840), failed=1 (Invalid argument)
> smb: backend_dbus_handler org.gtk.vfs.Mount:QueryInfo (pid=24714)
> smb: Queued new job 0x7fb924007700 (GVf...
2020 Sep 07
0
NT_STATUS_NETWORK_SESSION_EXPIRED
...d
> authenticate with user's kerberos ticket.
>
> After 10 hours or so, the gio mounts become inaccessible. GNOME
> Nautilus gives error "invalid argument".
>
> GVFS debug log shows
>
> smbc_stat(smb://fileserver.domain.co.uk/share)
> SMBC_getatr: sending qpathinfo
> map_errno_from_nt_status: 32 bit codes: code=c000035c
> smbc errno NT_STATUS_NETWORK_SESSION_EXPIRED -> 22
> smb: send_reply(0x7fb930002840), failed=1 (Invalid argument)
> smb: backend_dbus_handler org.gtk.vfs.Mount:QueryInfo (pid=24714)
> smb: Queued new job 0x7fb924007700 (GVf...