Displaying 20 results from an estimated 900 matches similar to: "[ycui1@bloomberg.com: Re: rsync bug?? (rsync fails when -C is used).]"
2005 Apr 26
1
Bug#306368: filter rules are too modern for remote rsync (which is 2.5.6)
I received the following bug report for the Debian rsync package today.
I wouldn't have expected 2.6.4 to refuse to talk to even a 2.6.2 in this
way...
Perhaps Wayne could comment?
Paul Slootman
On Tue 26 Apr 2005, Alexey Feldgendler wrote:
>
> Rsync fails to push filters to the the remote host if the remote rsync
> is older than the Debian's. I've tried to connect to a
2007 Jul 19
2
rsync bug?? (rsync fails when -C is used).
hi, All.
I just compiled the latest rsync (2.6.9). but I'm getting an error when
I use the -C option.
eg:
$ rsync -aCv host1:/home/john/data/ /home/john/data
receiving file list ... ERROR: out of memory in add_rule [sender]
rsync error: error allocating core memory buffers (code 22) at util.c(115) [sender=2.6.9]
rsync: connection unexpectedly closed (8 bytes received so far) [receiver]
2005 Apr 06
1
rsync, --cvs-exclude option.
Hi Martin,
Yes we can add "--include=*.exe",
But --cvs-exclude means excluding only CVS dir right, But currently it is excluding other also.
I am confused.
~~~~
static char default_cvsignore[] =
/* These default ignored items come from the CVS manual. */
"RCS SCCS CVS CVS.adm RCSLOG cvslog.* tags TAGS"
" .make.state .nse_depinfo *~ #* .#* ,*
2001 Sep 30
0
Exclude sets generated with -C
Hi guys,
I recently stumbled across what I think is an rsync bug. The problem
was I was trying to rsync from one CVS checkout, to another, and was
using rsync -Cavz to do the job. In this CVS module, there happens to
be two sub-directories with the names of "core" and "tags"
respectively, which were ignored, since these names matched the
default CVS ignore list.
When rsync
2003 Jan 08
2
[PATCH] Add .svn to the exclude list for --cvs-exclude
Skipped content of type multipart/mixed-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.samba.org/archive/rsync/attachments/20030108/7b6ccd16/attachment.bin
2011 Oct 28
3
Strange bug (buffer overflow) happening only under cron
Hi,
I am running OS X Snow Leopard on the 'sender' side and
Linux (2.6.32, possibly fedora but unsure) on the 'receiver'
side. Both with rsync 3.0.9.
If I run the following command from the command line:
/usr/local/bin/rsync -av -e "ssh -i \
/Users/pedrofortunyayuso/.ssh/backup_pfortuny_net" \
--filter ': rsync.dirs' ~/ pfortuny at
2010 Feb 05
1
Error 11: can not backup /var/lib/zope2.9
Moin,
I wrote a small backup script that use rsync: r5backup
(http://sourceforge.net/projects/r5backup/). It backup dozen of unix machines
for many people.
But when I try to backup /var/lib/zope2.9 I get an error 11. It does not
matter if zope is running or not.
I can't see an error meassge in the (verbose) logfile:
[client] parse_filter_file(/etc/r5backup/profiles/boulder.exclude,0,3)
2007 Sep 18
1
Problem in extracting EQY_DVD_HIST from Bloomberg
Hi R,
Again the problem in Bloomberg, I give the below code,
> con =
blpConnect(show.days="trading",na.action="previous.days",periodicity="da
ily")# connecting Bloomberg
> div <- blpGetData(con,"IBM US
Equity","EQY_DVD_HIST",start=as.chron(as.Date("01/01/2005",
"%m/%d/%Y")),end=as.chron(Sys.Date()))
>
2012 Apr 05
1
Bloomberg API functions BAddPeriods Binterpol Bcountperiods in RBloomberg
Hi to all,
Is there a way to use the API bloomberg functions BAddPeriods Binterpol
Bcountperiods in RBloomberg?
tnks
--
View this message in context: http://r.789695.n4.nabble.com/Bloomberg-API-functions-BAddPeriods-Binterpol-Bcountperiods-in-RBloomberg-tp4534163p4534163.html
Sent from the R help mailing list archive at Nabble.com.
2006 Feb 08
3
Bloomberg Data Import to R
Hi R-Experts,
Can anyone tell me how Bloomberg data can be directly downloaded to R?
Is there any package?
Sumanta Basak.
-------------------------------------------------------------------------------------------------------------------
This e-mail may contain confidential and/or privileged infor...{{dropped}}
2007 Sep 18
0
FW: ISIN numbers into Bloomberg tickers
Hi David,
I tried the following and get the below error messages....
con =
blpConnect(show.days="trading",na.action="previous.days",periodicity="da
ily")# connecting Bloomberg
> dat <- blpGetData(con,"US4009703799
Equity","PX_LAST",start=as.chron(as.Date("01/01/2005",
2009 Aug 18
2
rsync 3.0.4 under cygwin: problems with --exclude
Hi all,
I'm trying to backup a disk using rsync but I need to exclude some folder.
I'm using rsync 3.0.4 under cygwin on a winxp machine.
The script that I use is:
# ---------------------------------------------------------------- #
SRCDIR=/cygdrive/d
LOGDIR=/cygdrive/f
BCKDIR=/cygdrive/f/Backup
rsync -auv --progress --delete --delete-excluded --log-file=$LOGDIR/`date
+%Y%m%d`.log
2006 Nov 13
1
Fetching Intraday data from Bloomberg
Hi Everyone.
I am downloading intraday Bloomberg data from R.
The code I give is:
library(zoo)
library(chron)
library(RBloomberg)
conn<-blpConnect(show.days="trading",na.action="previous.days",periodici
ty="daily")
dat<-blpGetData(conn, "VG1 Index", c("LAST_PRICE"),
start=as.chron(as.Date("2006-9-01",
2007 Sep 14
1
ISIN numbers into Bloomberg tickers
Hi R,
Can I convert ISIN numbers into Bloomberg tickers in the RBloomberg
package?
BR, Shubha
[[alternative HTML version deleted]]
2005 Mar 31
0
Bloomberg data import SOLVED
Together with Enrique's running start and Prasad's work, we figured out
how to get tick data and bulk data from Bloomberg into R. Here is a code
snippet which builds on Enrique's.
----------------------------
require("RDCOMClient")
blCon <<- try(blCon <- COMCreate("Bloomberg.Data.1"), silent=TRUE)
# Always check the class of blCon before proceeding!
#
2012 Jul 09
1
Problem to establish Bloomberg connection / Package RBloomberg / function blpConnect()
Dear All,
when I try to call blpConnect() in order to open a connection to the
Bloomberg on my machine, I receive following error message:
R version 2.15.1 (2012-06-22)
rJava Version 0.9-3
RBloomberg Version 0.4-150
Java environment initialized successfully.
Looking for most recent blpapi3.jar file...
Adding C:\blp\API\APIv3\JavaAPI\v3.4.8.1\lib\blpapi3.jar to Java
classpath
2005 Mar 24
5
Bloomberg data import
Dear R Folks,
I know that Enrique Bengoechea ( Credit Suisse ) had posted some code
snippets for importing Bloomberg historical data into R.
I found them to be very useful.
Has anyone succeeded in getting the below items
from Bloomberg to R?
(a) historical economic release data,
(b) tick/intra-day data
(c) bulk data such as Index membership info, etc.
If someone is willing to share their code
2004 Mar 25
1
Per-directory .cvsignore too aggressive
I have noticed that the contents of per-directory .cvsignore files apply
outside their subtrees when using --cvs-exclude in rsync 2.6.0. In the
results below, notice how dir1/.cvsignore is applying to a file in dir2.
There is no ~/.cvsignore, and the CVSIGNORE variable is unset.
% ls -AFR
.:
dir1/ dir2/
./dir1:
.cvsignore file1
./dir2:
file2.foo
% cat dir1/.cvsignore
*.foo
% /usr/bin/rsync
2004 Mar 24
1
incorrect exclude list with -C
I just received this bug report on Debian's rsync package.
I've verified it. The entry from the manpage:
-C [...]
Finally, any file is ignored if it is in the same directory as a
.cvsignore file and matches one of the patterns listed therein.
Here the patterns of a .cvsignore file is apparently used to exclude
file outside the directory where the .cvsignore file is found.
Any
2018 Jun 10
1
[Bug 13467] New: an xattr filter rule is treated as a file filter rule on the remote side
https://bugzilla.samba.org/show_bug.cgi?id=13467
Bug ID: 13467
Summary: an xattr filter rule is treated as a file filter rule
on the remote side
Product: rsync
Version: 3.1.3
Hardware: All
OS: All
Status: NEW
Severity: major
Priority: P5
Component: core