Feature #3142
SMB truncation issue - downgrade log message
0%
Description
There exists a very old Windows client SMB bug which - under some circumstances - causes it to ask for shares with the last character truncated. Note that it's not a problem for the client because it will immediately retry with the correct name instead.
From what I can figure out it was introduced in Windows 2000, fixed in XP and reintroduced in Windows 7.
Samba added a workaround a while ago:
http://www.spinics.net/lists/samba/msg86195.html
While I think this is a gross hack I would at least think that it would be nice to avoid this:
Sep 1 22:40:19 ikarus smbsrv: [ID 138215 kern.notice] NOTICE: smbd[EVEDEV\evedev]: vaul share not found
Sep 1 22:46:40 ikarus last message repeated 35 times
Sep 1 22:47:46 ikarus smbsrv: [ID 138215 kern.notice] NOTICE: smbd[EVEDEV\evedev]: vaul share not found
Sep 1 22:53:01 ikarus last message repeated 19 times
Sep 1 22:54:16 ikarus smbsrv: [ID 138215 kern.notice] NOTICE: smbd[EVEDEV\evedev]: vaul share not found
Sep 1 22:55:33 ikarus last message repeated 7 times
which spams my logs 24/7 (15 machines writing to logfiles on said share)... maybe by allowing to disable or downgrade this particular message?