Displaying 20 results from an estimated 7000 matches similar to: "rsync summary details..."
2007 Jan 29
3
rsync: mkstemp "/20070129_1012/.status.csv.IWS933" (in test) failed: No such file or directory (2)
Hi,
---
+ rsync -av --timeout 120 /home/20070129_1012/status.csv --port 5873
fileserver::test/20070129_1012/status.csv
building file list ... done
status.csv
rsync: mkstemp "/20070129_1012/.status.csv.IWS933" (in test) failed: No such
file or directory (2)
sent 347 bytes received 38 bytes 770.00 bytes/sec
total size is 228 speedup is 0.59
rsync error: some files could not be
2007 Feb 05
3
rsync 3.0.0cvs timeout
Hi,
When I send this command, I get a timeout almost every time...
--- this is the client side ---
rsync -av --timeout 120 /home/bat/20070205_0501/log/sync_dns29_log
/home/bat/20070205_0501/log/sync_dns29_serial
/home/bat/20070205_0501/log/sync_dns29_tcpdump_log.gz --port 5873
fileserver::test/20070205_0501/log
sending incremental file list
sync_dns29_log
sync_dns29_serial
2007 Jan 21
2
using rsync 3.0.0 CVS version
Hi,
I've wanted to start working with this CVS version cuz the new
"incremental-recursion algorithm" is just what I need. But ran into a
problem...
When I start the rsync, either with the rsync protocol or rsh, i found that
it'll start doing the rsync and just halt after a few hundred MBs or even up
to a couple GBs.
I was never able to finish an rsync.
Anyone else had this
2006 May 14
3
hi all
Not much I can say except that I am very excited to enter this new
world(solely for me of course, kind of late) of rubyonrails.If anyone
has any patience or just plain kindness to help me on my first steps
(leaps?) , I would greatly appreciate any links, references, tips,
hellos, or whatever else is offered.
Thanks ahead of time,
Shai Rosenfeld
Octava
I
-------------- next part
2008 Feb 11
3
[PATCH 1/5] Change vsmp compile dependency
Change Makefile so vsmp_64.o object is dependent
on PARAVIRT, rather than X86_VSMP
Signed-off-by: Glauber Costa <gcosta@redhat.com>
Signed-off-by: Ravikiran Thirumalai <kiran@scalemp.com>
Acked-by: Shai Fultheim <shai@scalemp.com>
---
arch/x86/kernel/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/x86/kernel/Makefile
2000 Apr 05
2
My first R-program
Sorry, I pasted the wrong file in earlier... this is the correct one:
pValCalculator(b, n=20, m=20)
{
ind <- 1:min(c(n,m))
prob <- (1-pnorm(b,sd=std*sqrt(ind)))
prob1 <- sum((n-ind+1)*(m-ind+1)*prob)
prob1
}
inputData <-
scan("/users/lvssso/projects/LAMA/output/pValLamaScore.tmp", list(block1
= "",block2 = "",width1 = 0,width2 = 0,alignment = 0,score
2006 May 28
8
a newbie question, if possible to help
i was wondering if anyone can help me form a very simple "if" statment
in the controller...
i did a usual scaffold for table ''pages'', and everything is working out
well, i did the main site ''backbone'' and all, and everythings
good....the thing is, now i need to make sure that the site-admin does
not have the possiblity to destroy page 1 or page 2.
2006 Jun 01
3
how can i redirect a person after a login
i built my own login system, but unfortunately, i am having problems
(ie, can''t really figure out how) to redirect a person back to the page
he was requesting before logging in...say, as the admin i want to edit a
certain message/logo, whatever, so i click on it, and i get redirected
to my login page. after the admin logs in, he gets redirected to the
homepage - i couldn''t
2010 Dec 02
4
rules with multiple users/groups
Hi All,
I''m using shorewall 4.0.15-1 on debian 5.0.5 and It works fine.
I want to start using rules based on users. This is supported in the
shorewall-rules file, However it seems that each rule can only be
associated with one user or group.
Does this mean that I cannot have a rule apply to several users which
belong to several groups?
Will creating duplicate rules for each user
2000 Apr 05
1
Working with R batch
Hi all,
I'm trying to invoke R from a perl program, using R BATCH. My original
R program wrote an output to a file and plotted a graph. I'm having
problems with the following three things:
1) To get the output file name form the perl program I wrote the
following, in my R program:
commandArguments <- commandArgs();
outputFile <- commandArguments[length(commandArguments)];
This
2006 Jul 10
2
backups/version controll/source controll
Hi,
i was wondering if there was some kind of program i could download to
keep track of my rails applications; something in the vicinity of
subversion (a open-source backing-up tracking program - i.e to keep
track of my applications once they are on the net, during a q&a period,
where i''d be changing my application periodicly, but keeping a current
version on the net, and one
2010 Jul 03
1
deep vs. shallow directory structure
Hi all,
I am using rsync to sync a directory tree of ~2 million files. I am using
rsyncrypto with filename encryption to encrypt the files before syncing.
When encrypting filenames, rsyncrypto assigned each file a filename which is
made of hex digits. It also has the option to put the files in directories,
where the location of the file is determined by the file's name and a
parameter
2011 Feb 17
1
Keeping erroring out every night
Hello list,
I have a cron that runs a sync processes every night. Lately, it began
erroring out with this error:
rsync: connection unexpectedly closed (217717 bytes received so far)
> [sender]
> rsync error: unexplained error (code 255) at io.c(601) [sender=3.0.7]
>
In trying to further investigate this, I edited the script and added
verbosity and the last few lines of the log file
2000 Mar 27
1
Installing R on Solaris
Hi,
I've been trying to install R on Solaris, I've been following the
instruction for configuring & compiling R (I have gcc and f77
installed)- but I get Error messages. I'd appreciate it if you could
look at the output, (pasted below) and give me some advice on what to
do. I've attached the R install 'readme'.
Thanks, a quick reply would be greatly appreciated,
2006 Jun 28
6
select_tag
in my controller
@cursos = Curso.find_all
in my view i''m trying to do a select_tag with the results @cursos, using
a helper
select_tag "name" options_for_select(@cursos) --------> not works
select_tag "name" @cursos --------> not works
how to do it, using the helper?
tks
--
Posted via http://www.ruby-forum.com/.
2005 May 28
1
Log Summary
Hello every one, I would like to understand the summary of my sync log (below)
<log>
sent 2268 bytes received 1674253 bytes 372560.22 bytes/sec
total size is 301413395 speedup is 179.79'
</log>
Does mean my received rate is ~ 372K/sec?
Total local mirror size is ~300M?
What is speedup?
Thanks
2006 Jun 13
3
acts_as_tree problem accessing parent object
i have a model called certification_types that i''ve declared as
acts_as_tree. I have a model called certification that belongs_to
:certification_type .
class CertificationController < ApplicationController
.....
def summary_list
@certifications = Certification.find(:all, :order=>''date'')
end
end
summary_list.rhtml
<% for certification in
2006 May 30
2
Hi , Anyone From Singapore?
Hi All ,
I been trying out RoR and reading the mailing list for
sometimes and wondering if anyone of you guys from Singapore ? I am
thinking of a meetup or something for RoR fans here. If you are , pls
contact me by my email ? Thank you very much.
regards
billy
PS : Apology for sending non-ruby question email in the list.
2007 Mar 19
3
jQuery Users...
Any jQuery users out there? I would like to learn more about
incorporating jQuery with Rails as the performance seems to be the
best of any library I''ve seen and it is great in separating the
JScript from the HTML. Any suggestions on where to get started? I''ve
read this (http://b.lesseverything.com/2006/12/31/making-jquery-and-
prototype-play-nice-in-rails) but was looking into
2006 Jul 18
5
Newbie RoR question
I am currently working on a small database project to track company
assets. Right now my Database consists of 3 tables. 1 for the
equipment, 1 for the users info, and 1 for the type of equipment.
I have all 3 databases working on a model test site using RoR. Where i
am having trouble is getting the databases to talk together. I can''t
find this answer anywhere else.
My main table