Displaying 20 results from an estimated 100 matches similar to: "modify rsync: read files from a tar archive"
2003 Jul 24
0
(no subject)
Here is a diff which should allow applying batch updates remotely ( as
apposed to copying the batch files to the remote server and running rsync
there ).
Eg
rsync --write-batch=test src dst1::dst
rsync --read-batch=test dst2::dst
Oli Dewdney
diff -E -B -c -r rsync-2.5.6/flist.c rsync-2.5.6-remotebatch/flist.c
*** rsync-2.5.6/flist.c Sat Jan 18 18:00:23 2003
---
2006 Aug 11
1
Engines & Rails 1.1.6
An excerpt from the recently-unearthed diary of Doctor Hans Zarkov:
"There''s no sun! It''s 8:24 in the morning, and there''s no sun!
There is a patch in the Engines release branch now (Changeset #415:
http://dev.rails-engines.org/repository/changesets/415), which should
work with Rails 1.1.6, and hopefully all Rails 1.1.x versions. Do you
want to live forever?
2010 May 27
3
btrfsck: doesn't correct errors
Heyho!
(This is using btrfs from Debian''s 2.6.32 2.6.32-3-kirkwood kernel (-9
package; btrfs tools is v0.19-16-g075587c)
A few observations about btrfsck:
a btrfsck run on a 2T volume (4 disks) on a QNAP appliance (512M ram) got
killed by Mr. OOM Killer. Initially, I was quite surprised. I''m only
moderately surprised now since it might well be that I forgot to enable
2007 Feb 15
5
Bugja.com - Getting real Issue tracker
Hello list.
After using various issue tracking packages that included a lot of
typework and maintenance , we decided to build one of our own,
focusing at ease of use.
We would appreciate your opinion, but be gentle it''s somewhat beta :)
http://www.bugja.com
Screencast at http://www.bugja.com/screencast
It''s ROR of course :)
Thanks in advance
Fortytwo
http://www.fortytwo.gr
2003 Oct 18
0
Added functionality --compare-file and --compare-auto
Recently various needs for multiple version handling were discussed
and I put forward a plan of mine. Subsequently the proposal for a
--compare-file=<FILE> switch had support, so I have implemented
this. I have also implemented an experimental --compare-auto which
decides which file to match against using a rule.
Instructions for patch:
1. Install rsync-2.5.6 source
2. "patch -p1
2018 Mar 13
0
plot problem
Hi,
I am just curious why does this happen:
I use Goldencheetah to analyse my run. It can call R to do further analysis.
I run into interesting problem (for me at least).
If I plot data using plot(d$time,d$heart.rate) everything is OK
if I use plot(d$heart.rate~d$time) I got error:
Error in inDL(x, as.logical(local), as.logical(now), ...) :
unable to load shared object
2005 Apr 12
1
lme problem
Sorry for the long letter!
I have recently started using R. For the start I have tried to
repeat examples from Milliken & Johnson "Analysis of
Messy Data - Analysis of Covariance", but I can not replicate
it in R. The example is chocolate chip experiment. Response
variable vas time to dissolve chocolate chip in seconds (time),
covariate was time to dissolve butterscotch chip
2013 Feb 09
2
A problem
Hello every one
I am a new user of CentOS, I have installed "CentOS-5.8-i386" as a virtual
machine on VMware Workstation 9.0 for learning purposes.
There is a frequented problems, when I want to use "Add/Remove software", I
get this error message:
"another application is currently running which is accessing software
information."
I have tried to know what's
2006 Jan 06
3
Gianni
|Hi i''m New
First Question:
to use a script.aculo.us it needs to include prototype.js and
scriptaculous.js.... but doesn''t work!!;
instead ||using ||scriptaculous.shrunk of Alister Cameron, work;
what are the expedient to use to include the ||scriptaculous.js ?
Second question:
in script.aculo.us |Ajax.Autocompleter
2006 Jan 07
3
script.aculo.us: autocomplete does not work
I copied an exact copy of "http://demo.script.aculo.us/ajax/autocompleter"
to my harddisc inclusive all .js and .css.
Then I changed "new Ajax.Autocompleter(''contact_name'',
''contact_name_auto_complete'', ''/ajax/auto_complete_for_contact_name'', {})"
to
"new Ajax.Autocompleter(''contact_name'',
2007 Oct 22
0
Integrating paypal with rails (a tutorial)
Hi all
We posted a small tutorial on using Paypal, ActiveMerchant and Rails
in case you are not from the U.S :(
(that means no authorized.net)
We only found scattered information here and there when trying to
locate some useful resources for it.
Hope you find it useful (of course any comments and recommendations
are welcome).
http://www.fortytwo.gr/blog/14/Using-Paypal-with-Rails
Regards
George
2002 Mar 07
0
[Bug 137] New: 'make install' fails because of missing uudecode
http://bugzilla.mindrot.org/show_bug.cgi?id=137
Summary: 'make install' fails because of missing uudecode
Product: Portable OpenSSH
Version: 3.0.2p1
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Documentation
AssignedTo: openssh-unix-dev at
2003 Mar 22
2
[RFC] protocol version
I'm in the midst of coding a patch set for consideration
that will bump the protocol version and have a couple of
observations.
The current minimum backwards-compatible protocol is 15
but we have code that checks for protocol versions as old as
12. If someone else doesn't beat me to it i'm considering
cleaning out the pre-15 compatibility code. A backwards
compatibility patch could
2007 Mar 05
0
5 commits - libswfdec/swfdec_js.h libswfdec/swfdec_js_movie.c libswfdec/swfdec_script.c test/trace
libswfdec/swfdec_js.h | 2
libswfdec/swfdec_js_movie.c | 8 +
libswfdec/swfdec_script.c | 121 ++++++++++++++++++++++++--
test/trace/Makefile.am | 11 ++
test/trace/constructor-prototype.swf |binary
test/trace/constructor-prototype.swf.trace | 4
test/trace/function-prototype-chain.swf
2005 Jun 13
2
Preparing timestamped data for fourier analysis
Greetings all,
I'm working on a project trying to apply fourier analysis to timestamped router logs, using R to perform the analysis. The idea is to determine if any type of traffic (say, outgoing ICMP requests) has strong periodic features because it may indicate a compromise somewhere on the network.
The FFT requires all data points to be evenly spaced, but the recorded events do not
2008 Oct 30
9
ActiveMerchant and Encrypted Paypal Standard Checkout
Hi,
Does any know about a good resource for using ActiveMerchant to create
an encrypted button that will use Paypal''s Standard checkout mode?
Best regards,
--
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,
2004 Apr 21
1
rsync-2.6.1pre-1 hang
Hi,
I am running mentioned rsync version in daemon mode on a x86 machine
which is a Gentoo Linux running kernel 2.4.26 and glibc 2.3.3_pre20040207.
During the sync from another machine, the rsync daemon hangs; client receives
no data and server waits on select() call. when this happens, rsync server process
can only be killed by SIGKILL; no timeout occurs on server side.
ssh is not being used for
2006 Jun 10
1
RailsConf 2006 Ticket Available
A friend of mine decided to get married on RailsConf weekend, so I can''t make
the conference. I checked the website and tickets are transferable, so I''m
making the ticket available to the highest bidder. The ticket was $400. I''m
not looking to make a profit, but I would like to recover the original cost.
Given that the conference sold out almost immediately,
2007 Nov 12
4
time plotting problem
I am completely misunderstanding how to handle dates.
I want to plot a couple of data series against some
dates. Simple example 1 below works fine.
Unfortunately I have multiple observations per day (no
time breakdowns) and observations across years.
(example 2 very simplistic version )
Can anyone suggest a quick fix or point me to
something to read? I thought that zoo might do it but
I seem
2006 Jul 24
4
safenet on debian etch
Hi List,
I just got myself a new everpower-1000va.
according to the compatibility list, the 'safenet' driver supposed to
support it,
however, when I try, I get this in syslog:
Jul 24 15:05:22 tv upsd[26458]: Can't connect to UPS [everpower1000]
(safenet-ttyS1): No such file or directory
this is my ups.conf:
[everpower1000]
driver = safenet
port = /dev/ttyS1
desc =