similar to: --remove-source-files problem when used with --write-batch

Displaying 20 results from an estimated 2000 matches similar to: "--remove-source-files problem when used with --write-batch"

2005 Oct 11
3
Reading # in file with read.csv
I'm using read.csv to read in a csv file containing '#' characters. For example, say I'm reading the following file (test.csv): var1,var2,var3 a,b,c d,e#,f g,h,i It outputs: > read.csv("Raw Data\\test.csv") var1 var2 var3 1 a b c 2 d e 3 g h i Warning message: incomplete final line found by readTableHeader on 'Raw Data\test.csv'
2012 Feb 14
1
questions about password complexity checking.
Hi Samba folks, I had a couple questions about password complexity checking. To preface, in smb.conf, we set: check password script = /usr/local/sbin/crackcheck -d /usr/share/cracklib/pw_dict Also, if I understand correctly: /usr/local/sbin/crackcheck comes from samba source rpm package. maybe we need to compile it ourselves. /usr/share/cracklib/pw_dict* comes from cracklib-dicts rpm
2002 Apr 24
2
RSA_verify question on OpenSSH Client w/ OpenSSL0.9.6a
Using OpenSSH 2.3.1 client and OpenSSL 0.9.6a When trying to ssh to OpenSSH server of higher versions SSH-1.99-OpenSSH_2.5.2p2 or such, I see error in RSA key exchange: RSA_verify(..)routine. I see: error at:int RSA_verify(int dtype, unsigned char *m, unsigned int m_len, unsigned char *sigbuf, unsigned int siglen, RSA *rsa) { int i,ret=0,sigtype; unsigned char *p,*s;
2009 Dec 17
2
samba password complexity help?
Hi there, Here are the facts: - I have samba 3.4.2-0.42.fc11 running on a Fedora 11 system. - Samba is acting as a domain controller, no Windows server involved. - I am using tdbsam. - I need to enforce certain password requirements. The password requirements are: - min 8 characters - expiration 90 days - last 10 passwords may not be reused - not a dictionary word Per the Samba 3.2 FAQ, the
2009 Jan 14
2
Windows installer text bug (PR#13445)
Full_Name: Rob Cranfill Version: 2.8.1 OS: Windows XP SP2 Submission from: (NULL) (130.76.32.19) Using the Windows installer for 2.8.1, partway through the process there is a dialog that looks something like this: ---------------------------------------------- Display Mode Do you prefer the MDI or SDI interface? ------- Please specify MDI or SDI, then click Next. (*) MDI (one big
1999 Jun 22
3
ERROR! Out of file structures
Hi, Ive just installed Samba 2.0.4b. The server has minimal load, but when I copy files from a PC (NT4 Workstation) to the Samba server, partway though the transfer I get the following error message. "Cannot copy <filename>: Network Access is denied. Be sure you have the correct network permissions to perform this operation" In log.machine the following error's are
2007 Jun 29
1
[LLVMdev] Web Server back up
On Jun 29, 2007, at 3:57 PM, Chris Lattner wrote: > On Fri, 29 Jun 2007, John Criswell wrote: >> Chris Lattner wrote: >>> On Fri, 29 Jun 2007, John Criswell wrote: >>>> The LLVM web server is up and running, but we're still working >>>> on some >>>> subversion configuration issues. The server may go up and down >>>>
2010 Nov 18
2
Centos podcast on FLOSS weekly
If you've ever wondered what Karanbir Singh looks like, check out this week's (142) video podcast at http://twit.tv/floss. I'm only partway through the audio version (will finish on the drive home) and haven't heard anything that would be surprising to people already using Centos yet but it's a great presentation and something to recommend to people who aren't
2004 Jan 23
1
[jerry.seutter@pason.com: Is rsync supposed to resume?]
Retrying with the _correct_ address this time. *blush* ----- Forwarded message from Jerry Seutter <jerry.seutter@pason.com> ----- Date: Fri, 23 Jan 2004 10:01:47 -0700 From: Jerry Seutter <jerry.seutter@pason.com> To: rsync@list.samba.org Subject: Is rsync supposed to resume? User-Agent: Mutt/1.2.5.1i Hi, I recently got caught out by the behaviour in rsync and am not sure if it is
2008 Feb 03
2
Sends files when I don't think it should
Hi, I've got one thats really stumping me... rsync 2.6.9 from FreeBSD ports on both ends. /usr/local/tmp/rsync --dry-run -v -v -v -v -v -v -v -v -v -v -v -v --dry-run -vrlptHDgozxS --partial --force --delete --numeric-ids --exclude='A/*' --include='*/' /usr/local/etc/machines/ rsync@A:/usr/local/etc/machines/ It seems to be sending over files that I can't understand
2016 Mar 22
2
A query about clustering Idea
You mean, to take review on proposal I need to create an application? and if it is the case then please tell me how to create application? On Tue, Mar 22, 2016 at 6:24 PM, James Aylett <james-xapian at tartarus.org> wrote: > On Tue, Mar 22, 2016 at 12:49:58PM +0530, MURTUZA BOHRA wrote: > > > I have prepared a draft proposal for clustering problem. If you have > >
2015 Jul 10
2
[LLVMdev] Windows interface for clang
I've finally developed what I think is a general solution to the problem of building existing Windows programs with clang: https://github.com/russellw/wic Using this, I've managed to run attempted builds of Python, Ruby and Perl. Python 2.7 works - it generates a python.exe that at least passes a preliminary smoke test. Perl generates an executable that crashes partway through the
2010 Sep 27
1
Percentages and lattice
What I'm trying to do is to figure out how to create lattice charts of %right by region, or alternatively, by date from a dataset of observations that looks something like this: date,location,region,correct 2010-09-10,a,r1,yes 2010-09-10,a,r1,yes 2010-09-10,a,r1,no 2010-09-11,a,r1,yes 2010-09-01,b,r1,yes 2010-09-02,b,r1,no 2010-09-01,a,r2,yes 2010-09-02,a,r2,no 2010-09-02,a,r2,yes
2002 Jul 26
1
inflate returned -3
Good day, all, I'm trying to transfer a 174M file to a system with 1.2G free. Other files in the tree come over just fine, but this transfer dies partway through: rsync -avvz -e ssh --partial --progress server.with.the.file:/server/directory /local/directory opening connection using ssh server.with.the.file rsync --server --sender -vvlogDtprz --partial . /local/directory receiving file
2011 Apr 26
0
[LLVMdev] Symbol folding with MC
On Apr 26, 2011, at 1:27 PM, Borja Ferrer wrote: > Hello Jim thanks for the reply, > > For normal additions with immediates I've done the same as ARM does, basically transforming add(x, imm) nodes to sub(x, -imm) with a pattern in the .td file like this: > def : Pat<(add DLDREGS:$src1, imm:$src2), > (SUBIWRdK DLDREGS:$src1, (imm16_neg_XFORM imm:$src2))>;
2006 Jun 05
0
In-bound faxing working ~1/3 of time.
Hey, all. I've got inbound faxing going with SpanDSP's RxFax application. And, when it works, it works great. However, roughly 2/3 of the time, it fails partway through the fax, and the sending fax machine breaks contact. I'm running Asterisk 1.2.4, which works fine in al lother particulars. I'm not sure of the SpanDSP version, but it's a recent one. Oh, forgot to
2004 Sep 10
0
What's left for 1.0?
--- Matt Zimmerman <mdz@debian.org> wrote: > Date: Mon, 26 Mar 2001 19:07:19 -0500 > From: Matt Zimmerman <mdz@debian.org> > To: flac-dev@lists.sourceforge.net > Subject: Re: [Flac-dev] What's left for 1.0? > > On Thu, Mar 22, 2001 at 02:42:51PM -0800, Josh Coalson wrote: > > > > maybe tagging. i think that id3 tag isn't enough 'cause it >
2004 Sep 10
0
What's left for 1.0?
--- Matt Zimmerman <mdz@debian.org> wrote: > On Thu, Mar 22, 2001 at 02:42:51PM -0800, Josh Coalson wrote: > > > > maybe tagging. i think that id3 tag isn't enough 'cause it > supports only 30 > > > character strings and don't fulfil a requirement of > internationalization i > > > mentioned before. > > > > > The decoder
2005 Apr 14
1
weird problem with "access denied" on share
Hi folks, I am having a weird problem that I just recently noticed on this particular server runnng Samba 3.0.10 on Fedora Core 3 and am hoping someone could shed some light on this. We're using tdb for our backend database. The user "nsu" is a member of unix group admin. The unix group admin is mapped to "Domain Adminstrators". This works OK, in that when logging in
2011 Apr 27
1
[LLVMdev] Symbol folding with MC
Thanks Jim, I've implemented the negation part successfully :) maybe the second part could be a possible feature request so others could use it aswell? 2011/4/27 Jim Grosbach <grosbach at apple.com> > > On Apr 26, 2011, at 1:27 PM, Borja Ferrer wrote: > > > Hello Jim thanks for the reply, > > > > For normal additions with immediates I've done the same as