mrosamba@eastgranby.k12.ct.us
2006-Apr-24 21:47 UTC
[Samba] smbd/oplock.c:oplock_timeout_handler(375) after samba upgrade
I recently upgraded from samba 3.0.10-1.fc3 to 3.0.21b-2 running on FC5. Today was the first day of a typing class which uses the network version of Mavis Beacon Typing which depends on file sharing. The users are hanging and then getting an error message during logging into the product. In /var/log/message, I can see the following message for each user similar to: [2006/04/24 09:45:24.177906, 0] smbd/oplock.c:oplock_timeout_handler(375) Oplock break failed for file mavis/Mavis15EEVNet/Mav15UserData/Ali Johnson.rec -- replying anyway Each user has a different filename for the above message. Below is the smb.conf share. Note the force user. [MAVISTYPE] comment = Mavis Beacon Typing available = yes path = "/home/mavistype" public = no guest only = no writable = yes browseable = yes only user = no force user = mavistype As a workaround, I have added the following to the share and will know tomorrow (Tuesday) whether it worked. csc policy = disable oplocks = no level2 oplocks = no I don't know why this oplock break is occuring because to the best of my knowledge, each user is using a separate file. I really need some help here. In searching the log, I also noticed the following has occured multiple times since the upgrade /var/log/messages and in several /var/log/samba/log. files. Apr 24 07:28:40 hssrv01 smbd[11138]: [2006/04/24 07:28:40.384041, 0] smbd/oplock.c:oplock_timeout_handler(375) Apr 24 07:28:40 hssrv01 smbd[11138]: Oplock break failed for file logon.bat -- replying anyway The netlogon share is below. Note that it omits share modes = no [netlogon] path = /home/netlogon writeable = no guest only = no Could either of these possibly be related to the "reset on zero vc" parameter? When did this parameter go into samba? Mark Orenstein East Granby (CT, USA) School System
Jeremy Allison
2006-Apr-25 11:23 UTC
[Samba] smbd/oplock.c:oplock_timeout_handler(375) after samba upgrade
On Mon, Apr 24, 2006 at 05:14:14PM -0400, mrosamba@eastgranby.k12.ct.us wrote:> I recently upgraded from samba 3.0.10-1.fc3 to 3.0.21b-2 running on FC5. > Today was the first day of a typing class which uses the network version > of Mavis Beacon Typing which depends on file sharing. > > The users are hanging and then getting an error message during logging > into the product. In /var/log/message, I can see the following message > for each user similar to: > > > [2006/04/24 09:45:24.177906, 0] smbd/oplock.c:oplock_timeout_handler(375) > Oplock break failed for file mavis/Mavis15EEVNet/Mav15UserData/Ali > Johnson.rec -- replying anyway > > Each user has a different filename for the above message. > > Below is the smb.conf share. Note the force user.I would suggest upgrading to 3.0.22 as there were some fixes in this area. Jeremy.
Leonid Zeitlin
2006-Apr-25 17:15 UTC
[Samba] Re: smbd/oplock.c:oplock_timeout_handler(375) after sambaupgrade
Hi all, I have the same problem with Samba 3.0.22 on Fedora Core 5. In my case the users are getting timeouts when checking out files from a Visual Source Safe database located on a Samba share. The messages in /var/log/messages are the same: Apr 25 19:45:34 elephantb smbd[5155]: [2006/04/25 19:45:34, 0] smbd/oplock.c:oplock_timeout_handler(366) Apr 25 19:45:34 elephantb smbd[5155]: Oplock break failed for file B2/data/z/zpagaaaa -- replying anyway I have oplocks and kernel oplocks parameters turned on. Is there any way to help this problem? Thanks, Leonid "Jeremy Allison" <jra@samba.org> ???????/???????? ? ???????? ?????????: news:20060425112121.GA14986@linux.lan...> On Mon, Apr 24, 2006 at 05:14:14PM -0400, mrosamba@eastgranby.k12.ct.us > wrote: >> I recently upgraded from samba 3.0.10-1.fc3 to 3.0.21b-2 running on FC5. >> Today was the first day of a typing class which uses the network version >> of Mavis Beacon Typing which depends on file sharing. >> >> The users are hanging and then getting an error message during logging >> into the product. In /var/log/message, I can see the following message >> for each user similar to: >> >> >> [2006/04/24 09:45:24.177906, 0] smbd/oplock.c:oplock_timeout_handler(375) >> Oplock break failed for file mavis/Mavis15EEVNet/Mav15UserData/Ali >> Johnson.rec -- replying anyway >> >> Each user has a different filename for the above message. >> >> Below is the smb.conf share. Note the force user. > > I would suggest upgrading to 3.0.22 as there were some fixes > in this area. > > Jeremy. > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/listinfo/samba >
Jeremy Allison
2006-Apr-26 06:31 UTC
[Samba] Re: smbd/oplock.c:oplock_timeout_handler(375) after sambaupgrade
On Tue, Apr 25, 2006 at 08:08:20PM +0300, Leonid Zeitlin wrote:> Hi all, > I have the same problem with Samba 3.0.22 on Fedora Core 5. > In my case the users are getting timeouts when checking out files from > a Visual Source Safe database located on a Samba share. The messages in > /var/log/messages are the same: > > Apr 25 19:45:34 elephantb smbd[5155]: [2006/04/25 19:45:34, 0] > smbd/oplock.c:oplock_timeout_handler(366) > Apr 25 19:45:34 elephantb smbd[5155]: Oplock break failed for file > B2/data/z/zpagaaaa -- replying anyway > > I have oplocks and kernel oplocks parameters turned on. > > Is there any way to help this problem?Check into your network hardware/hubs/routers etc. This is a common symptom of a network problem. Jeremy.