Custom Query (292 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (43 - 45 of 292)

Ticket Resolution Summary Owner Reporter
#262 fixed Plugin does not find smb.conf in %ETC%\samba Lewis Rosenthal
Description

3.x plugin does not seem to find smb.conf in %ETC%\samba (on this system, that is C:\MPTN\ETC\samba). debug log says:

Samba client 3.0.x build beta-date based on 4.2.3
This build is maintained by netlabs
2015/07/16 07:17:52.1: 9 1: Working with 64 bit fileio NDFS
2015/07/16 07:17:53.39: 9 1: NdpIOCTL init thread
2015/07/16 07:17:53.39: 9 1: NdpMountResource in
2015/07/16 07:17:54.13: 0 1: The initial smb.conf is missing, defaults are used!

Processing continues normally.

I have not tried to symlink \etc\samba\smb.conf.

#261 fixed Restarting server leaves mappings disconnected Lewis Rosenthal
Description

Server is Samba 4.1.8 on openSuSE 13.2, SMB2, NTLMv2 auth. Editing smb.conf and subsequently restarting the daemon (service smb restart) disconnects the NetDrive mapping, and only a manual re-mapping will work (no auto-reconnect).

Client is

 7-04-15  17:23       5,512,638    124  ndpsmb.dll
#260 invalid Case sensitivity issues Lewis Rosenthal
Description

I didn't have a better subject, sorry. Suggest that this may become a meta bug for all issues with case sensitivity.

Current issue:

Samba server 4.1.8 on openSuSE, configured for SMB2 and no case sensitivity setting for the share in smb.conf should default to auto (see https://www.samba.org/samba/docs/man/manpages-3/smb.conf.5.html#NAMEMANGLING). Apparently, while https://www.samba.org/samba/docs/man/manpages/smbclient.1.html indicates that the case_sensitive flag should be toggled off by default, we seem to have it on, as accessing a share on the above with:

 7-04-15  17:32         <DIR>    1,252  Desktop
 7-04-15  17:49         <DIR>      548  Images
 7-04-15  17:49         <DIR>        0  RecycleBin
 7-04-15  17:31           1,111      0  POPUPLOG.2014-12-04
 7-04-15  17:31         159,305      0  POPUPLOG.OS2
         160,416 bytes in 2 files and 3 dirs
         164,864 bytes allocated
 465,719,918,592 bytes (433GB) free

running the following command fails:

[c:\]dir k:\images

 Volume in drive K is NETDRIVE
SYS0002: The system cannot find the file specified. "K:\images\*"
               0 bytes in 0 files and 0 dirs
 465,720,012,800 bytes (433GB) free

while:

[c:\]dir k:\Images

succeeds.

It is necessary to actually set the share to case senstivity = no in order for the case-insensitive filenames to be recognized.

This only appears to be an issue with the plugin. smbclient works as expected:

smb: \> ls images
  Images                              D        0  Sat Jul  4 17:49:16 2015

                712503296 blocks of size 1024. 454804620 blocks available

Perhaps a toggle in the plugin properties to enable/disable case-sensitivity for the share would be helpful.

Note: See TracQuery for help on using queries.