Displaying 20 results from an estimated 1200 matches similar to: "Redundant timers"
SUGGESTION: Proposal to mitigate problem with stray processes left behind by parallel::makeCluster()
2019 Mar 18
2
SUGGESTION: Proposal to mitigate problem with stray processes left behind by parallel::makeCluster()
(Bcc: CRAN)
This is a proposal helping CRAN and alike as well as individual
developers to avoid stray R processes being left behind that might be
produced when an example or a package test fails to set up a
parallel::makeCluster().
ISSUE
If a package test sets up a PSOCK cluster and then the master process
dies for one reason or the other, the PSOCK worker processes will
remain running for 30
2015 Aug 27
2
Panic in service(log)
Hello,
I'm using the Debian builds of dovecot-2.2 by S[r]us.
Today I started getting the following panic:
log: Panic: file priorityq.c: line 122 (priorityq_remove_idx): assertion
failed: (idx < count)
log: Error: Raw backtrace:
/usr/lib/dovecot/libdovecot.so.0(+0x7f1ae) [0x7fd368dc31ae] ->
/usr/lib/dovecot/libdovecot.so.0(+0x7f269) [0x7fd368dc3269] ->
2009 Jan 12
1
Is -R --link-dest really hard to use, or is it me?
I've got a problem for which the combination of -R and --link-dest
doesn't seem to be quite enough---and I may have discovered a few
small bugs as well; test cases are below.
[And if someone has a scheme for doing this that doesn't involve rsync
at all, but works okay, I'm all ears as well---I'm not the first with
this problem.]
Here's my problem: I unfortunately need to
2007 Nov 30
3
How to setup redundant SIP peers
Hello list,
I try to setup an asterisk-server with different SIP-Peers to PSTN.
The Peer are working and configured in sip.conf:
[peer1]
type=peer
host=10.10.10.1
[peer2]
type=peer
host=10.10.10.2
Now dialout is no problem. Extensions.conf says:
exten => _0Z.,1,Dial(SIP/49${EXTEN:1}@peer1,30)
But how can I setup a failure-route if the SIP-Proxy "peer1" ist not
2014 May 21
0
upssched timer configuration with redundant UPSes ?
Hello list,
I have the following hardware setup:
- HP C7000 enclosure, with 4 blade servers
- two power supply modules in the enclosure (one is enough to sustain
the 4 blades)
- two UPSes, each one feeding one of the enclosure power supplies
I would like to configure NUT to initiate an early shutdown of that
environment only if *both* UPSes are on battery.
I've created the 2
2017 Mar 21
2
Saving Compile Time in InstCombine
> On Mar 17, 2017, at 6:12 PM, David Majnemer via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> Honestly, I'm not a huge fan of this change as-is. The set of transforms that were added behind ExpensiveChecks seems awfully strange and many would not lead the reader to believe that they are expensive at all (the SimplifyDemandedInstructionBits and foldICmpUsingKnownBits calls
2007 Apr 18
0
[RFC, PATCH 22/24] i386 Consolidate redundant timer code
Isolate some of the non-VMI timer related changes in Linux. This patch
moves the cyc_2_ns conversion code into a common location, eliminating
redundant code in hpet and tsc timer implementations, and introduces
some macros that may be redefined by the sub-architecture to avoid
dependence on APIC routing, CMOS time sync, and testing for broken time
hardware (which presumably, does not happen in a
2007 Apr 18
0
[RFC, PATCH 22/24] i386 Consolidate redundant timer code
Isolate some of the non-VMI timer related changes in Linux. This patch
moves the cyc_2_ns conversion code into a common location, eliminating
redundant code in hpet and tsc timer implementations, and introduces
some macros that may be redefined by the sub-architecture to avoid
dependence on APIC routing, CMOS time sync, and testing for broken time
hardware (which presumably, does not happen in a
2009 Feb 25
3
regexp capturing group in R
Hello,
Newbie question: how do you capture groups in a regexp in R?
Let's say I have txt="blah blah start=20080101 end=20090224".
I'd like to get the two dates start and end.
In Perl, one would say:
my ($start,$end) = ($txt =~ /start=(\d{8}).*end=(\d{8})/);
I've tried:
txt <- "blah blah start=20080101 end=20090224"
m <-
SUGGESTION: Proposal to mitigate problem with stray processes left behind by parallel::makeCluster()
2019 Mar 27
0
SUGGESTION: Proposal to mitigate problem with stray processes left behind by parallel::makeCluster()
The problem causing the stray worker processes when the master fails to
open a server socket to listen to connections from workers is not
related to timeout in socketConnection(), because socketConnection()
will fail right away. It is caused by a bug in checking the setup
timeout (PR 17391).
Fixed in 76275.
Best
Tomas
On 3/18/19 2:23 AM, Henrik Bengtsson wrote:
> (Bcc: CRAN)
>
>
2008 Jan 02
2
[LLVMdev] x86 calling conventions refactoring
Hi all,
The attachment supersedes the previous patch. It incorporates some
feedback from Anton and takes the next step of merging the largely
duplicated calling convention logic in X86ISelLowering.
LowerCCCArguments, LowerX86_64CCCArguments and LowerFastCCArguments
are merged and inlined directly into LowerFORMAL_ARGUMENTS.
I moved LowerFORMAL_ARGUMENTS to the location where
2015 Aug 27
0
Panic in service(log)
27.08.2015, 16:09, "Eugene Paskevich" <eugene at raptor.kiev.ua>:
> Hello,
>
> I'm using the Debian builds of dovecot-2.2 by S[r]us.
> Today I started getting the following panic:
>
> log: Panic: file priorityq.c: line 122 (priorityq_remove_idx): assertion
> failed: (idx < count)
Just in case, here is the full backtrace.
(gdb) thread apply all bt full
2018 Feb 07
1
printing statistics timers
Hi,
The code in Support/Timer.cpp has strangely inconsistent behavior for printAll vs printJSONValues.
The former can work multiple times, while the latter calls prepareToPrintList(), which stops all timers,
hence making all further attempts to print timers crash.
Would it be possible not to call prepareToPrintList on printJSONValues, or at least make it optional?
I am trying to serialize
2008 Sep 03
0
Upssched timers
Hi all,
I've installed the current debian nut package, i.e. version 2.0.4.
I've configured upssched with timers as follows:
AT ONBATT black at localhost START-TIMER runonbattery 5
AT ONLINE black at localhost CANCEL-TIMER runonbattery
AT ONLINE black at localhost START-TIMER backonline 5
AT ONBATT black at localhost CANCEL-TIMER backonline
The idea is to send alerts in case of
2003 Mar 05
1
Sip registration Timers
Hello,
I have my sip stuff seemingly working fine as well as my zaptel stuff
working great... But I have a problem with sip registration timers (I'm
guessing here).
In my extensions.conf file I have this...
exten => 2244,1,Dial,Zap/2|25
exten => 2244,2,Dial,Sip/brian|25
exten => 2244,3,VoiceMail,u2244
But if I close my sip phone and a call goes through it will still wait
the 25
2007 Feb 02
0
FOP (or equivalent) and timers
Hi,
Is it easy to show calls elapsed duration within a FOP button ?
FOP documentation mentions "timer" but I couldn't find any example or clue
proving it's possible to do what I'm looking for.
Anyway, would you recommend another software to customize Asterisk call
display ?
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2008 Nov 01
1
SPA3102 interdigit timers bug?
Hi. I have a SPA3102 updated with with Software Version: 5.1.7(GW).
I have this settings on Voice/Regional:
Interdigit Long Timer: 10
Interdigit Short Timer: 3
Anyway, when hooking up (without dialing anything), the timeout starts
after 3 seconds. It's like the Long Timer is unused. After dialing, the
Short Timer is also used to timeout.
Is that normal? Am I missing something?
Thanks.
--
2010 May 13
0
Sip session timers.
Dear all,
I have a question about session timers. I have one of my installations
(* 1.6.2.7) where all SIP calls get stuck, like this:
cs4wall*CLI> sip show channels
Peer User/ANR Call ID Format Hold
Last Message Expiry
192.168.40.178 42 3c291b87c66e-sl 0x8 (alaw) No
Rx: BYE
192.168.40.179 41
2013 Jul 17
0
SIP timers
Hello List,
I tried to change the following parameters in sip.conf file, but looks like it cannot be changed,
Defaut values:
;t1min=100
;timert1=500
;timerb=32000
I have changed to:
;t1min=100
timert1=100
timerb=6400
Sometime I can see too many retransmission of BYE to some of the UAs if UA is unreachable. Is there a way that I can reduce the number of retransmission of BYE message?
2015 Apr 28
1
PJSIP - sessions-timers support not working on 13.X
Hi guys i was trying to get working sessions-timer over PJSIP channel i was trying to see what is supported or not about this features on the new pjsip channel since chan_sip was kind of flexible on this , at the moment since wiki says pjsip support 4 modes of operation (forced, no, required, yes) but if i try to change any of the timers parameters (timers, timers_min_se or timers_sess_expiries)