search for: cronquist

Displaying 7 results from an estimated 7 matches for "cronquist".

Did you mean: conquest
2005 Oct 24
1
Pb with function taxo2phylog (package ade4)
Hello I'm using the package ade4 to obtain classification from a .txt file. I use the following commands: cronquist <- read.table("cronquist.txt", h = T, row.names = 8) cronquist <- as.taxo(cronquist[7:1]) cro.phy <- taxo2phylog(cronquist) in which cronquist.txt is a file with a classification of 218 genus of tree species from french Guiana. We I try to use the function taxo2phylog, I obtain...
2004 Mar 29
2
Failed rsync -- two different files considered up to date
Hi, I've used rsync successfully for several years, syncing between two Windows 2000 servers using daemon mode, but today I stumbled accross something peculiar. I'm using cygwin with rsync 2.6.0 at both ends (the latest available at this date) and I have a file that rsync considers up to date even though both the md5 and a normal diff show differences. I've tried calling rsync
2007 Aug 10
1
Frequent errors copying to an SMB share
Hi, I have a setup that rsyncs (using the rsync protocol without rsh/ssh logins) from one windows server (A) to a NAS (B) via a second windows server (C) (A is on a separate location from B & C, and the NAS doesn't support rsync directly), where C stores data on an SMB share on B. My problem is that I often get "No such host or network path (136)" from rsync (robocopy or
2003 Jun 17
6
Rsync Performance In Windows
Has anyone else experienced high CPU usage when using RSYNC in windows 2000 server? I am using the rsync.exe (and applicable DLL's) from the cygwin installation (I am not however running cygwin on this machine). The linux machine connecting to the windows rsync daemon has a very low performance hit when the session is running (see below). However, the windows machine, which has a much
2002 Nov 14
0
Owner and permissions problems when syncing w2k<->w2k
...daemon won't start at all. I have also tried to changing the cygwin environment ntea to ntsec (and both). In my log-file I occasionally get a 2002/11/14 [2056] rsync error: received SIGUSR1 or SIGINT (code 20) at /tmp/rsync-2.5.5/rsync.c(229) All hints are more than welcome! TIA, Greger Cronquist -- Server side: cygrunsrv.exe -I "rsyncd" -d"RSYNC Backup Daemon" --path /cygdrive/c/rsync/rsync --args '--config=/cygdrive/c/rsync/rsyncd.conf --no-detach --daemon' -e CYGWIN='binmode tty ntea' and the config file: log file = /cygdrive/c/rsync/log.txt use ch...
2003 Jan 03
0
[Fwd: Re: rsync windows -> unix still hanging :(]
...ink this message is in topic. -------- Original Message -------- Subject: Re: rsync windows -> unix still hanging :( Date: Mon, 30 Dec 2002 16:10:32 -0800 From: Jim Kleckner <jek-cygwin@kleckner.net> To: Mike Rubel <mrubel@galcit.caltech.edu>, cygwin@cygwin.com Mike - Greger Cronquist and I have been using a patched rsync successfully. This was patched from two published patches, one for buffering which seems to cause severe performance problems under cygwin while only mild under Linux. The is for the hang documented elsewhere. Here are patch discussion links: http://www.cygw...
2003 May 30
2
Rsyncing Problem with - character!
Dear Rsync Users, Please can I have a bit of rsync advice? I am trying to rsync a file called. 'Draft text - with Holley comments.doc' from machine a to machine b. Unfortunately this isn't working because I think rsync recognises the - character and thinks it's an option. I have tried escaping this out as well as putting it all in " " but neither seems to work