similar to: rsync: getcwd(): bad address (14)

Displaying 20 results from an estimated 200 matches similar to: "rsync: getcwd(): bad address (14)"

2011 Feb 24
4
Running code sequentially from separate scripts (but not functions)
Hello! I am wondering if it's possible to run - in sequence - code that is stored in several R scripts. For example: Script in the file "code1.r" contains the code: a = 3; b = 5; c = a + b Script in the file "code2.r" contains the code: d = 10; e = d - c Script in the file "code3.r" contains the code: result=e/a I understand that I could write those 3 scripts
2005 Jun 06
1
I have just a question about Samba - client!
Hello, In first, i want to excuse my english language, i'm a french guy! I work in a big french company and we have just one problem. We have all of our servers with Windows 2k serveur for Operating Systems; but we have in our network some computeurs wich are configured with Unix Operating System. My asking is : Can we use SAMBA CLIENT for the Unix computers can communicate with the
2008 Jul 18
2
Yet another rsync incremental thread
Hello all, Since the rsync on Panther many things changed in my professional life. This project is abandoned although it should work. But this you already know. What's new? On my new job I have several servers to administrate. Servers that aren't backed up (sic). So, there's why I'm back to rsync. The backup plan I would like: 1) Client side: PCs running rsync (or
2004 Aug 12
1
RV: cwrsync and CPU usage
Yes I?m using cwrync 1.2.4 that it contains the 2.6.2 rsync version command. A problem I have to use cygwin is that I have implemented the cwrsync command in a script .js (jscript) then... Should I make a new script bash file for linux? or is it possible call cygwin?s rsync from a DOS shell line command? Thank you very much :) Jos? Luis -----Mensaje original----- De: Craig Barratt
2007 Feb 22
2
[LLVMdev] opt -verify
I am writing an interprocedural compiler pass. Because the passneeds information from a FunctionPass, e.g., the post-dominance frontier (PDF), and because a ModulePass is not permitted to require a FunctionPass, I am forced to make my pass a FunctionPass and do majority of its work in the doFinalization() method. When I run "opt -mypass -verify -o code2.bc code1.bc" I get no
2011 Apr 25
1
Help with objects
Hi all, I would appreciate some help in understanding how to find out about objects. For example, to the extent that I understand R it seems to treat everything as an object even without declaring them as objects. Everything has attributes, for example, which are like instance variables in objects. In addition, there are S3 and S3 category objects. Is there a good introductory description of how
2007 Feb 22
3
[LLVMdev] opt -verify
I followed what you said and called verifyModule() with the AbortProcessAction option. verifyModule() returns false, but does not abort and does not print out any information about what caused the verification to fail. Chris Lattner wrote: > On Wed, 21 Feb 2007, Ryan M. Lefever wrote: >> I am writing an interprocedural compiler pass. Because the passneeds >> information from a
2007 Feb 22
0
[LLVMdev] opt -verify
On Wed, 21 Feb 2007, Ryan M. Lefever wrote: > I am writing an interprocedural compiler pass. Because the passneeds > information from a FunctionPass, e.g., the post-dominance frontier > (PDF), and because a ModulePass is not permitted to require a > FunctionPass, I am forced to make my pass a FunctionPass and do majority > of its work in the doFinalization() method. ok > When
2007 Feb 22
0
[LLVMdev] opt -verify
I also tried iterating through the functions of the module and calling verifyFunction(), which also returns false, but does not cause an abort or report anything to stderr about what caused the verification to fail. From the doxygen for verifyFunction() and verifyModule(), it seems like they both should print information to stderr if the verification fails and should abort opt if
2008 Oct 24
7
combining data from different datasets
Hi, I have two tables: > iso continent code code3 codenum country 1 EU AD AND 20 Andorra, Principality of 2 AS AE ARE 784 United Arab Emirates 3 AS AF AFG 4 Afghanistan, Islamic Republic of 4 NA AG ATG 28 Antigua and Barbuda 5 NA AI AIA 660
2004 May 10
4
cwRync and Windows permissions
Hi all, I'm rsyncing a windows 2003 client to a windows 2003 server using the cwrsync installation package. The trouble is that the permission rights set by rsync on the destination server are very restrictive and don't allow another application to access the files. I'd like to change that. However, the GID and UID parameters in the rsyncd.conf file don't seem to manage that.
2007 Feb 22
1
[LLVMdev] opt -verify
I think I misread the doxygen. verifyFunction & verifyModule return false if no errors are detected. However, my question now becomes why does the code produced by my transform pass verification, but it causes an assertion failure in the byte reader when it (the code produced by my transform) is passed to another invocation of opt? Ryan M. Lefever wrote: > I also tried iterating
2009 Mar 26
0
rsync error on Win Server 2008
Hi I'm using rsync (ver 3.0.5) to sync a local folder with a folder on a server using SSH and encrypted key files. It works fine on Windows 2000/XP/2003/Vista but not Windows 2008 Server. I get an error like the following: "ssh XXXX_cygtls::handle_exceptions Error while dumping state (probably corrupted stack) rsync connection unexpectedly closed. error in rsync protocol data stream
2004 Oct 04
1
do rsync mark files?
Hello, I?m using cwrysn and rsync to backup a mixed network with linux, unix and nt servers. 12 days ago I had a problem with my other backup system "Bakup Exec" of Veritas company based of tape devices because the incremental copies was anormaly longer that before. The parameters I use with cwrync are. -av --stats --backup --force --ignore-errors --temp-dir=/cygdrive/c/temp
2005 Apr 12
0
Rsync and foreign letters in filenames.
I'm running cwrync : rsync version 2.6.4 protocol version 29 on a Windows 2000 sp4 PC and I'm trying to rsync my favourites from my home PC to this Win2K machine. I run a batch file on this win2K machine. 99.99% of these .url files are transfered correctly. But the odd one doesn't get transfered. Ok, here is an example. I've a URL in d:\favorites\Triops called "(SZARE)
2004 Aug 12
2
cwrsync and CPU usage
Hello. I have a "problem" witch cwsrync and a questions. Does cwrsync process (rsync.exe) use 100% (more or less) CPU in Windows 2000 server witch a high level of kernel usage ? I have syncronized 11 servers (unix and windos) witch all their unit?s files, that proccess during approach 17 hours (the proccess is make every day). Is this time normal?. (A client makes all the request and
2001 Apr 02
0
Constructing a contingency table
Greetings. I'm having some trouble constructing a contingency table from raw data (actually read in via RPgSQL). Here's the deal: - What I've got: a data frame in the form: Groupcode code1 code2 code3 code4 code5 .. coden where groupcode is one of {P,C,B,S,U,X} and code{1..n} is TRUE or FALSE. code{1..n} are NOT mutually exclusive, so between 0 and n of them can be TRUE. -
2011 Jul 24
0
2 x 3 table
I am trying to find the likelihood ratio for a 2 x3 table (actually SNP data). I do not want the log likelihood. Is this the correct R code for the following table? Row totals are fixed at 100 each (case control situation). aa Aa AA Total 10 20 70 100 20 40 50 100 30 60 120 So the row totals are fixed. Is this the correct code3? Likelihood.ratio =
2011 Nov 26
0
rsync Digest, Vol 107, Issue 24
Hi, Some explanations regarding cwRsync: cwRync installers (both client and server) are now available as a paid download bundle. Installer sources, however, are still available as free upon contact. Please keep in mind that installer sources are not enough to build cwRsync installers: You need to build up a complete Cygwin environment, compile/copy binaries in the package. It may be time
2007 Jan 27
0
[PATCH] dash: Fix "pwd -P" breakage due to getcwd(0, 0) usage
The getpwd() function in dash assumed than getcwd(0, 0) will allocate the buffer dynamically using malloc(); however, this glibc extension is not implemented by klibc. Make getpwd() use a temporary buffer and invoke savestr() itself instead of relying on a nonstandard extension. Signed-off-by: Sergey Vlasov <vsu at altlinux.ru> --- Alternatively, you may pull from the following git repo