Displaying 20 results from an estimated 9246 matches for "chains's".
Did you mean:
chain's
2007 Sep 13
0
2 commits - libswfdec/swfdec_as_function.c test/trace
libswfdec/swfdec_as_function.c | 9
test/trace/Makefile.am | 117 ++++++++++
test/trace/scope-chain-did-you-understand-5.swf |binary
test/trace/scope-chain-did-you-understand-5.swf.trace | 1
test/trace/scope-chain-did-you-understand-6.swf |binary
2005 Jun 08
6
Random seed problem in MCMC coupling of chains
Hello!
I am performing coupling of chains in MCMC and I need the same value
of seed for two chains. I will show demo of what I want:
R code, which might show my example is:
niter <- 3
nchain <- 2
tmpSeed <- 123
for (i in 1:niter) { # iterations
for (j in 1:nchain) { # chains
set.seed(tmpSeed)
a <- runif(1)
cat(&q...
2012 Aug 01
0
chain module updates
This is a set of few chain post-merge patches - mostly revolving around simple
adjustments, though a few are somewhat larger and/or introducing new features
(nothing particularly complex though).
Fetch details at the bottom. I didn't spam the list with mass of mostly banal
patches, though of course I can send them any moment if necessary.
Summary of a few more important ones:
-
2024 Oct 29
21
[Bug 1777] New: Error: COMMAND_FAILED: 'python-nftables' failed
https://bugzilla.netfilter.org/show_bug.cgi?id=1777
Bug ID: 1777
Summary: Error: COMMAND_FAILED: 'python-nftables' failed
Product: nftables
Version: 1.0.x
Hardware: arm
OS: Debian GNU/Linux
Status: NEW
Severity: blocker
Priority: P5
Component: kernel
Assignee: pablo at
2009 Jul 19
2
Patch for chain.c32: Set default boot drive to CD drive from which ISOLINUX is booted
chain.c32 of SYSLINUX 3.82 does set the boot drive passed to the DL register to 0x80 and not to the boot drive (CD-drive).
This can be a problem if you want to chainload grldr (grub4dos bootloader) from a CD and if you want to let grldr search for its menu.lst file on the CD.
For more info:
http://www.boot-land.net/forums/index.php?showtopic=8457
This 1 line patch fixes the issue (Thanks to
2009 Jun 20
3
chaining support
...this a bit at FOMS 2008, and there are some open issues.
There was talk of making some skeleton-like metadata that spans chain
boundaries (or perhaps putting into skeleton a "chain identifier").
Other things that need to be specced out:
* edits vs. playlists: how to distinguish between chains that have
come about by removing part of an existing file, vs. a sequence of
completely separate files
* how to present a seek bar to the user for each kind of chain, ie.
one timeline for the entire sequence?
Perhaps all we need is a field in skeleton (could be a text
message-header field) for &q...
2016 Jul 14
3
[PATCH] : Adding dlabel option to chain.c32
On 07/14/16 05:56, Ady Ady via Syslinux wrote:
>
> @Peter, Erwan, Gene, Michal, (and anyone else interested)...
>
> Although I haven't actually tested Erwan's patch, would it be
> acceptable by you (all) if I were to send a patch to this Syslinux
> Mailing List with the same code while changing the wording as I
> previously suggested in a prior email? Would it be
2012 Nov 06
50
chain.c32 (and partiter) updates v2
This is a bit updated set of chain.c32 changes that simplifies a few things
(and in partiter part), fixes few minor issues and adds a few new features.
Details are in the following commits, below is the summary and pull details at
the end.
Shao - any chance to peek over them ? Most of those are relatively simple
changes and well tested, though of course something might have slipped my
attention.
2018 Dec 01
20
[Bug 1305] New: Rules in second chain same hook ignored if first chain has policy drop
...OS: Debian GNU/Linux
Status: NEW
Severity: normal
Priority: P5
Component: nft
Assignee: pablo at netfilter.org
Reporter: keithwilliamsnp at gmail.com
Debian Stretch, nft version 0.9.0-1 kernel 4.9.0-8-amd64
Am finding behaviour in added chains a bit different to that expected from
reading all the documentation.
I have chain
input {type filter hook input priority 0; policy drop;}
This carried most of the firewall rules. I then added another
chain
testpr {type filter hook input priority -1;}
I cut and pasted the rule to accept ftp f...
2020 Jul 17
2
Selection DAG chain question
newbee here. What's the difference between glue and chain?
Why can't we add chains to any node we want?
On Fri, Jul 17, 2020, 10:25 PM Björn Pettersson A via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> Still sounds to me as Glue might help (as already proposed by Craig), but
> maybe I’ve misunderstood something.
>
>
>
> Another option is to do a simp...
2014 Jun 29
10
[PATCH 0/6] chain.c32 patches
This small set fixes few bugs, improves gpt handling (under buggy conditions)
and implements strict flag with more fine grained control which should fix
issues with sanity checks against disk sizes.
If this set is allright I'd want to do what I mentioned in older discussion
with Ady - backport missing patches from 6.x to 5.x and 4.x so all versions
have up to date chain version.
Michal
2020 Jul 20
2
Selection DAG chain question
...ore hooks into the selection DAG builder may be an idea for a LLVM
extension. For example in this case, custom allowing for a node to be built
with an existing chain would have been helpful.
On Fri, Jul 17, 2020 at 11:06 AM Craig Topper via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> Chains represent a dependency between nodes that can't be represented by a
> data dependency. For example a load following a store that might alias with
> the address of the load. The store must happen before the load. So the
> load's chain input is dependent on the store's chain outp...
2018 Nov 14
3
[Bug 1295] New: Access decision from previous priority
...OS: Debian GNU/Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: nft
Assignee: pablo at netfilter.org
Reporter: Vincent.VSmeets at GMail.com
Hallo,
https://wiki.nftables.org/wiki-nftables/index.php/Configuring_chains#Base_chain_priority
describes that all the chains for a hook are executed in the order of the
priority. The higher priority chains overrule the decision of the lower
priority chains. The example from the wiki:
table inet filter {
# this chain is evaluated first due to priority
chai...
2010 Jun 25
1
chain.c32 GPT Support
Hello all.
Here[1] is a branch where chain.c32 can chain-boot a partition on a GPT
disk when given the partition index.
boot: chain hd1 84
(For example.)
- Shao Miller
[1]
http://git.zytor.com/?p=users/sha0/syslinux.git;a=shortlog;h=refs/heads/
chain_gpt
2020 Jul 16
3
Selection DAG chain question
Re: Do they really need to be chained with each other or anything else
Yes. For 2 reasons. Our architecture lowers udivmem into something with 1
producer and 2 consumers. Reason 1) neither the producers nor the consumers
must get reordered. Reason 2) one of the consumers might be missing (either
the div or mod consumer might not be present. Yet we need to keep the
consuming instruction with side
2020 Jul 16
2
Selection DAG chain question
I need to lower a node into something in the machine that has side effects,
i.e. needs a chain. Specifically it's actually UDIVREM. UDIVREM does not
have a chain. I can custom lower UDIVREM into the nodes I want, with chain,
I can even chain the new nodes and connect them to entry and root with
token factors. But then the new nodes are not chained with respect to other
nodes, or not chained
2015 Feb 13
2
[LLVMdev] DAGCombiner::MergeConsecutiveStores
...nd then the code goes like this:
// Replace one of the loads with the new load.
LoadSDNode *Ld = cast<LoadSDNode>(LoadNodes[0].MemNode);
DAG.ReplaceAllUsesOfValueWith(SDValue(Ld, 1),
SDValue(NewLoad.getNode(), 1));
// Remove the rest of the load chains.
for (unsigned i = 1; i < NumElem ; ++i) {
// Replace all chain users of the old load nodes with the chain of
the new
// load node.
LoadSDNode *Ld = cast<LoadSDNode>(LoadNodes[i].MemNode);
DAG.ReplaceAllUsesOfValueWith(SDValue(Ld, 1), Ld->getChain());
}
And h...
2024 Dec 19
1
[Bug 1782] New: Wrong error printed when trying to add base chain named same as existing regular chain
https://bugzilla.netfilter.org/show_bug.cgi?id=1782
Bug ID: 1782
Summary: Wrong error printed when trying to add base chain
named same as existing regular chain
Product: nftables
Version: 1.0.x
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P5
Component:
2013 Jan 07
2
chain.c32 bug
i`ve found a bug in chain.c32 in v4.06. When i use isolinux it does not run
windows7 installation, chainloading bootmgr.
the error is: Can't find myself on the drive I booted from.
chain.c32 from syslinux 3.xx works like a charm!
chain.c32 from syslinux 5 shous tat this is not a com32 app
2013 Dec 12
3
Puppetlabs-firewall and Logging
...{ ''025 dns_out'': chain => ''dns_out'', action => ''accept'', }
None of the above rules generates any errors.
My understanding of reading the doc is the default policy is ''accept'' when
not specified (not sure about custom chains). When I try to connect to the
server, I don''t see logs being generated.
Thanks,
Jim
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet...