similar to: [Bug 10995] New: rsync -aFF crashes when parent directory of source directory has a .rsync-filter file with a dir-merge rule in it

Displaying 20 results from an estimated 5000 matches similar to: "[Bug 10995] New: rsync -aFF crashes when parent directory of source directory has a .rsync-filter file with a dir-merge rule in it"

2013 Nov 29
0
rsync dir-merge filter rule leaking outside its directory
Before I submit a bug report, perhaps the following has been seen and dealt with before: I found that it is possible for dir-merge filter rules to inconsistently leak outside the directory where they are defined. This happens when using --delete-after and -R and when asking for transfer of a child of the directory where the filter rules are defined, with an other transfer directory later on the
2008 Feb 06
2
kinship package: drawing pedigree error
Hi Im using the kinship package to draw a pedigree. On my data set this works fine but when i add indivudals to the pedigree i keep getting an error i hope someone can help me! This is the code im using: Data<-read.table("Tree.txt", header=T, sep=",") attach(Data) ped<-pedigree(id, dadid, momid, sex, aff) par(xpd=T) plot.pedigree(ped) This is my data looks like
2011 Dec 13
0
Dir-merge exclude filter ignored when rsync DEST ends in /.
Hi, I encountered this behavor when switching my excludes from global exclude filter rules to dir-merge rules. If the spezified DEST directory has a trailing dot dir the exclude filter rule "exclude /foobar" inherited from dir-merge is ignored and the file gets deleted. But I'm not quite sure if this behavor is a bug or feature. Test: $ mkdir src $ touch src/object $ echo
2011 Oct 05
2
Estimating backup usage with dir-merge filter
I use --filter='dir-merge .backup-filter" to allow my users to designate portions of their home directories that should be excluded from my rsync-based backup system. I'm looking for a way to periodically generate a report that shows the amount of backup space being used by each user. I've tinkered with writing my own script that processes any filter files into --exclude
2011 Sep 13
1
protect rule prevents file sending when in merge filter file?
Hi, We upgraded from rsync 2.6.8 to 3.0.6, and ran into a problem with P (protect) rules coming in from filter files. The rule works if given on command line, but if given via . (merge), it no longer works. The effect is that files are not sent to the destination any more. I verified the problem still exists in 3.0.9pre2. I don't think this is bug 8309
2007 Sep 25
0
[LLVMdev] Coalescing and VNInfo
On Tuesday 25 September 2007 10:49, David Greene wrote: > I've hit a bug in a refactored version of coalescing and I'm trying to > understand what is going on. In particular, I'm curious about this > line in SimpleRegisterCoalescing.cpp: > > 00710 LHSValsDefinedFromRHS[VNI] = > RHS.getLiveRangeContaining(VNI->def-1)->valno; > > Why VNI->def-1?
2015 Feb 09
2
Per-protocol ssl_protocols settings
Sorry for the bump... Anyone know if it is possible to have multiple protocols instances with different ssl_protocols settings? Regards. On 07/02/15 00:03, Gionatan Danti wrote: > Hi all, > anyone with some ideas? > > Thanks. > > Il 2015-02-02 23:08 Gionatan Danti ha scritto: >> Hi all, >> I have a question regarding the "ssl_protocols" parameter.
2015 Feb 02
2
Per-protocol ssl_protocols settings
Hi all, I have a question regarding the "ssl_protocols" parameter. I understand that editing the 10-ssl.conf file I can set the ssl_protocols variable as required. At the same time, I can edit a single protocol file (eg: 20-pop3.conf) to set the ssl_protocols for a specific protocol/listener. I wander if (and how) I can create a different listener for another POP3 instance, for
2002 Mar 15
1
eval in parent frame: scoping rule confusion
Hi all, Look at the following "stupid" function that is created just to show the problem: outlayer <- function(x) { inlayer <- function(z){ e1 <- parent.frame() eval(expression(y<-log(z)),e1) } inlayer(10) y } I have a compilation error when running this. My purpose is to create "y" variable equal to log(z) in the frame of "outlay". How can I
2018 Mar 29
1
nwfilter multiple IPs
I'm trying to apply a nwfilter rule for two networks on the same guest interface, like so: ~ # virsh nwfilter-dumpxml 1081532-private-both <filter name='1081532-private-both' chain='root'> <uuid>16004b94-2b62-4568-9467-169908eb4040</uuid> <rule action='accept' direction='in' priority='500'> <ip
2008 Aug 05
2
dir-merge in a subdirectory
Is it possible to add a rule like dir-merge myconf/mybackuprules ? That is, the file to merge is in a subdirectory of directory where we want the rules to apply. Thanks in advance, -Eduardo
2006 Dec 07
0
Invalid character and win32
Hola, I''ve been having a bear of a time getting ferret (via aaf) working correctly on win32 (using ferret 0.10.9 win32). I am constantly getting either "invalid character" or "unexpected end" error messages from "normal" html in rhtml files. I am running ruby 1.8.5 (via 1-click installer) and get this error from both my functional tests and via mongrel.
2020 Jul 15
0
oVirt 2020 online conference - free registration now open
It is our pleasure to renew our invite to oVirt 2020 online conference and announce free registration <https://www.eventbrite.it/e/ovirt-2020-online-conference-registration-111989694190?aff=centosvirt> is now open. The conference,organized by oVirt community, will take place online on Monday, September 7th 2020! You can read updated information about the conference at
2006 Mar 01
0
connectivity trouble
I have samba 2.2.7 running on Tru64unix. In the smb.conf file, in the global section, I have the following: password server = PWA, PW security = server With these options set, all of the network users who also have accounts on the unix machine can access the samba share they need. We also have a user without a network accout but has an account on unix can also access the share because his name is
2010 Sep 09
0
problems with always one logged files
Hi, ? we?ve got a samba system as an pdc and got some problem with one file which always is not closed properly. ? Here we have the output with no user or pc is logged on and one file keeps always open. The only way is to reboot the system. Killing the process fails. May someone has an idea what causes this? ? Samba version 3.2.13-SerNet-Debian PID???? Username????? Group???????? Machine
2012 Oct 01
3
ffbase, help with %in%
Hello to everyone. I'm trying to use the %in% to match to vectors in ff format. a<-as.ff(data[,1]) %in% fire$fecha > aff (open) logical length=3653 (3653) [1] [2] [3] [4] [5] [6] [7] [8] [3646] FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE : FALSE [3647] [3648] [3649] [3650] [3651] [3652] [3653] FALSE FALSE FALSE FALSE FALSE FALSE
2007 Sep 25
2
[LLVMdev] Coalescing and VNInfo
LLVM is assuming this: struct InstrSlots { enum { LOAD = 0, USE = 1, DEF = 2, STORE = 3, NUM = 4 }; So VNI->def is always modulo 2. For coalescing, it's checking if the RHS is live at the "use" cycle. So it's checking VNI->def-1. Evan On Sep 25, 2007, at 8:55 AM, David Greene wrote: > On Tuesday
2011 May 16
2
[Bug 8138] New: Per-dir merge files not reloaded properly when switching source args with --i-r
https://bugzilla.samba.org/show_bug.cgi?id=8138 Summary: Per-dir merge files not reloaded properly when switching source args with --i-r Product: rsync Version: 3.1.0 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at
2010 Jan 25
1
Using Protect filter on a merge rules file
Hy, I've a strange problem using rsync version 3.0.6 protocol version 30: My /etc/rsyncd.conf: --------------------------------------------------- ... [bianco-home] read only = no filter = . /etc/rsync/filter/bianco-home path=/home/bianco/ list = yes use chroot = no auth users = bianco uid= bianco secrets file = /etc/rsync/rsyncd.secrets ...
2015 Jul 07
1
Issue call quality: Asterisk call quality on trunks
Good afteroon all, First of all: thanks for everybody who is willing to think this through with me: I'm having some issues regarding call quality between some calls. Let me try to explain the situation first We have a Asterisk 11.16 server based on the Xivo distribution. There are 2 servers running in cluster (Active Passive), both virtual with the following config: Quadcore CPU 8 GB ram