similar to: File deleted while locked

Displaying 20 results from an estimated 1000 matches similar to: "File deleted while locked"

2010 Nov 12
3
Replicate Excel's LOGEST worksheet function in R
Hi - I have a dataframe of (x,y) values. I'd like to fit an exponential curve to the data for further statistical analysis (pretty much the same functionality provided by Excel's LOGEST worksheet array function). Can someone point me to the (set of) functions/ package that is best suited to provide this functionality? Admittedly, I am a novice in the use of R statistical functions,
2014 Sep 15
7
[Bug 83897] New: GK106 (GeForce GTX 660): Frequent GPU lockups
https://bugs.freedesktop.org/show_bug.cgi?id=83897 Priority: medium Bug ID: 83897 Assignee: nouveau at lists.freedesktop.org Summary: GK106 (GeForce GTX 660): Frequent GPU lockups QA Contact: xorg-team at lists.x.org Severity: major Classification: Unclassified OS: Linux (All) Reporter: freedesk.apriori at
2005 Sep 11
4
Returned mail: see transcript for details (fwd)
Every post I do to this mailinglist is followed by a bounce message from "centos.5.warren at recursor.net". I have no clue why this is being send to me, afaics some IP address is being blacklisted but I am not related to it. Am I the only one who gets this and can we remove this person from the mailinglist ? Kind regards, -- dag wieers, dag at wieers.com, http://dag.wieers.com/
2007 Jun 07
2
Display Multiple page lattice plots
Gudday, I am generating a series of lattice contourplots that are conditioned on a variable (Year) that has 27 different levels. If I try and put them all on one plot, it ends up pretty messy and you can't really read anything, so instead I have set the layout to 3x3, thus generating three pages of nine plots each. The problem is that I can't display all these on screen at once, because
2014 Jun 09
6
[Bug 79820] New: Strange readout on fan1_input when pwm1_min < 33
https://bugs.freedesktop.org/show_bug.cgi?id=79820 Priority: medium Bug ID: 79820 Assignee: nouveau at lists.freedesktop.org Summary: Strange readout on fan1_input when pwm1_min < 33 QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: Linux (All) Reporter:
2005 Nov 05
3
Security=user half as fast as share. Why?
I'm running Suse 9.2 (kernel 2.6.8-24) with Samba 3.0.20b When I use security=user, my read/write performance is less than half the peformance with security=share. Why? There are no other changes, but performance is never better than half the speed. This happens with WinXP, Win2K and Win98 clients, so I don't think the client configuration is the problem. Network is gigabit, with
2013 Jan 12
5
Tag flac as flac 1.2.1_git
I seem to recall that changes in the second number indicated a minor change in the *format* of the file itself (for example, 1.1.x to 1.2.x introduced a new rice coding option used for 24-bit files). Are there any format changes that would justify that ? Otherwise, 1.2.2 would seem more appropriate, not to minimize the work that you are doing... Cheers, Pyt. http://www.mjuware.com On Sat, Jan
2014 Jun 13
2
vfs_recycle and permissions
Hi, at our site we are using Samba 4.1.8 as an AD controller and on another machine as member server and all is working fine so far. Now I want to provide recycle repositories for some shares on the member server, so I set vfs objects = acl_xattr recycle recycle:keeptree = yes in the corresponding share sections in smb.conf on the member server. The problem is that the subdirectories created in
2019 Apr 12
2
compile samba 4.10.2 centos 7.6
Hi, I managed to compile 4.10.0 under CentOS 7.6. I did the following: - update the yum package repository cache: sudo yum makecache - install yum-utils: sudo yum install yum-utils - add the IUS package repository: sudo yum install https://centos7.iuscommunity.org/ius-release.rpm - update the yum package repository cache again: sudo yum makecache - install Python 3.6 including PIP: sudo yum
2016 Jun 15
3
[Bug 11978] New: mkstemp failed: File name too long (36) when filename is under the limit
https://bugzilla.samba.org/show_bug.cgi?id=11978 Bug ID: 11978 Summary: mkstemp failed: File name too long (36) when filename is under the limit Product: rsync Version: 3.1.1 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: core
2009 Nov 25
3
Feature request for as.Date() function
Hello - I have a csv file with a few date columns. Some of the records have an "NA" character string instead of the date. When I attempt to use read.csv() and typecast the columns using colClasses, I receive the following error: Error in charToDate(x) : character string is not in a standard unambiguous format Similarly, the following command produces the same error:
2013 Jan 12
1
Tag flac as flac 1.2.1_git
The initial rule was, if I can recall correctly : - Changes in the first digit (e.g. 1.x.x to 2.x.x) indicate a break in backwards compatibility ; i.e. the formats are totally different. - Changes in the second digit indicate backward-compatible changes in the format (i.e. a 1.1.x-encoded file is only a particular case of a 1.2.x-encoded file) - Changes in the third digit reflect any other,
2013 Apr 25
1
nmbd broken in Centos 6.4
CentOS 6.4 appears to have been shipped with a broken Samba 3.6. The new NMBDSOCKETDIR option defaults to /var/nmbd, which of course is an invalid directory and should not be created[1]. While hopefully they can fix it with an option to their configure script at build time, could Samba itself provide better defaults so that new options like this don't take OS developers by surprise? Moray.
2005 Apr 27
4
Setting location for indexes
We have NFS-mounted user directories which cause significant problems with stale file handles: dovecot: IMAP(uid): fstat() failed with file /home/uid/mail/.imap/INBOX/dovecot.index.log: Stale NFS file handle (a) why can't it just close the file and re-open ? (b) is there a way to specify with the 'default_mail_env' (or in some other way) the location of **only** the indexes (and let
2014 Apr 18
2
log.samba failure messages
Hi, in our Samba 4.1.6 AD setup (a Controller and a Member Server), the only remaining error messages are similar to the following three in log.samba on the Controller: *** 1 *** [2014/04/17 15:28:54.647621, 0] ../source4/dns_server/dns_utils.c:282(dns_replace_records) Deleting record failed; 50 *** 2 *** [2014/04/18 09:10:12.046449, 0]
2009 Nov 15
2
Segmentation faults on SEXP conversion
Hello - I am making a first attempt at writing a simple C++ routine to print out R objects (this is a simple proof-of-concept as part of a larger package development). The relevant C++ routine is as follows: void Rwrite(SEXP fd, SEXP msg) { int *ofd = INTEGER(fd); const char * omsg = CHAR(asChar(msg)); printf("[%i] %s",*ofd,omsg); } And the corresponding interface in R is as
2008 Nov 19
4
Configuring Rsync to run without any user input or Cron job.
Hi ! I would like to know if it's possible for Rsync to automatically mirror a folder and it's content from one deamon to another. (or one client to a deamon) Basically I want users to drag and drop files in a folder and Rsync to mirror these files as soon as it sees them. A cron or schedule task is not a viable solution since we can receive files any time of night or day and we need to
2014 Mar 20
2
Running an NT4 PDC and an ADC side by side
Dear List, I'm planning to migrate an existing Samba 3.4.7 NT4-domain (our.site.com) to a Samba 4.1.6 AD-domain (ad.our.site.com) on another machine. Our site currently has about 30 clients and 50 user accounts. My plan is to setup the ADC on the other machine and to migrate the user accounts using the Samba4 classicupgrade tool. I would then newly setup groups, permissions, etc. on the new
2019 Feb 19
3
how to configure smb.conf after installing samba-dc.x86_64 0:4.8.3-4.el7 centos7
Hi, installed samba-dc.x86_64 on a new VM. There used to be a great web based tool to configure smb.conf or smb4.conf which used to be (in FreeBSD Systems) /usr/local/sbin/swat In a CentOS system, other than using plain vim how does one configure smb.conf? Thanks!
2006 Oct 31
3
rsync error: error starting client-server protocol
Hi folks, I have the following problem. I have installed 1.) a rsync daemon on a windows machine under cygwin 2.) installed a tunnel via ssh from the remote machine to my pc 3.) I could run rsync from the remote machine to make bakups On the remote machine and on my pc I have rsync version 2.6.6 protocol version 29. The network admins decided to make 2.) inpossible. So I build the ssh