Displaying 20 results from an estimated 1000 matches similar to: "Problem using -v within rsync transfer."
2002 Dec 09
1
rsync 2.4.6 hanging on HPUX11 only over firewall.
We are running rsync 2.4.6 on HPUX-11and using it to push a document-root from a staging area to several servers running rsync in daemon mode.
The rsync client syncs successfully to modules on the same server and to most other machines, but hangs when trying to syncronise across a firewall (from SECURE zone to DMZ)
(The firewall port IS OPEN!!)
During a normal release where there are rougly
2001 Oct 27
1
2.4.7p1 protocol differences?
Hi all,
rsync-2.4.6 has been running for quite a while with no problems, until
about a week ago when for some reason it blocked on the same host ever
time.
I use it to backup about thirty hosts to my backup server, but for some
reason it's illiciting that blocking bug that some people experience with
2.4.6. So, I upgraded the client side with 2.4.7, but it complained of
protocol differences.
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
2001 Aug 06
5
rsync-2.4.7 NEWS file
I've gone through the CVS commit log and tried to get every
user-visible change since 2.4.6, so that we can make a proper
announcement for 2.4.7. Please let me know if anything is
missing/inaccurate.
At this stage I'm planning to release two 2.4.7pre tarballs, one with
the "large nohang patch" and one without. Some people inside VA will
be stress-testing both, and so we can
2008 May 02
3
CruiseControlRb behind apache
I managed to find this in the archives, so far: http://www.nabble.com/Setting-up-CCRB-behind-apache-proxy-tt14016053.html#a14099749
Found a better alternative to doing this in my .htaccess instead of
messing with the httpd.conf, in case someone is interested:
--- snip ---
RewriteEngine On
### for cruisecontrol
RewriteBase /
RewriteRule ^(.*)$ http://localhost:3333/$1 [P]
AuthType Basic
2002 Feb 08
1
Deleting files from source after a successful rsync !
I have a few clients who prepare some reports and put it in their outgoing/ directory for me to pick up every morning. Is there a way to delete those files from their outgoing/ after I fetch them ?
Thanks
Nishi
2008 Dec 07
2
subsetting large data frames.
Hi all,
I have a question regarding subsetting of large data frames. I have two
data frames ?catches? and ?tows? and they both have the same 30 variables
(columns). I would like to select rows in the data frame ?tows? where all 5
specific variables are NOT matched in ?catches. That is to say, the
combination of these 5 variables is unique. One or more of the variables
could be the same but the
2011 Jan 21
1
ggplot boxplot
Hello,
I am trying to generate a set of boxplots using ggplot with the following
data with 4 columns (Day, Site, VO2, Cruise)
AllCorbulaMR
Day Site VO2 Cruise
1 1 1 148.43632670 1
2 1 1 61.73864969 1
3 1 1 92.64536096 1
4 1 1 73.35434957 1
5 1 1 69.85568810 1
6 1 1 98.71116866 1
7 1 1 67.57880107
2007 Mar 17
10
a WARNING about cruise task or user-specified build task for Rails
If (like me) you use ccrb to test a Rails app
and (like me) you define your own :cruise task, because, for
example, you use rspec rather than Test::Unit
and (like me) you have the RAILS_ENV ||= ''production'' line in
environment.rb (because, like me, you use crummy shared hosting)
Your build will run in production mode, possibly screwing up your
production database,
2002 Jan 24
5
Moving files revisited
I'd like to revisit the topic of moving files from system to system
using rsync. I've just updated my patch from its 2.5.0 version to
2.5.1, and I'm curious what people think about getting it integrated
into rsync.
The patch comes in two parts. The first eliminates a potential hang
condition that can happen if the data channel from the receiver to the
generator gets clogged up.
2007 Apr 17
7
rspec with CI
I am a bit of a rails and rspec noob.
I am trying to use rspec in conjunction with CruiseControlrb.
When I run a cruise build having spec errors, the build does not
indicate a failure. I have tried to track down why this is the case,
and my best guess is that the spec task is kicking off the spec via a
ruby() method in rake, and that ruby method does not propagate my spec
failure back to
2008 Jun 09
2
SVN credentials
Hello All,
Where are the username and password for your SVN repo stored for a
cruisecontrol.rb project? I can see where you specify it when you add a
project but I have been unable to find it to change it.
Thanks
--
Steve Kickert
CEO
Riverock Technologies
www.riverocktech.com
952-232-5280 (direct)
612-965-1909 (mobile)
-------------- next part --------------
An HTML attachment was
2005 Oct 19
2
Automatic rounding of values after factors , converted to numeric, are multipled by a real number
I am wondering if someone would have any suggestion about my issue?
I have the following code:
wgts<-aggregate(subset(lendata,select=c(Length)),list(lendata$Cruise,len
data$Station,lendata$Region,lendata$Total),mean)
wgts<-wgts[order(wgts$Group.3,wgts$Group.1,wgts$Group.1),]
names(wgts)<-c("Cruise","Station","Region","Total","MLen")
2007 May 03
7
before method
Would it be desirable to have before and after take a spec name as
well as :each and :all?
Scott
2008 Jan 17
3
CruiseControl problem. Broken Pipe?
Hi Friends,
Just happened to catch this err in the CC log:
Build loop failed
BuilderError: Write failed: Broken pipe
./script/../config/../app/models/subversion.rb:98:in
`execute_in_local_copy''
./script/../config/../lib/command_line.rb:86:in `call''
./script/../config/../lib/command_line.rb:86:in `e''
./script/../config/../lib/command_line.rb:84:in `popen''
2008 Dec 31
2
How to set homepage in Rails
Hi :
If I want http://localhost:3000/share to be homepage
http://localhost:3000/,
How can I do setting from rails ,please?
Thanks.
Cruise
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2010 Mar 18
2
CCrb configuration for many projects
Hi!
I have about 10 projects in my Cruise. I want to use metric_fu (roodi,
rcov, flay) metrics. Right now I have defined :cruise task in Rakefile
in each project. Is there any convention to manage cruise
configuration from one place? Gem? Plugin for Rails projects? Some
good habit also for custom artifacts?
--
Pozdrawiam, Sebastian Nowak
http://blog.sebastiannowak.net
XMPP: seban at chrome.pl
2009 Sep 05
3
Selecting biological data
Hello all,
I am new to R but have some experience with MATLAB and am trying to make the switch. I generally find the two languages easy to adapt but there are a few routine tasks which I would like to run smoother in R and I am having trouble finding a help resource. Could someone suggest a guide to filtering, selecting, sorting, and processing biological matrix data? Here is a rudimentary
2014 Nov 04
1
What List to Use for Patch Requests (Johnny Hughes) - CentOS Digest, Vol 118, Issue 4
On 11/04/2014 05:00 AM, centos-request at centos.org wrote:
Today's Topics:
34. Re: What List to Use for Patch Requests (Johnny Hughes)
------------------------------ Message: 34 Date: Tue, 04 Nov 2014
05:58:07 -0600 From: Johnny Hughes <johnny at centos.org> To:
centos at centos.org Subject: Re: [CentOS] What List to Use for Patch
Requests Message-ID: <5458BF4F.6020300
2002 Jun 21
2
Release 3 of "rzync" new-protocol test
For anyone who'd like to check out the latest release of my "rzync" [sic]
test release, I've just released a new version. For those that might
not have time to look at the code but could provide some feedback based
on a rough description, I've created the following simple web page:
http://www.clari.net/~wayne/new-protocol.html
Here's the tar file of the new