similar to: Issue with Oplocks

Displaying 20 results from an estimated 500 matches similar to: "Issue with Oplocks"

2015 Feb 09
0
Error when removing kernel oplock
Hello all, We have an application running over samba share that creates a lot of 0-length files, and eventually throws an error because one of more of the files could not be created or does not appear to be created. At the same time in the samba log there are many messages like [2015/02/02 14:02:05.545710, 0, pid=32169, class=locking]
2015 Jul 09
2
Constant error messages about failure to remove oplock
Hi All, Need your help/inputs on what could be the probable cause/how to debug this further. We are using samba-4.0.25 & expose a share that has oplocks enabled & no kernel-oplocks set. We constantly see these messages in samba logs [2015/06/25 03:05:30.593150, 0, pid=1581, class=locking] ../source3/smbd/oplock_linux.c:184(linux_release_kernel_oplock) linux_release_kernel_oplock:
2015 Jul 09
0
Constant error messages about failure to remove oplock
Hi Volker, Yes this problem happens when we have "kernel oplocks = no". This happened constantly in one of production systems & so we disabled level2-oplock /set kernel-oplocks=yes (to avoid this issue). So unfortunately don’t have an environment where it reproduces now & cannot capture strace. I modified smbtorture/smb2 to do a test exactly like the tcpdump trace, but the
2015 Jul 09
1
Constant error messages about failure to remove oplock
On Thu, Jul 09, 2015 at 10:39:58AM +0530, Shyam Kaushik wrote: > Hi All, > > Need your help/inputs on what could be the probable cause/how to debug > this further. > > We are using samba-4.0.25 & expose a share that has oplocks enabled & no > kernel-oplocks set. We constantly see these messages in samba logs > > [2015/06/25 03:05:30.593150, 0, pid=1581,
2015 Jul 10
0
Constant error messages about failure to remove oplock
Hi Volker, Thanks for your reply. When the problem was happening(before we turned off level2-oplocks), we had captured one run with smbd debug all:10 (unfortunately we didn’t setup for other modules like vfs etc). Can you please see if this below trace helps? Thanks. [2015/06/25 03:05:30.408432, 3, pid=1581, effective(2030299, 2000514), real(2030299, 0)]
2006 Jan 09
1
Question about image storage and relative paths
I''m writing a website with a feature that hosts images that people upload. Right now, relative paths works within on my Windows box. So specifically, I''m able to call File.open on "public/images/somefile.jpg" and Rails/WEBrick understands that the path is relative to the home directory of the project. This means that "public/images/somefile.jpg" ends up
2002 Mar 14
0
Re: Oplocks problems with samba.
Wolfgang, (cc Linux XFS list) (cc Samba list) Quoting wolfgang.glas@ev-i.at: > I just found you message in the samba mailing list archives and foiund > out, that we have a very similar problem. We are using samba-2.2.1a on a > kerenl-2.4.16 and we use reiserfs. > We also experience data corruption with messages like: > > [2002/03/14 15:15:26, 0] >
2013 Feb 01
0
winbind not returning uid/gid
Really sorry to re-post but it looks like my thread has been buried and had no responses. I am using samba3.6 winbind to connect a RHEL5.8 linux box to a new Windows Server 2012 Active Directory which has Unix Identity Mapping installed. So I have all the uidNumber/gidNumber stuff in the windows schema. I am able to log in but I am not getting the right uid/gid. My AD uids start at around 800.
2013 Jan 30
1
uid/gid not being used when logging into RHEL -> Windows Server 2012 Active Directory
I am using samba/winbind to connect a RHEL5.8 linux box to a new Windows Server box which has Unix Identity Mapping installed. So I have all the uidNumber/gidNumber stuff in the windows schema. I am able to login but I am not getting the right uid/gid. My AD uids start at around 800. FYI I am new to winbind. Apparently the ID mapping has changed again in samba 3.6 but I'm not really
2013 Jan 16
1
Samba AD Auth Stops After Patches
Hello, I have an issue that I can't sort out. Issue: Just applied the latest round of patches that brought me up to this Samba version and suddenly end-users are being prompted for authentication when attempting to access shares on this CentOS box from their Windows Vista, 7x86, and 7x64 workstations. Problem: I am new to Samba and seem to not be connecting the dots Layer 1: I can ping
2015 Jul 20
3
[LLVMdev] [RFC] Developer Policy for LLVM C API
> On Jul 18, 2015, at 11:27 AM, Hal Finkel <hfinkel at anl.gov> wrote: > > 2. We don't have a good set of tests for it, nor do we have a good set of tutorials/documentation for it. Our tutorials, specifically, are in C++, not in C. We could break the C API and we'd likely remain unaware for quite awhile. I think this is the most important point, that we lack testing for it.
2008 May 20
1
The specified network name is no longer available 3.0.25 RHEL4
I have a reproducible intermittent error large site - "The specified network name is no longer available". This happens when copying large files. Below is part of log level 10 output & strace. Sorry for the long posting. I will probably need to put the loglevel 10 attached to a bugzilla - but thought I would try the lists initially. RHEL4 samba-3.0.25b-1.el4_6.4
2013 Jan 25
1
upgrade samba
Hello to all, is the first time I write to this mailing list, I wanted to ask you a hand about an upgrade of samba I did on a centos 5.5 i386 with kernel 2.6.18-308.24.1.el5, which I updated with yum samba3x-3.3. 8-0.52.el5_5.2 bringing it to samba3x-3.6.6-0.129.el5. Now I can not put the computer to the domain, the error is that I find myself Jan 24 17:53:03 VmPDC smbd[15115]: [2013/01/24
2007 Jul 24
2
Dealing with nested/namespaced classes w/ describe
Hi all, Just wondering about this: I''ve been dealing with classes/modules nested in several layers of namespaces. Here would be an example of a describe block: describe ClassOne::ClassTwo::ClassThree, "description here" do ... end What would be the easiest way to write something a little more terse, like: describe ClassThree, "description here" do ... end
2015 Jul 20
5
[LLVMdev] [RFC] Developer Policy for LLVM C API
> On Jul 20, 2015, at 12:36 PM, Sean Silva <chisophugis at gmail.com> wrote: > > > > On Mon, Jul 20, 2015 at 9:40 AM, Pete Cooper <peter_cooper at apple.com <mailto:peter_cooper at apple.com>> wrote: > >> On Jul 18, 2015, at 11:27 AM, Hal Finkel <hfinkel at anl.gov <mailto:hfinkel at anl.gov>> wrote: >> >> 2. We don't have
2009 Apr 13
2
Question on zero-inflated Poisson count data with repeated measures design - glmm.ADMB
Dear R community, I have some questions regarding the analysis of a zero-inflated count dataset and repeated measures design. The dataset is arranged as follows : Unit of analysis: point - these are points were bird were counted during a certain amount of time. In total we have about 175 points. Each point is located within a certain habitat fragment (here: "site"= A-B-C-D-..., in
2012 Apr 10
0
CESA-2012:0466 Critical CentOS 5 samba3x Update
CentOS Errata and Security Advisory 2012:0466 Critical Upstream details at : https://rhn.redhat.com/errata/RHSA-2012-0466.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: bd761bf38e7466f89f612824f8ac73fe2558ca218a1fca167285f525c2fd58da samba3x-3.5.10-0.108.el5_8.i386.rpm
2012 Apr 30
0
CESA-2012:0533 Important CentOS 5 samba3x Update
CentOS Errata and Security Advisory 2012:0533 Important Upstream details at : https://rhn.redhat.com/errata/RHSA-2012-0533.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 471f54ba5397283d3f5251590236e720589c28103b36630455e431e461d17961 samba3x-3.5.10-0.109.el5_8.i386.rpm
2012 Jul 31
0
CEBA-2012:1126 CentOS 5 samba3x Update
CentOS Errata and Bugfix Advisory 2012:1126 Upstream details at : https://rhn.redhat.com/errata/RHBA-2012-1126.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 9a6fa2d1334aa8bafc93794a16be2c8c9b834e1aa6ebc3c44f4b5aa5c12ad5f6 samba3x-3.5.10-0.110.el5_8.i386.rpm
2013 Dec 10
0
CESA-2013:1806 Important CentOS 5 samba3x Update
CentOS Errata and Security Advisory 2013:1806 Important Upstream details at : https://rhn.redhat.com/errata/RHSA-2013-1806.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: fee1979d1be762036817000e5fd22ad897c4e561c5151c292faeb86d8889647d samba3x-3.6.6-0.138.el5_10.i386.rpm