similar to: Re: Oplocks problems with samba.

Displaying 18 results from an estimated 18 matches similar to: "Re: Oplocks problems with samba."

2000 Feb 21
0
IRIX 6.5 with samba-2.0.6 and gcc.
I just report a problem that seems to be know since quite a long tiem, but is neither reflected in the FAQ nor in the README's of the samba distribution. The problem is that using gcc under IRIX to compile samba gives a mismatch in calling semctl, because the structure passing conventions of gcc are not same as the IRIX cc conventions. (As far as I know semctl is the only function taht is
2002 Sep 03
2
Suddenly can't print: "rec_read bad magic..."
Suddenly, today, my wife's Windows 95 machine can't print to the network printer on my Linux machine. It complains that "there was an error printing to \\posh\lp ... There was a problem printing to the port." The error 1st occurred (coincidentally?) after I had upgraded the kernel from 2.4.18 to 2.4.19. But rebooting to 2.4.18 has made no difference. We're running smbd
2003 Dec 01
0
No subject
too. However, when I mount the share via smbfs (on a Linux box, of course), the same file is 2.0T as reported by du (ie: du -csh), 18446744072754680087 bytes as reported by ls, but is only 3340095767 bytes as reported by stat. Further comparison of stat results of the same file via smbfs and directly are intriguing. directly (ie: on the server): Size: 3340095767 Blocks: 6523640 IO Block: 4096
2002 Feb 22
0
rec_free_read bad magic and tdb corruption with Samba 2.2.3
Hi everyone, Our system is a Debian GNU/Linux box running Linux kernel 2.4.17-xfs and Samba 2.2.3 (from the 2.2.3-5 package from Sid), built using gcc-3.0.3. With Samba 2.2.2 we hit certain tdb errors where make_connection would reject connections arbitrarily. Supposedly this was fixed using 2.2.3 so we upgraded right away (thankfully we do only have Windows 95, 98 and ME clients so we
2002 Mar 04
0
Re: samba oplocks problem
Olaf, (cc XFS and Samba lists) On Mon, 4 Mar 2002 at 15:50, Olaf Fr?czyk wrote: > I have similar problems, (with doc and xls) but I don't have file > corruption (I hope :) We hope. I've turned off oplocks with my Samba completely just to be sure. Things haven't slowed down that drastically, but perhaps it's because the load isn't as high as with some other much larger
2002 Mar 01
4
oplock_break and Excel data corruption with Samba 2.2.3a
Hi everyone, Just today one of our users informed me that a file she was working on in Microsoft Excel 97 got corrupted. She was working on the file directly on our server, which is running Samba 2.2.3a compiled using gcc-3.0.4 on Linux kernel 2.4.17-xfs and XFS-based filesystems. I checked the Samba logs for her machine and found the following in a search for the filename of the Excel file she
2004 Jun 17
2
nlme graphics in a loop problem
Hi, I'm fitting mixed effects models using the lme function of the nlme package. This involves using the various associated plot functions. However, when I attempt to fit a number of models using an loop, whilst the models work, the plot functions fail. As a trivial example, the following works: library(nlme) graphics.off() x<-c(1:10) y<-c(1:4,7:12)
2003 Feb 04
3
password expire time
In Samba 2.2.7a, 'password expire time' appears to be being ignored. When I run 'smbstatus' it says: Unknown parameter encountered: "password expire time" Ignoring unknown parameter "password expire time" What should I be using to force a password change every n days? Regards, -- Adam Smith Information Technology Officer SAGE Automation Ltd.
2011 Jun 29
0
XML parsing
Hi, i want to parse a XML-File. I made some Tutorial but with my special Format it don't work. An Example of my format: <?xml version="1.0" encoding="ISO-8859-1"?> <mzML xmlns="http://psi.hupo.org/ms/mzml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://psi.hupo.org/ms/mzml
2003 Dec 01
0
No subject
is turned on. Can anybody kind to confirm with me? Our network is using a mix of Win2k server, Win2k Pro, Win98, Win95 and WinMe machines, where the Win2k server is the domain controller and terminal service applications server and the Samba is a member fileserver of the domain. All workstations logon and mount the samba file services. We'd like to check if the problem could be solved by
2006 Aug 09
3
categorical data
Dear List, I neeed a grouped list with two sort of categorical data. I have a data .frame like this. year cat. b c 1 2006 a1 125 212 2 2006 a2 256 212 3 2005 a1 14 12 4 2004 a3 565 123 5 2004 a2 156 789 6 2005 a1 1 456 7 2003 a2 786 123 8 2003 a1 421 569 9 2002 a2 425 245 I need a list with the sum of b and c for every year and every cat (a1, a2 or a3) in this year. I had used the tapply
2004 Feb 27
1
question about setdiff()
Thank you for your answers, I have another question: the behaviour of setdiff(indicesFalse, indicesNA) does not seem predictable to me. > indices [1] 1 2 3 4 5 6 > compareVector [1] NA TRUE TRUE TRUE FALSE NA > indicesNA = indices[is.na(compareVector)] > indicesNA [1] 1 6 > indicesFalse = indices[compareVector == FALSE] > indicesFalse [1] NA 5 NA >
2006 Sep 05
15
ferret finds ''tests'' but not ''test''
Hello all, Quick question (possibly!) - I''ve got a few records indexed and doing a search for ''test'' reports in no hits even though I know the word ''tests'' exists in the indexed field. Doing a search for ''tests'' produces a result. I would have thought that ''test'' would match ''tests'' but no such
2003 Dec 01
0
No subject
why the install is failing. Do in need to rpm -e on all the 2.07 packages??? Return-Path: <nikolaus@erlm.siemens.de> Delivered-To: samba@lists.samba.org Received: from atlantis.erlm.siemens.de (atlantis.erlm.siemens.de [212.114.202.14]) by lists.samba.org (Postfix) with ESMTP id B884C4278 for <samba@lists.samba.org>; Sun, 27 May 2001 22:05:52 -0700 (PDT) Received: from
2006 Jan 03
22
Large-scale application
Hi fellow railers! We are discussing the possibility of writing a very large application in Rails. By "very large" I mean a framework that would contain a few hundred smaller applications that would need to talk to one big database and have to share some common session data I''d like to get some feedback on some possible ways of doing the following: The application would
2011 Jun 30
0
help with interpreting what nnet() output gives:
Greetings list, I am new to programming in R, and am using nnet() function for a project on neural networking. Firstly I wish to ask if there is any pdf explaining the algorithm nnet uses, which could tell me what the objects of the nnet class, like 'conn', 'nconn, 'nsunits', n and 'nunits' mean, and how weights are calculated. The package pdf has little or no
2004 Dec 08
1
Re: [Xapian-commits] Changes in www.xapian.org/ www.xapian.org/.scripts/
Hi Olly, Perhaps you could announce such updates a bit more out in the open. For instance send a message to the discuss-list and/or put piece of information about the last version on the index of xapian.org. Best regards, Arjen On 8-12-2004 18:43, Olly Betts wrote: > CVS Root: /usr/data/cvs > Module: www.xapian.org > Changes by: olly > Date: Wed Dec 08
2001 Dec 04
1
Filesize problem with smbfs
Hi everyone, (cc Philippine Linux Users' Group) First off I'm not a member of the mailing list so it would be really great if I could be cc'd all replies. TIA. :) I am experiencing a problem with Samba/Linux to Samba/Linux smbfs mounts. I am using Samba 2.2.2 on both client and server. The server's filesystem is XFS, kernel is 2.4.16-xfs. I have a 3.2GB (3340095767 bytes as