Based on what Rob said (and what I'm reading about oplocks in the Using Samba guide), I decided to put the oplocks = no into each individual share. I won't know until Monday until the test group tries some test runs if it makes any difference or not. I was assuming if in global it would be applied to all shares, but perhaps that's not the case. So we'll see.
Kathy > [r...@flint samba]# testparm > Load smb config files from /etc/samba/smb.conf > Processing section "[homes]" > Processing section "[vobstore]" > Processing section "[scriptlogs]" > Processing section "[vws]" > Processing section "[views]" > Loaded services file OK. > WARNING: You have some share names that are longer than 12 characters. > These may not be accessible to some older clients. > (Eg. Windows9x, WindowsMe, and smbclient prior to Samba 3.0.) > Server role: ROLE_DOMAIN_MEMBER > Press enter to see a dump of your service definitions > > [global] > workgroup = <company> > realm = <company>.COM > server string = Flint Samba Server > security = DOMAIN > password server = <domain server name> > username map = /etc/samba/username.map > log level = 2 > log file = /var/log/samba/log.%m > max log size = 0 > deadtime = 15 > dns proxy = No > kernel oplocks = No > lock directory = /var/log/samba/locks > host msdfs = No > invalid users = @root, @wheel, @bin, @sys, @admin > create mask = 0775 > directory mask = 0775 > case sensitive = No > map archive = No > oplocks = No > level2 oplocks = No > dont descend = /proc,/dev > fake directory create times = Yes > > [homes] > comment = Home Directories > read only = No > create mask = 0755 > browseable = No > > [vobstore] > comment = vobstore > path = /vobs > write list = @cozcmusr > read only = No > > [scriptlogs] > comment = Flint /scriptlogs > path = /vandv/scriptlogs > write list = @cozcmusr > read only = No > > [vws] > comment = Flint /vws > path = /vandv/vws > write list = @cozcmusr > read only = No > > [views] > comment = Flint views > path = /view > read list = @cozcmusr, aramac > write list = @cozcmusr > read only = No > -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
