similar to: Graphical rsync!

Displaying 20 results from an estimated 600 matches similar to: "Graphical rsync!"

2002 Mar 14
1
[rsync-announce] Graphical rsync!
David Starks-Browning [starksb@ebi.ac.uk] writes: > Are you also distributing the source to cygwin1.dll? It is illegal > not to. Well, if it's an unmodified version, I expect a simple pointer to the Cygwin site and/or CVS tree would be sufficient. Physical distribution is not necessarily the only way to satisfy the GPL, and if the included cygwin1.dll is simply a binary downloaded
2007 Jun 25
2
manipulate a matrix
I have read everything I can find on how to manipulate a results matrix in R and I have to admit I'm stumped. I have set up a process to extract a dataset from ArcGIS to compute a similarity index (Jaccards) in Vegan. The dataset is fairly simple, but large, and consists of rows = sample area, and columns = elements. I've been able to view the results in R, but I want to get the results
2008 Jul 18
1
manipulate a matrix2
Building upon Jim's answer below (Thanks Jim, that helped a lot), I need to pickup where this thread left off. I'm using Vegan to calculate the Jaccard's Index and the Row.Names and column names are represented in my matrix as seen here. [,3] [,5] [,6] [,9] [,11] [3,] 0 6 11 16 21 [5,] 2 0 12 17 22 [6,] 3 8 0 18 23 [9,] 4 9
2005 May 24
0
Rsync and sync2nas
Hi, I'm using rsync on 2 sme servers and attempting to get sync2nas to work from my windows 2003 servers to my sme server for backup purposes I can successfully rsync between the two sme servers and in a local setting can run syn2nas between windows and sme server however I cannot get syn2nas to work outside the local network, My ultimate goal is the allow my windows server to backup to sme
2008 Oct 20
0
Problem in extensions.conf Configuration ${CALLINGPRES}
Dear Everybody, I have to store variable from ${CALLINGPRES} and get birth date of our client and get back to him his birth prediction as numerology (numerology digit value is between 1-9). I have also mentioned below example here suppose client's birth date is 27-01-2000 then 2+7+0+1+2+0+0+0 = 12 and then 1+2 = 3. 3 is result so client can get his prediction as this 3 digit. Please
2012 Dec 20
4
[LLVMdev] llvm 32bit with 64bit output?
I am looking at starting a project to make a toy language that is targeted purely at 64bit windows. I have never used llvm or anything like it i am just trying to learn new things. However there are several problems, as far as i have seen, with compiling llvm in 64bit on windows. So i was wondering if i compile a 32bit version of llvm and use that can my resulting compiler output 64bit binaries?
2017 Jun 03
2
cygwin1.dll problems when installing packages from source
Hi, As far as I can see, no. On checking, I have confirmed that the only location of cygwin1.dll is : C:\Rtools\bin Thanks Vivek 2017-06-03 12:57 GMT+02:00 Duncan Murdoch <murdoch.duncan at gmail.com>: > On 03/06/2017 6:31 AM, Vivek Sutradhara wrote: > >> Hi all, >> I am having some problems in updating some packages from source. I start >> with : >>
2017 Jun 03
3
cygwin1.dll problems when installing packages from source
Hi all, I am having some problems in updating some packages from source. I start with : install.packages("Boom",lib="C:/RownLib",type="source") I get the following error message : * installing *source* package 'Boom' ... ** package 'Boom' successfully unpacked and MD5 sums checked ** libs *** arch - i386 c:/Rtools/mingw_32/bin/g++ -std=gnu++11
2017 Jun 03
0
cygwin1.dll problems when installing packages from source
On 03/06/2017 6:31 AM, Vivek Sutradhara wrote: > Hi all, > I am having some problems in updating some packages from source. I start > with : > install.packages("Boom",lib="C:/RownLib",type="source") > > I get the following error message : Do you have multiple copies of cygwin1.dll? Duncan Murdoch > > * installing *source* package
2001 Oct 24
7
rsync recursion question
That's the way it is. If it's really a one-off change, a huge change in your structure, telnet ssh, rsh, and so forth, work really well for dropping in and deleting stuff (unless you're supplying the master, and other systems out of your control copy from you). Rsync is optimized for taking a filesystem in an unknown state, and making it identical to another filesystem in an unknown
2017 Jun 03
0
cygwin1.dll problems when installing packages from source
On 03/06/2017 7:00 AM, Vivek Sutradhara wrote: > Hi, > As far as I can see, no. > > On checking, I have confirmed that the only location of > cygwin1.dll is : > C:\Rtools\bin I would re-install Rtools, and make sure C:\Rtools\bin appears first in your PATH. Duncan Murdoch > > Thanks > Vivek > > 2017-06-03 12:57 GMT+02:00 Duncan Murdoch <murdoch.duncan at
2004 Mar 16
4
cygwin tar?
I've been attempting to create a new R package and recently removed the cygwin installation from my machine since R requires the use of the MingW tools for building an R package with C code. However, when I tried to build a source package, I found the following results: * removing junk files * building 'Rconifers_0.7-1.tar.gz' tar:
2004 Sep 28
7
rsync 2.6.2 hang (was rsync 2.6.2 crash)
OK, I set up a new PC with a fresh XP load to be my rsync server. Rsync by itself seems to work fine (thank God. I'm going nuts.) I am still having problems when I throw ssh into the mix. At least now, things don't crash, but they do hang. The file list gets build, the transfer starts and it gets through maybe a few hundred files, but then everything stops. All the processes are still
2002 Feb 14
1
Auth. failing - Update - NSSwitch
Thank you Andrew, you pointed me in the right direction. Part of what I m doing to try to get Netatalk to authenticate through Winbind was the following: 4) to install Winbind files: cp nsswitch/libnss_winbind.so /lib # this is the major one - solaris nss is different to linux. ln -s libnss_winbind.so nss_winbind.so.1 cp nsswitch/pam_winbind.so /lib/security Once I deleted /lib/libnss_winbind.so
2002 Feb 14
0
Auth. Failing... Update - NSSwitch
Yes. Try checking the PAM setup. I have to assume when you say that you can't log in via something obvious like telnet, you mean that Windows users can't log in. If your Unix users can't telnet in, you have bigger problems. :) The PAM stack is what controls the logging in of Windows users to Unix services like telnet. There is a document which describes the installation of winbindd,
2007 Nov 12
1
Using OpenSSH with Rsync
This question is perhaps one you have seen before but I have not found an answer to as yet. Rsync uses cygwin1.dll as does openssh. Is there a more current compilation of openssh that uses a more current cygwin1.dll such that both rsync and openssh can function on the same version? This is important because of improvements made to cygwin1 that affect rsync speed. Thanks for your thoughts and
2007 Sep 25
1
hebrew characters
I'm trying to use rsync (version 2.6.9) to back up some files. However, a few of them contain Hebrew characters. While I can back them up, the filenames come through scrambled (I don't have Hebrew characters anymore). I've tried the -8 switch, but that didn't work. Any suggestions? Background: The files are created on Windows and saved on a samba share (v3.0.24). I can copy
2004 May 14
4
rsync hanging on Cygwin
I'm trying to use rsync under Cygwin on 2 machines running Windows 2000 Server There's a 2MB link between them and I'm using SSH setup for a passwordless connection rsync hangs part way through transfers and when run again hangs at the same place in the same files with no explanation no matter what verbosity level I set it to. Each time it hangs it leaves an rsync process running on
2003 May 30
3
Rsync / SSH / Cygwin .. permission problems..
I am attempting to use rsync to "mirror" data between several windows 2000 and windows XP systems. I am a UNIX person by nature, so decided the easiest way to go about doing this would be to use Cygwin with cron and ssh running as services, then run the rsync connection nightly through cron. Cygwin is installed on both systems and works perfectly. OpenSSH is installed and running,
2008 Dec 01
2
character set for Windows?
I'm using cygwin to backup files from a windows machine to a unix host with rsync. I originally uploaded the bulk of the files using a windows ftp client, and then planned on doing updates nightly with rsync. Some of the filenames have strange characters in them, such as the trademark symbol, and other characters, such as European letters. Rsync doesn't like the filenames as they exist on