similar to: release 2.4.7pre4 - Thanks!

Displaying 20 results from an estimated 30000 matches similar to: "release 2.4.7pre4 - Thanks!"

2002 Dec 03
3
rsync 2.5.5, "unexpected tag failures", Solaris 2.6 vs. 2.8, "--b locking-io" workaround
Hi, I have been having a problem that seems related to previously reported problems but persists. I am syncing from a 2.6 Solaris box to a 2.8 solaris box. All are running rsync 2.5.5. When I sync (commands simplified for example, always using rsh): 2.8box% rsync -e rsh 2.6box:/path/path/stuff/ /path/path/newstuff/ i.e., the 2.6 box is the server, I get spurious, persistent but inconsistent
2003 Jan 09
1
--exclude and --delete-exclude problem
Hi. I'm trying to accomplish the following ; 1) First, I did a rsync for a file, like this /usr/bin/rsync -lptgoD --delete --rsh=/usr/bin/ssh -R --delete-excluded -vv root@127.0.0.1:/usr/local/src/* /tmp/localhost/daily.0 If I did a ls -la to the destination dir (/tmp/localhost/daily.0/usr/local/src/README) I take ls -la /tmp/localhost/daily.0/usr/local/src/ total 60 drwxrwsr-x 2 root
2007 Jun 04
1
Exclude option not working
Hi , Hope you are doing good. I am Madhavan from India . I was trying to implement the wonderful rsync concept in my project for file mirroring. I implemented the functunality but the only problem I am facing is in the * exclude* directory option. Though I am trying to exclude the directory by giving proper syntex for exclude but I find once the whole rsync is completed the directory still gets
2007 Nov 15
1
Problem with --exclude command
Hi everybody, i want to exclude a set of directories of a rsync synchronization but i have a problem : ------------------------------------------- serv-dev:~/scripts_Admin# RSYNC_PASSWORD=xxxx /usr/bin/rsync -vv --checksum --recursive --links --exclude .svn/ --exclude test/ /var/www/ssl/ rsuser@192.168.130.1::ssl/ opening tcp connection to 192.168.130.1 port 873 opening connection using --server
2001 Aug 06
3
rsync 2.4.7pre1 release
Well, here's rsync 2.4.7 preview 1: rsync://va.samba.org/ftp/rsync/preview/rsync-2.4.7pre1.tar.bz2 http://va.samba.org/ftp/rsync/preview/rsync-2.4.7pre1.tar.bz2 You need bunzip2 to decompress these files: http://freshmeat.net/projects/bzip2 The change list is below. Please, do try this out and let us know either if it works for you or if it does not. We need both kinds of
2011 Mar 07
6
Dell PERC H800 commandline RAID monitoring tools
We're looking for tools to be used in monitoring the PERC H800 arrays on a set of database servers running CentOS 5.5. We've installed most of the OMSA (Dell monitoring) suite. Our current alerting is happening through SNMP, though it's a bit hit or miss (we apparently missed a couple of earlier predictive failure alerts on one drive). OMSA conflicts with mega-cli, though we may
2006 Jan 25
0
SIP re-invites ignored by other end
Many of my dialplan scenarios involve transferring incoming calls back out to other numbers. For reasons of call quality and bandwidth, I would like for the calls to be reinvite'd to bypass my server with the audio channel. What I am seeing is that my server does indeed send the reinvites, and I get OK responses, but the audio never stops passing through my server. I've been fooling
2002 Apr 20
1
rsync "exclude-from"
Hi - I want to use rsync in combination with a list of files it should exclude, but somewhere I seem to have a problem. The problem is that the files and directories I list in the file to be excluded are in fact synchronized on the remote server. I should add that they are not present on the remote server and shall not, thus, excluding them from synchronization. :) The "exclude file"
2010 Nov 09
1
How to copy just some subdirectories using filter rules
Hi, I always find the same problem when trying to properly configure my remote backups so have decided to ask here since, surely, I miss something :) I just want to copy some directories (and their full content) from a server to my PC. This is what I "try" to use: rsync -vv -a --relative --delete --force --delete-excluded \ --include-from=/etc/backup.filter \
2011 Mar 03
1
Nondestructive testing environment on legacy db
Hi, I''ve been trying to Google for an answer to this, but the suggestions I''ve found have been either contradictory or seemingly outdated. I''m building a Rails frontend for a legacy Oracle database, and I want to do proper tests with RSpec/Cucumber. What I can''t seem to figure out is how to run tests without destroying and rebuilding the database. I''m
2011 Jan 27
1
Errors in Integrate
Hello, I have written the function I would like to integrate in two ways: denfxn <- function(yy,vv,a2,b2,mu2) { pp <- 1-pnorm(yy/sqrt(vv)) part1 <- pp^(a2-1) part2 <- (1-pp)^(b2-1) part3 <- dnorm(yy,mu2,sqrt(vv)) return(part1*part2*part3) } denfxnorg <- function(yy,vv,a2,b2,mu2) { pp <- 1-pnorm(yy/sqrt(vv)) pp <- if (pp < .001) .001 else
2008 Jan 29
1
rsync ignores include rule - analogic to other that works
Hi, I have this rsync to backup specific directories from one PC to another in local network. All is working smooth except for /storage dir. I just don't get why as I am using exact same why as I do for other dirs that work. I see that it matches it like e.g [sender] showing directory /storage because of pattern /storage/ .......... But then again there is no /storage/** like for etc for
2007 Jul 09
1
Exclude not working
Hi, I am facing a problem with rsync exclude filter. It seems even though I am trying to exclude few directories under my directory structure, it is still getting copied every time it runs. The folder structure is as below. Source Directory Structure opt msc arb821 Server transmissionData logs temp
2010 Jun 09
0
fitting t copula
Hi r-users, I try to fit the t copula using the gamma marginals.  But I got error message which I don't really understand. Thank you for any help given. myCop.t <- ellipCopula(family = "t", dim = 2, dispstr = "toep", param = 0.5, df = 8) myCop.t myMvd <- mvdc(copula = myCop.t, margins = c("gamma", "gamma"), paramMargins = list(list(mean = 0, sd
2003 Aug 03
3
Include-from ?
Hello - I just finished doing a search of the archives and couldn't seem to get this answered. Example, I have a root directory containing the following directories: /Test1 /Test2 /Test3 I want to rsync only /Test2 and all subdirs under. So my include-from file looks like: + Test2/* - /* This doesn't work as nothing is synced, and if I do a -vv it tells me that nothing is being
2004 Aug 19
3
List dimention labels to plots of components
It is frustrating to see the labels I want in the dimensions of a list but not be able to extract those labels into titles for plots generated from component objects. If someone could set me straight, I would appreciate it. For your amusement, I have provided an example of the Byzantine code I am currently using to avoid loops: # Simulate ANOVA type test data sex<-c(rep(1,8),rep(0,8))
2001 Nov 30
1
rsync 2.5.0 released
I am happy to announce a new stable release of rsync-2.5.0. This supersedes 2.4.6 and 2.4.7pre4. In particular, this release is supposed to fix the hang bug experienced by many people when using the -v option. rsync 2.5.0 also adds support for IPv6, and works on more platforms. Other enhancements are listed in the NEWS file below. Please report success or failure in building or using
2001 Nov 30
1
rsync 2.5.0 released
I am happy to announce a new stable release of rsync-2.5.0. This supersedes 2.4.6 and 2.4.7pre4. In particular, this release is supposed to fix the hang bug experienced by many people when using the -v option. rsync 2.5.0 also adds support for IPv6, and works on more platforms. Other enhancements are listed in the NEWS file below. Please report success or failure in building or using
2014 Nov 30
0
Xiph and Sourceforge downloads sections
How about using Sourceforge only for the most recent version? It would prevent any possible confusion (or the hassle with SF?s byzantine file interface) and if people are looking for older versions they could always go to http://downloads.xiph.org/releases/flac/. On 29 Nov 2014, at 05:44, Erik de Castro Lopo <mle+la at mega-nerd.com> wrote: > Erik de Castro Lopo wrote: > >>
2014 Jan 20
1
[R-SIG-Mac] My first package
On 20 Jan 2014, at 14:51, G?bor Cs?rdi <csardi.gabor at gmail.com> wrote: > On Mon, Jan 20, 2014 at 4:31 AM, Federico Calboli <f.calboli at imperial.ac.uk> wrote: > [...] > Is it? this is news to me. I have a grand total of 2 packages up and I never ever used R-devel, and never ever had a problem, had a report of a problem or had a note from CRAn about my packages not being