Displaying 20 results from an estimated 58 matches for "triger".
Did you mean:
trigger
2006 Apr 11
0
[Bug 469] New: recent match doesn't triger with --hitcount > 20
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=469
Summary: recent match doesn't triger with --hitcount > 20
Product: netfilter/iptables
Version: linux-2.6.x
Platform: i386
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: ip_tables (kernel)
AssignedTo: laforge@netfilter.or...
2006 Apr 12
1
[Bug 469] recent match doesn't triger with --hitcount > 20
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=469
netfilter@linuxace.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |netfilter@linuxace.com
Status|NEW |RESOLVED
Resolution|
2006 Aug 10
7
Radio Button events
Hi,
I have observers for a group of radio buttons, an observe_field for each
radio button (I think its not possible to have one observe_field for a
group of radio buttons).
Now, the problem is that when I click on one radio button, all the
observers get trigerred, so the method which the observe_field calls
gets the wrong result. I just want that method to get the radio button
that is clicked, which seems quite obvious, no?
Any idea how to do this? Help would be greatly appreciated!
Thanks,
Aditya
--
Posted via http://www.ruby-forum.com/.
2005 Mar 16
2
AGI kill
Hello.
When the caller hangup the phone, asterisk kills my AGI python script without
notification.
I caught all signals, but none was trigered.
How can i trap this event to resume some operations.
Sorry for my poor english :)
Thanks.
2009 Jan 13
3
[LLVMdev] Possible bug in LiveIntervals (triggered on the XCore target)?
Hi again,
Now, after I fixed the graph coloring regalloc bug that was triggered
by the ARM target, I continue testing and found another bug, this time
on the XCore target. First I thought that it is again specific to my
register allocator, but it seems to be trigerred also by LLVM's
linearscan register allocator.
I don't know if the XCore target is stable enough in LLVM, or may be I
should just safely skip it during testing because it is not mature
yet. Anyway, I report it here - may be it is of some interest.
The crash happens in LiveIntervalsAnaly...
2006 May 08
2
inPlaceEditor and onClick Event
...want to made element to be edited in place (i mean I want to wrapped that element Ajax.InPlaceElenment) but i want that inplaceeditor be triggered not clicked in that element but in the other element. e.g. there are two divs and first I want to be inplaced editor but this inplaced editor should be trigerred when i clicked in second divs. How to do it nice?
Thanks or any help
Gregor
----------------------------------------------------
Juwenalia.wp.pl 2006 - NAJWIĘKSZE KONCERTY w całej Polsce!
Zobacz gdzie trzeba być i warto się bawić! Kliknij po szczegóły:
http://klik.wp.pl/?adr=www.juwenalia.wp.pl...
2015 Nov 16
2
[PATCH] drm/nouveau: Fix pre-nv50 pageflip events
...hat hack got uprooted in
> >
> > commit cc1ef118fc099295ae6aabbacc8af94d8d8885eb
> > Author: Thierry Reding <treding at nvidia.com>
> > Date: Wed Aug 12 17:00:31 2015 +0200
> >
> > drm/irq: Make pipe unsigned and name consistent
> >
> > Trigering a warning when trying to sample the vblank timestamp for a
> > non-existing pipe. There's a few ways to fix this:
> >
> > - Open-code the old behaviour, which just enshrines this slight
> > breakage of the userspace ABI.
> >
> > - Revert Mario's co...
2011 Feb 18
1
[LLVMdev] Enforcing execution order of passes
...ordering of passes that I want:
(1) A couple of LLVM's passes ==> (2) my_loop_pass ==> (3) my_module_pass
==> (4) Other LLVM's standard O3 optimizations (a bunch of passes).
Can I enfore such complex pass ordering easily? I'd like to pass just a
single argument in opt, which trigers the whole pipeline of passes.
I tried to use getAnalysisUsage and addRequired. But, the documentation is
somewhat vague, I wasn't able even to enforce the pass in (1) to be executed
before (2) my loop pass.
Also, I'm wondering there is a way to run other passes after my pass.
Actually,...
2007 Apr 26
2
mouse event handling
...e prototype and it seems to me that the
only widget capable of receiving mouse events is a Panel. I''ve tested
this by placing a catch-all evt_mouse_events right in my App class
("event tables are searched up through the hierarchy of windows", say
the WxWidgets docs), but its only trigered when I move the cursor over
the Panel and not ScrolledWindow or, in fact, anywhere else in the app
window.
This isnt quite what I was expecting, so I guess I have two questions:
1 - am I thinking correctly about the Panel being the only widget
capable of receiving mouse events?
2 - any other wa...
2023 Mar 28
2
9p regression (Was: [PATCH v2] virtio_ring: don't update event idx on get_buf)
Hi Michael, Albert,
Albert Huang wrote on Sat, Mar 25, 2023 at 06:56:33PM +0800:
> in virtio_net, if we disable the napi_tx, when we triger a tx interrupt,
> the vq->event_triggered will be set to true. It will no longer be set to
> false. Unless we explicitly call virtqueue_enable_cb_delayed or
> virtqueue_enable_cb_prepare.
This patch (commited as 35395770f803 ("virtio_ring: don't update event
idx on get_buf&quo...
2009 Jan 13
0
[LLVMdev] Possible bug in LiveIntervals (triggered on the XCore target)?
...ein wrote:
> Hi again,
>
> Now, after I fixed the graph coloring regalloc bug that was triggered
> by the ARM target, I continue testing and found another bug, this time
> on the XCore target. First I thought that it is again specific to my
> register allocator, but it seems to be trigerred also by LLVM's
> linearscan register allocator.
>
> I don't know if the XCore target is stable enough in LLVM, or may be I
> should just safely skip it during testing because it is not mature
> yet. Anyway, I report it here - may be it is of some interest.
>
> The cr...
2015 Jul 31
2
EFI: ipxe + syslinux = Failed to read blocks: 0xC
> Some magic in dhcpd.conf:
>
> if option architecture-type = 00:09 {
> filename "efi64/syslinux-87020-or.efi";
> option pxelinux.pathprefix "http://bla/efi64/";
> } elsif option
> architecture-type = 00:07 {
> filename "efi64/ipxe-git87981.efi";
> } else {
> filename
2009 Jan 14
2
[LLVMdev] Possible bug in LiveIntervals (triggered on the XCore target)?
...gt;
>> Now, after I fixed the graph coloring regalloc bug that was triggered
>> by the ARM target, I continue testing and found another bug, this
>> time
>> on the XCore target. First I thought that it is again specific to my
>> register allocator, but it seems to be trigerred also by LLVM's
>> linearscan register allocator.
>>
>> I don't know if the XCore target is stable enough in LLVM, or may
>> be I
>> should just safely skip it during testing because it is not mature
>> yet. Anyway, I report it here - may be it is of...
2015 Nov 09
2
[PATCH] drm/nouveau: Fix pre-nv50 pageflip events (v2)
...rm/nouveau/kms/nv04-nv40: fix pageflip events via special case.
Unfortunately that hack got uprooted in
commit cc1ef118fc099295ae6aabbacc8af94d8d8885eb
Author: Thierry Reding <treding at nvidia.com>
Date: Wed Aug 12 17:00:31 2015 +0200
drm/irq: Make pipe unsigned and name consistent
Trigering a warning when trying to sample the vblank timestamp for a
non-existing pipe. There's a few ways to fix this:
- Open-code the old behaviour, which just enshrines this slight
breakage of the userspace ABI.
- Revert Mario's commit and again inflict broken timestamps, again not
pretty...
2015 Dec 01
2
[PATCH] drm/nouveau: Fix pre-nv50 pageflip events
...cc1ef118fc099295ae6aabbacc8af94d8d8885eb
> >> > Author: Thierry Reding <treding at nvidia.com>
> >> > Date: Wed Aug 12 17:00:31 2015 +0200
> >> >
> >> > drm/irq: Make pipe unsigned and name consistent
> >> >
> >> > Trigering a warning when trying to sample the vblank timestamp for a
> >> > non-existing pipe. There's a few ways to fix this:
> >> >
> >> > - Open-code the old behaviour, which just enshrines this slight
> >> > breakage of the userspace ABI.
> >...
2015 Nov 10
2
[PATCH] drm/nouveau: Fix pre-nv50 pageflip events (v3)
...rm/nouveau/kms/nv04-nv40: fix pageflip events via special case.
Unfortunately that hack got uprooted in
commit cc1ef118fc099295ae6aabbacc8af94d8d8885eb
Author: Thierry Reding <treding at nvidia.com>
Date: Wed Aug 12 17:00:31 2015 +0200
drm/irq: Make pipe unsigned and name consistent
Trigering a warning when trying to sample the vblank timestamp for a
non-existing pipe. There's a few ways to fix this:
- Open-code the old behaviour, which just enshrines this slight
breakage of the userspace ABI.
- Revert Mario's commit and again inflict broken timestamps, again not
pretty...
2015 Oct 30
5
[PATCH] drm/nouveau: Fix pre-nv50 pageflip events
...rm/nouveau/kms/nv04-nv40: fix pageflip events via special case.
Unfortunately that hack got uprooted in
commit cc1ef118fc099295ae6aabbacc8af94d8d8885eb
Author: Thierry Reding <treding at nvidia.com>
Date: Wed Aug 12 17:00:31 2015 +0200
drm/irq: Make pipe unsigned and name consistent
Trigering a warning when trying to sample the vblank timestamp for a
non-existing pipe. There's a few ways to fix this:
- Open-code the old behaviour, which just enshrines this slight
breakage of the userspace ABI.
- Revert Mario's commit and again inflict broken timestamps, again not
pretty...
2015 Nov 10
2
[PATCH] drm/nouveau: Fix pre-nv50 pageflip events (v3)
...tunately that hack got uprooted in
>>
>> commit cc1ef118fc099295ae6aabbacc8af94d8d8885eb
>> Author: Thierry Reding <treding at nvidia.com>
>> Date: Wed Aug 12 17:00:31 2015 +0200
>>
>> drm/irq: Make pipe unsigned and name consistent
>>
>> Trigering a warning when trying to sample the vblank timestamp for a
>> non-existing pipe. There's a few ways to fix this:
>>
>> - Open-code the old behaviour, which just enshrines this slight
>> breakage of the userspace ABI.
>>
>> - Revert Mario's commit an...
2009 Jan 29
9
Callback / Camp / Extention Free notify?
...t; {
Set(call_to=${DB(camp/${exten_copy}/call_to)});
if ("${call_to}"!="") {
Set(DB(camp/${exten_copy}/call_to)=);
System(call_to ${exten_copy} ${call_to});
}
}
So, in case if phone2 is busy, store callerid of phone1 in database,
so when phone2 will hangup it will triger a script "call_to" which
however can originate call trough manager or call-file.
Of course you will need some additional handling in case if multiple
callers decide to camp, or diferent protocols are used, etc.
Regards,
Atis
Thanks in Advance for any help.
Regards
*Daniel Johnson*...
2023 Mar 24
1
[External] Re: [PATCH] virtio_ring: Suppress tx interrupt when napi_tx disable
...at bytedance.com> wrote:
> > >
> > > From: "huangjie.albert" <huangjie.albert at bytedance.com>
> > >
> > > fix commit 8d622d21d248 ("virtio: fix up virtio_disable_cb")
> > >
> > > if we disable the napi_tx. when we triger a tx interrupt, the
> >
> > typo should be "trigger"
> >
>
> OK, thanks for this. I will correct it in the next version
>
> > > vq->event_triggered will be set to true. It will no longer be
> > > set to false. Unless we explicitly call virtq...