similar to: strange problem with kernel oplocks

Displaying 20 results from an estimated 100 matches similar to: "strange problem with kernel oplocks"

2010 Mar 05
2
Windows 7 + Samba 3.4.5 locking problem
Hello, after having no problem with four Windows 2000 workstations and one Samba 2.something server for several years in a medical practice the practice software (DocComfort) dropped support for Windows 2000 beginning of this year. So I bought new hardware for the workstations and servers and installed from scratch. Now there are four Windows 7 Professional 32bit Workstations (with UAC disabled)
2007 Oct 05
1
Very slow file copy performance over a WAN (HELP)
Hi, I've noticed that over a WAN (T1) I'm getting incredibly slow file copy performance. Using smbclient on a linux machine on one size of the WAN, As you can imagine, this makes all of our file shares unusable over the WAN. It's not an issue with WAN performance, because using scp to transfer the same file, I get speeds of ~145k/s. A tcpdump of the file copy of ~2MB file that actually
2011 Feb 08
8
CentOs 5.5 Glusterfs 3.1.0 Samba 3.5 MSOffice Files
Dear all, I have set up a two node workin gluster with glusterfs3.1 and Samba-Sernet 3.5. Everything is working great except MSOffice files (Word/Excell). On the gluster-vol they have the strange behavior That they rest read only, write protected. Every other type of files can be manged without problem, openoffice files too. So when I save a word file on the vol and try to change it it is write
2004 Aug 30
3
cannot access files after update samba 3.0.5 -> 3.0.6 (Redhat 6.2)
Redhat 6.2 kernel 2.2.14-12 Samba 3.0.6 compiled with ./configure --prefix=/usr/local/samba --localstatedir=/var/log/samba --with-lockdir=/var/lock/samba --with-privatedir=/etc/rc-abas.d --with-configdir=/etc/rc-abas.d --enable-debug I can list directories and write files on a samba share but cannot read files. This happens with Windows XP client or smbclient. After downgrading to 3.0.5 samba
2017 Jun 25
2
Samba freezes
Hello, I have Samba 4.5.8-Debian running on Debian Stretch. I use Samba to load games over my local network from my Debian machine to my Playstation 2 (using OpenPS2Loader: https://github.com/Jay-Jay-OPL/OPL-Daily-Builds). >From time to time, the game freezes, then after 5 minutes it comes back (sometimes it doesn't, depends on the game). Here is what I believe to be a relevant chunk of
2007 Aug 06
2
Request for explanation on NFS re-export issue
I have a situation involving Samba that I _believe_ may be the fault of a buggy or old NFS daemon, but am not sure. I'm hoping someone can explain to me what is going on here (I have found a workaround). I have a Samba server on Fedora 7 (3.0.25b + whatever patches Fedora includes). This server exports a share called software which points to a local directory on that server /software.
2004 Apr 20
0
samba locking problem
Hi, we have a strange samba locking problem with version 3.0. Sometimes user only get a read only access to files. This happens with different users on different clients. Unix permissions are OK. I have realy no idea. Can you help ? Thanx Peter Huber -------------- next part -------------- [2004/03/02 15:03:56, 5] smbd/uid.c:change_to_root_user(217) change_to_root_user: now uid=(0,0)
2018 Oct 24
0
smb connection closed
On Tue, Oct 23, 2018 at 05:04:22PM +0200, Sascha Wiechmann via samba wrote: > Hi everybody, > > May someone help me out on a short question, please? We own an ERP based on > MSAccess, backend is on a samba share, openSuSe 42.3. The ERP is very > sensitive on disconnection from those - also if it is just a reload of > config. > We did not changed anything within the last week,
2018 Oct 23
2
smb connection closed
Hi everybody, May someone help me out on a short question, please? We own an ERP based on MSAccess, backend is on a samba share, openSuSe 42.3. The ERP is very sensitive on disconnection from those - also if it is just a reload of config. We did not changed anything within the last week, but on thusday/friday my collegues started to comlain about "database or network error" message
2012 Sep 24
1
Slow on one client Win7 program
Got one program that is running very, very slow on version 3.6.8. Using SMB2, logging level 3 I saw a lot of these: [2012/09/24 23:44:43.824970, 3] smbd/smb2_read.c:356(smb2_read_complete) smbd_smb2_read: fnum=[8523/filename] length=2 offset=1656 read=2 [2012/09/24 23:44:43.825499, 3] lib/util.c:1498(fcntl_getlock) fcntl_getlock: fd 34 is returned info 2 pid 0 Seems the files are read in
2007 Feb 04
3
Refused oplock on NFS mounted file system
Hi all, I have been a loyal user of SAMBA since about 1996(?), and I recently upgraded a RH linux based system from by skipping a few generations and going directly from rh9 to FC5. Mostly everything is working, but there is an issue I haven't worked out yet with SAMBA. The main server here in our group has several shares, including some that are mounted from other servers via nfs,
2015 Dec 19
0
Sysvol: users - access denied
Hello, I have a question regarding to access permissions. Recently I have upgraded my DC from version 41.12 to 4.1.21. This weekend I have decided to upgrade to 4.3.3. I have noticed that my users weren't able to access the sysvol share after the upgraded to 4.3.3. As a test I have created a new user "test" and I was able to open the sysvol share without any issues. Next I have
2010 Aug 27
6
Samba and file locking
Are their issues with Samba and Lustre working together? I remember something about turning oplocks off in samba, and while testing samba I noticed this [2010/08/27 17:30:59, 3] lib/util.c:fcntl_getlock(2064) fcntl_getlock: lock request failed at offset 75694080 count 65536 type 1 (Function not implemented) But I also found out about the flock option for lustre. Should I set flock on all
2004 Feb 12
3
More Info: Mac permission problems after Debian update
There seems to be a few people having this problem, but not much response. I've dug into the logs, and while I don't know exactly what I am looking at, I think I may have found something that may make sense to someone. A short recap. Samba was working fine, until I did a Debian security update, which upgraded my Samba to 2.2.8a. Now, I can create files on a mounted Samba share in a
2006 Sep 26
2
Vectorise a for loop?
Hi R guru coders I wrote a bit of code to add a new column onto a "topTable" dataframe. That is a list of genes processed using the limma package. I used a for loop but I kept feeling there was a better way using a more vector oriented approach. I looked at several commands such as "apply", "by" etc but could not find a good way to do it. I have this feeling there
2010 Aug 22
4
Problems related to error status_file_locking_conflict
I am running two Fedora 13 servers, one as a Samba PDC and the other as a BDC. For the past week I have been tracing a series of issues which may or may not be related to Samba 3.5.4. Here is one problem that I am tracking and need help from the list with suggestions. >From a wireshark trace between my Samba server and an XP client I am seeing the following error status returned for up to a
2004 Jul 19
2
locks cooperating with a server side process
Good day folks, I'm using Samba 2.2.8a [1] on Slackware 9.1 with 2000/XP clients. I'm attempting to have a process by which a user drags a file using Windows Explorer into a share. On the server side, I have a unix process that polls the directory for new files and then reads them and deletes them. I'm having a problem where I can gain the lock but the process is still writing to
2010 Sep 09
4
Axis break with gap.plot()
Hi everyone. I'm trying to break the y axis on a plot. For instance, I have 2 series (points and a loess). Since the loess is a "continuous" set of points, it passes in the break section. However, with gap.plot I cant plot the loess because of this (I got the message "some values of y will not be displayed"). Here's my code: library(plotrix); #generate some data x
2011 Aug 13
0
Casualty Actuarial Society request for proposals for R Workshop
I'm a property-casualty actuary, use R in at my job, and lurk on the list. In conjunction with one of its meetings, the Casualty Actuarial Society (I'm a member) is looking for proposals from people to teach a workshop in R and I thought members of the list might be interested. I've pasted the information below. My apologies if this posting violates list rules. Thanks. Kevin
2012 Nov 05
7
VFS ACL with SMB2
Hello, I have a question because POSIX ACL with SMB2 max protocol does not work properly.Did you test VFS xattr acls with SMB2 max protocol? Is it working corectly? Best regards/Adrian Berlin --