Bug 12103 - Unknown Info level at TRANS2 request with LANMAN2 protocol
Summary: Unknown Info level at TRANS2 request with LANMAN2 protocol
Status: NEW
Alias: None
Product: CifsVFS
Classification: Unclassified
Component: kernel fs (show other bugs)
Version: 3.x
Hardware: All Linux
: P5 major
Target Milestone: ---
Assignee: Steve French
QA Contact: cifs QA contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-02 21:12 UTC by Marcel Müller
Modified: 2020-07-16 00:12 UTC (History)
1 user (show)

See Also:


Attachments
Network capture with cifs of kernel 3.19 (Mint 17.3) (5.57 KB, application/x-pcapng)
2016-08-02 21:12 UTC, Marcel Müller
no flags Details
Network capture with cifs of kernel 4.4 (Raspbian Jessie) (1.20 KB, application/x-pcapng)
2016-08-02 21:16 UTC, Marcel Müller
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marcel Müller 2016-08-02 21:12:50 UTC
Created attachment 12306 [details]
Network capture with cifs of kernel 3.19 (Mint 17.3)

When cifs connects to a LANMAN2 server it sends invalid TRANS2 requests on certain file operations, probably at stat().

In fact cifs requests info level ALL_INFO (263) at QUERY_PATH_INFO. This info level did not exist at the LANMAN2 protocol level and so the server responds with unknown info level (126).

AFAIK the appropriate info level for this purpose should be STANDARD (1).

Some applications seem to ignore this response and work, e.g. mc is able to browse directories and open files. Other applications dislike the errors and quit or have malfunction, e.g. git, Eclipse.
In fact connections to OS/2 and probably Win98 are unusable.

I attached a Wireshark capture from Linux Mint 17.3, kernel 3.19.0 (cifs 2.06) accessing an OS/2 (eCS 1.05) share with IBM Peer server (latest fixpacks applied). The capture includes the session setup. The problem happens first at #23.
Other TRANS2 requests seem to share similar problems, e.g. #15 QUERY_DEVICE_INFO.
Comment 1 Marcel Müller 2016-08-02 21:16:43 UTC
Created attachment 12307 [details]
Network capture with cifs of kernel 4.4 (Raspbian Jessie)

I just tested with a newer cifs version (2.08). Same problem. See attached network trace.