similar to: Rsyncing Problem with - character!

Displaying 20 results from an estimated 4000 matches similar to: "Rsyncing Problem with - character!"

2003 Feb 28
1
Newbie Question
Hi, This is a very simple question I realise, but I hope maybe someone can just help me out. I am trying to do a very simple thing, just transfer a file from machine A to machine B using rsync with ssh. This is what i'm typing: bash-2.03# rsync -avvv --rsh="ssh -l tdf" tdf@machine.niss.ac.uk:/export/home/tdf/demofile.html demofile.html This is what I get: opening connection
2008 Oct 23
2
asking for root password
We are using rsync to pull backups created on our server. The command below is run as a cronjob and it works great. rsync -avu --rsh "ssh -l root" root@servername:/var/lib/mysql/backups/ /backups/mysql/ We have a new server that will replace the old server that rsync pulls backups from. On the system that is running rsync, I switched the servername in the command above to the new
2009 Aug 28
1
names<- in data.frame (PR#13916)
Full_Name: Spinu Vitalie Version: 2.9.0 OS: Windows Submission from: (NULL) (130.115.113.15) In assignment of "zero length" names to data.frame: > tdf <- data.frame(rbind(c(1, 2), c(1, 2))) > names(tdf) <- c("", "") > tdf structure(c("1", "1"), class = "AsIs") structure(c("2", "2"), class =
2008 Jun 26
1
Undefined method: camelize
Hi, I am fairly new at Rails, and attempting to deploy an application that''s running fine using InstantRails on my PC. On the deployment server (I use railsplayground.net), I get the following error: Processing ApplicationController#index (for 220.224.229.156 at 2008-06-25 18:49:34) [GET] Session ID: 5921e7d789ee3aaa214f2d59aa40986a Parameters: {"action"=>:index,
2008 Jul 10
1
Ellipsis arguments for plot.formula
Hi: I have a function as follows: my.plot <- function( x, y = NULL, ... ) { plot( x, y, cex.axis=0.5, ...) } Set up the variables: x <- 1:10; y <- x; tdf <- data.frame( x, y ); main.str <- "test" I will exercise the function in two ways: > my.plot( y ~ x, tdf, main = "test" ) This works fine > my.plot( y ~ x, tdf, main = main.str ) Error in
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
2010 Jun 08
1
Deleting duplicate values in a correlation matrix
I have a large correlation matrix that I'm trying to convert to a list of every connection (edge) between every two nodes with its accompanying correlation value (for Cytoscape). I figured out how to do this and to remove the connections that nodes have to themselves but I can't figure out how to get rid of the duplicate pairs (e.g. the edge b-a is a duplicate of a-b).
2010 Sep 23
1
merging multiple data frames
hi guys i have multiple data frames which i want to merge. there are four of them..eg pdf SampleID UVDose_J RepairHours Day_0 Day_45 Day_90 1 SDM001 1.0 3 485.612 465.142 490.873 2 SDM001 1.0 3 503.658 457.863 487.783 3 SDM001 1.0 2 533.193 451.044 456.973 4 SDM001 1.0 2 538.334 452.887 474.915 5 SDM001 1.0
2005 Nov 21
1
Cacheing in read.table/ attached data?
Disclaimer/Apology: I am an R newbie I am seeing some behaviour that seems to me to be the result of some cacheing going on at some level, and perhaps this is expected behaviour. I would just like to understand the basic rules. What I have is a file with some data. I read it in and then do a summary on the resulting dataframe. I find the some values are completely outside the expected range,
2008 Aug 30
1
need some help on r
Hi >Tdf bin TCC_TCA TCA_CR TCC_CR Time sn.rnc 117 117 258 27 314 (08/28/08 00:09:42) 50.21 118 118 251 30 291 (08/28/08 00:09:47) 50.21 119 119 247 28 289 (08/28/08 00:09:52) 50.21 120 120 251 29 282 (08/28/08 00:09:57) 50.21 121 121 276 39 320 (08/28/08 00:10:02) 50.21 122
2003 Mar 18
3
problems with rsync in cygwin
Hi, I'm trying to set up rsync, with the transfers originating from a Win2K box and going to a Linux box. Both boxes are on my home LAN, so ssh is not required; I thought I would simply use the rsync protocol. I set up xinetd on my Linux box to start a rsync server when needed. My first attempts at a test run failed like so: $ rsync -a /cygdrive/c/installs/palm rsync://192.168.2.3/palm
2017 Mar 14
4
Rsyncing without RSH or SSH ?
People, This doesn't seem possible - would it be possible to hack a version of rsync to do it? As an exercise, I want to create a VM image (or at least backup of all the files with rsync) from a SCSI drive in an old Red Hat (NOT Enterprise) v5.2 Linux 486 machine (circa 1999 that does have rsync on it but it has protocol problems talking my server). The 486 has: - an ISA Adaptec 1542
2011 Feb 09
1
Adding labels into lattice's barchart
*** APOLOGIZES FOR THOSE READING THE LIST THROUGH NABBLE THIS WAS ALREADY POSTED THERE BUT NOT FORWARDED TO THE LIST FOR SOME UNKNOWN REASON *** I have a dataset that looks like: $ V1: factor with 4 levels $ V2: factor with 4 levels $ V3: factor with 2 levels $ V4: num (summing up to 100 within V3 levels) $ V5: num (nr of cases for each unique combination of V1*V2*V3 levels) Quite new to
2002 Apr 14
1
Update: WARNING: --rsh or -e option ignored when connecting to rsync daemon]
UPDATE i able to ssh between this 2 remote server, below is the extra info rsync -avue ssh . username@hostname::sharefolder WARNING: --rsh or -e option ignored when connecting to rsync daemon rsync: failed to connect to HOSTNAME: Connection timed out rsync error: error in socket IO (code 10) at clientserver.c(89) -------------- next part -------------- An embedded message was scrubbed...
2006 Sep 20
3
Rsync order of maginitude slower with twice as large directory
I am in the habit of syncing my /usr/local tree over several computers (all Mac OS X). Recently my /usr/local tree has doubled in size, from 300,000 files to 600,000 files because I have added a large subversion checkout (TeX Live). As a result, rsync has become a time hog. Instead of a minute or two or so to calculate what needs to be sent over, suddenly this process takes 18-20 minutes,
2006 Oct 06
1
sparklines in lattice
Dear R-help, Has anyone implemented sparklines in the strips of a lattice plot? What I have in mind is, say, highlighting that part of a time series that one is examining in more detail in a set of lattice plots. Regads,. Mark Difford. PS: (Andreas Loffler has implemented a simple but functional version for TeX/LaTeX: http://www.tug.org/tex-archive/help/Catalogue/entries/sparklines.html)
2010 Mar 15
5
AEC strangest behavior
If more than one speaker receives the *same* signal, it doesn't matter the number of speakers. It only gets tricky when the speakers are playing slightly different signals (e.g. from a stereo song). Jean-Marc Quoting Greger Burman <greger at mobile-robotics.com>: > One thing I can think of is if you are using two or more speakers. If the > speakers are not at the exact same
2011 Nov 22
1
glht for lme object with significant interaction term
Dear all, I'm working on some data from an experiment on the breeding behavior of birds. In short, I have been measuring how the time spent on performing a certain task (variable 'mean_on_active') differs over time (variable 'day', 2 levels) across three experimental categories (variable 'treat'; levels 'C', 'R', 'E'). The model shows a
2006 Jan 23
3
ordering a data frame to same order as a chr vector
Hi all, I've got a data frame that has an identical column to a chr vector. I would like to use the chr vector to order the rows of the data frame to be identical to the order in the chr vector (the contents of the chr vector are completely identical to one col of the data frame), but this is proving trickier than it sounds.. Any help would be much obliged, -Ken
2009 Jun 18
2
Performance and Optimization
The reasons I have posted these questions are: 1) To find out if Speex can take advantage of SIMD extensions. 2) To maybe learn from someone with previous experience in optimizing Speex for moderns x86 architectures before I set off trying all kinds of things on my own. See answers inline: 2009/6/15 Tom Grandgent <tom at grandgent.com> > Why haven't you tried using release build