search for: subcomponents

Displaying 20 results from an estimated 63 matches for "subcomponents".

2016 May 05
3
Yet another filter question
...hat, when using the --recursive (-r) option (which is implied > by -a), every subcomponent of every path is visited from the top > down, so include/exclude patterns get applied recursively to each > subcomponent’s full name (e.g. to include "/foo/bar/baz" the > subcomponents "/foo" and "/foo/bar" must not be excluded). The > exclude patterns actually short-circuit the directory traversal > stage when rsync finds the files to send./ > > > Thus, your latter exclude prevents the first include from ever seeing > any data that...
2016 May 05
0
Yet another filter question
...es up with some of the vocabulary (e.g. "deeper") used later in the paragraph. Er, ok. It could also say "component" instead of "subcomponent", in the first instance. And "to the full name of each node in the filesystem's tree" instead of "to each subcomponents full name", in the second instance. And eliminate "the subcomponents" in the third instance. Patch appended. (Which does not perfectly match my comments above.) > On 05/04/2016 09:03 PM, Wayne Davison wrote: > > From the man page near the start of the "INCLUDE/EXCLU...
2016 May 03
4
Yet another filter question
Hello, Since the very first day I've been using rsync - some 15 years ago - the filtering rules caused great grieve. Their behaviour is just not the way I'd expect it be be and as I read the manpage. Usually I end up with some hand-written recipes, carefully documented,y including all the gotchas. This time however I failed and I see no other way than to ask for advice. Given the
2009 Dec 24
2
Include and Exclude
...m: when using the --recursive (-r) option (which is implied by -a), every subcomponent of every path is visited from the top down, so include/ exclude patterns get applied recursively to each subcomponent's full name (e.g. to include "/foo/bar/baz" the subcomponents "/foo" and "/foo/bar" must not be excluded). It then gives an example of including the parent directories. Trouble is, I do not want any files in /usr/home/fred/ to be synced at all, only the files (and directories) in /usr/home/fred/Maildir/ Also, I don't necessa...
2008 Jan 23
0
[Fwd: Re: WBC subcomponents.]
Hi Nikita - This looks excellent, except that I don''t feel we have a good basis for the estimates yet. This has major architectural value as it gives a component breakdown and should be recorded as such on the architecture wiki. When you do these component breakdowns it is important to identify what interfaces are offered and used by the components (this is the static aspect of
2015 Nov 19
4
An Update on the C API
...anding that API is acceptable”, but we’re also going to institute a better policy of “please test the API that you’ve just expanded”. Hopefully this will get the C API better tested as time goes on to remove accidental breakage so that any time we break the C API we know about it. Adding C API for subcomponents that don’t currently have one is also fine, and the details of how best to do that should be discussed on the mailing list as they come up. Documentation: We’re going to document this policy in the developer documentation. In addition, any changes to the C API will require documentation in the re...
2008 Jan 31
1
WBC subcomponents.
Hello On Wed, 2008-01-23 at 00:10 +0300, Nikita Danilov wrote: > Hello, > > below is a tentative list of tasks into which WBC effort can be > sub-divided. I also provided a less exact list for the EPOCH component, > and an incomplete list for the STL component. > > WBC tasks are estimated in lines-of-code with the total of (9100 + 3000) > LOC, where LOC is a non-comment,
2014 Jun 12
0
EVoC Proposal: REclock - Reverse-engineer and implement NVA3/5/8 Voltage- and Frequency Scaling in Nouveau
...n support running at a variety of different > performance "levels". This aids in reducing the power demand and heat > dissipation of the devices when idle, while unleashing full potential > under load. A performance level comprises the clock speed and voltage > for several subcomponents in the GPU. The difference between the > lowest and highest performance level can be as much as a factor 10 in > clock speed. > > Despite hard work from many developers, reclocking support in Nouveau > still has quite a few loose ends: engine reclocking is mostly in place > bu...
2015 Nov 20
3
An Update on the C API
...so going to institute a better policy of “please test the API that you’ve >> just expanded”. Hopefully this will get the C API better tested as time >> goes on to remove accidental breakage so that any time we break the C API >> we know about it. >> >> Adding C API for subcomponents that don’t currently have one is also >> fine, and the details of how best to do that should be discussed on the >> mailing list as they come up. >> >> Documentation: >> >> We’re going to document this policy in the developer documentation. In >> addition,...
2017 May 12
2
[Cellar] FLAC Markdown
Hi all, And cc'ing flac-dev. > On May 10, 2017, at 12:15 PM, Dave Rice <dave at dericed.com> wrote: > > Hi Andrew, > >> On May 10, 2017, at 11:19 AM, Andrew James Weaver <weevz at uw.edu <mailto:weevz at uw.edu>> wrote: >> >> Hello all! >> >> In a previous discussions on this list about people interested in working on the FLAC
2017 Jul 25
3
syslog from chrooted environment
On 7/24/2017 8:39 PM, Nico Kadel-Garcia wrote: > > Why are the targets of the hardlinks evaporating on rebooting? Is that > a FreeBSD'ism? Its when syslogd stops/starts. The hardlinks need to be recreated for some reason. ---Mike -- ------------------- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, mike at sentex.net Providing Internet services since 1994
2020 Mar 26
2
Question about local migration between containers
Hello On kubevirt project we are using IpV6 Kind cluster, and trying to support migration, but since both of the containers are on the same host we get this error {"component":"virt-launcher","level":"error","msg":"internal error: Attempt to migrate guest to the same host
2003 May 01
4
List of lists? Data frames? (Or other data structures?)
...If speed is important, would a list of lists be faster than a data frame? (I know, for example, that scan is supposed to be faster than read.table, but I don't know if that is related to issues with data frames.) My problem with a list of lists, though, is that if I want to access all the bb subcomponents, a naive method like this one failed: y <- c( "a", "b" ) xprime[[ y ]]$bb (Does not work) So to get all the bb subcomponents I seem to need to loop, which may slow things down (presumably). But maybe people here know of a way. Finally what would be the "best" wa...
2005 Nov 27
2
trying to understand --include and --exclude
I was under the impression that --include and --exclude worked by matching patterns in the order given, and whichever matched first, whether that was an include or exclude determined the action for that file. I have a big directory from which I am attempting to transfer selected files. I want all files where the first level directory is anything, the second level directory is "2005"
2017 May 22
0
[Cellar] FLAC Markdown
...tic similarity to the original HTML rendition on the xiph.org site. In order to get the structural data (such as the tables at the end of https://xiph.org/flac/format.html) to fit in plain text RFC style, the tables were dissected a bit to separate value lists from structural lists. In this way the subcomponents and defined in their own sections instead of the prior strategy of detailing lists and pseudocode within large tables. For instance see the original rendition of the frame header documentation from https://xiph.org/flac/format.html#frame_header compared to the dissected version which gives the subc...
2017 Jun 06
3
[Cellar] FLAC Markdown
...original HTML rendition on the xiph.org site. In order to get the > structural data (such as the tables at the end of https://xiph.org/flac/ > format.html) to fit in plain text RFC style, the tables were dissected a > bit to separate value lists from structural lists. In this way the > subcomponents and defined in their own sections instead of the prior > strategy of detailing lists and pseudocode within large tables. For > instance see the original rendition of the frame header documentation from > https://xiph.org/flac/format.html#frame_header compared to the dissected > version...
2019 Oct 17
2
Transient permission denied errors when sending audit logs
Hi, In kubevirt we are running into a strange permission problem on libvirt-5.0. We see transient "Permission Denied" errors when "virAuditSend" wants to send an audit log. [1] shows the logs of one of these containers. Here an example: {"component":"virt-launcher","level":"warning","msg":"Failed to send audit message
2020 Sep 22
2
consuming pre-created tap - with multiqueue
Hello, On KubeVirt, we are trying to pre-create a tap device, then instruct libvirt to consume it (via the type=ethernet , managed='no' attributes). It works as expected, **unless** when we create a multi-queue tap device. The difference when creating the tap device is that we set the multi-queue flag; libvirt throws the following error when consuming it: ``` LibvirtError(Code=38,
2003 Feb 18
1
coplot with boxplot panel function
I am attempting to construct a conditioning plot with a pair of boxplots within each panel. The resulting plot has panels misplaced. One misplaced panel is on top of the subcomponent describing ranges of the conditioning variable. This is what I did: X <- cut(rnorm(200), 2) Y <- runif(200) Z <- rnorm(200) given.Z <- co.intervals(Z, number = 4, overlap = .25) coplot(Y ~ X | Z,
2004 Jan 05
0
No subject
"when used with -r (which is implied by -a), every subcomponent of every path is visited from top down, so include/exclude patterns get applied recursively to each subcomponent." "...base of the tree." I guess I didn't make the connection from these phrases that the base of the tree is not the beginning of a path