Displaying 20 results from an estimated 90 matches similar to: "'restart when convenient'"
2014 May 28
1
Asterisk crashes suddenly
Hello friends,
I have been experienced suddenly stops for my Asterisk server, I do not why
is it happening. Asterisk's debug messages only tell me I have lacked g729
codec for translation to one peer minutes before the crashes occur
[2014-05-27 09:48:30] WARNING[15384][C-0000017c] channel.c: Unable to find
a codec translation path from (ulaw) to (g729)
[2014-05-27 09:48:30]
2017 Jun 04
2
Rebalance + VM corruption - current status and request for feedback
Great news.
Is this planned to be published in next release?
Il 29 mag 2017 3:27 PM, "Krutika Dhananjay" <kdhananj at redhat.com> ha
scritto:
> Thanks for that update. Very happy to hear it ran fine without any issues.
> :)
>
> Yeah so you can ignore those 'No such file or directory' errors. They
> represent a transient state where DHT in the client process
2017 Jun 06
2
Rebalance + VM corruption - current status and request for feedback
Hi Mahdi,
Did you get a chance to verify this fix again?
If this fix works for you, is it OK if we move this bug to CLOSED state and
revert the rebalance-cli warning patch?
-Krutika
On Mon, May 29, 2017 at 6:51 PM, Mahdi Adnan <mahdi.adnan at outlook.com>
wrote:
> Hello,
>
>
> Yes, i forgot to upgrade the client as well.
>
> I did the upgrade and created a new volume,
2017 Jun 05
0
Rebalance + VM corruption - current status and request for feedback
The fixes are already available in 3.10.2, 3.8.12 and 3.11.0
-Krutika
On Sun, Jun 4, 2017 at 5:30 PM, Gandalf Corvotempesta <
gandalf.corvotempesta at gmail.com> wrote:
> Great news.
> Is this planned to be published in next release?
>
> Il 29 mag 2017 3:27 PM, "Krutika Dhananjay" <kdhananj at redhat.com> ha
> scritto:
>
>> Thanks for that update.
2017 Jun 05
1
Rebalance + VM corruption - current status and request for feedback
Great, thanks!
Il 5 giu 2017 6:49 AM, "Krutika Dhananjay" <kdhananj at redhat.com> ha scritto:
> The fixes are already available in 3.10.2, 3.8.12 and 3.11.0
>
> -Krutika
>
> On Sun, Jun 4, 2017 at 5:30 PM, Gandalf Corvotempesta <
> gandalf.corvotempesta at gmail.com> wrote:
>
>> Great news.
>> Is this planned to be published in next
2017 Jun 06
0
Rebalance + VM corruption - current status and request for feedback
Hi,
Sorry i did't confirm the results sooner.
Yes, it's working fine without issues for me.
If anyone else can confirm so we can be sure it's 100% resolved.
--
Respectfully
Mahdi A. Mahdi
________________________________
From: Krutika Dhananjay <kdhananj at redhat.com>
Sent: Tuesday, June 6, 2017 9:17:40 AM
To: Mahdi Adnan
Cc: gluster-user; Gandalf Corvotempesta; Lindsay
2017 Jun 06
0
Rebalance + VM corruption - current status and request for feedback
Any additional tests would be great as a similiar bug was detected and
fixed some months ago and after that, this bug arose?.
Is still unclear to me why two very similiar bug was discovered in two
different times for the same operation
How this is possible?
If you fixed the first bug, why the second one wasn't triggered on your
test environment?
Il 6 giu 2017 10:35 AM, "Mahdi
2005 Aug 28
0
Unable to transfer external calls to MeetMeconference (re-post)
This message was just bounced back to me. I am not sure if it made
it to the list originally or not, as I received no responses.
Since this message was written, I have installed Zap hardware into
this server. The Zap channels can be transferred to the Meetme
conference. The IAX2 calls still cannot.
Any suggestions will be greatly appreciated.
Sincerely,
Trevor Hammonds
Trevor G.
2005 Aug 18
1
Unable to transfer external calls to MeetMe conference
I have a peculiar situation, and am hoping someone on the list can offer
assistance. I am running CVS HEAD, and am using ITSPs for DIDs. The server
has no Zap hardware, but is configured to use ztdummy. All incoming calls
are via IAX2.
Calls ring to SIP phones, voice mail, IVR, etc., with no trouble. I am also
able to transfer calls among my SIP devices, voice mail, IVR, etc. All of
my SIP
2007 Sep 05
8
Ping
-----
Mike Hammett
Intelligent Computing Solutions
http://www.ics-il.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070905/c62f4465/attachment.htm
2003 Dec 02
0
How to restart * thru phone "when convenient "
> From: Philipp von Klitzing
> Sent: Tuesday, 02 December, 2003 10:50
> To: asterisk-users@lists.digium.com
> Subject: Re: [Asterisk-Users] How to restart * thru phone "when
convenient"
> > You could use "at" to issue the command at a deferred time.
> Yes, sure, but this ain't that nice "asterisk only". :->
You should be able to place
2005 Dec 02
0
Bernie Now you can enjoy the convenience of ordering mitigating products from your house at a time that is convenient for you. (PR#8362)
Bernie
Much thanks for letting me see this. It is just what I was trying to find
Rumiko
-------Original Message-------
From: Lindsey [mailto:yqqvog at ohavso.com]
Sent: Fri, 02 Dec 2005 03:57:42 -0400
To: Aleta
Subject: Chang This on line health products e outlet is the greatest I have
ever used.
Hi Nicol,
Manage your PMS by consuming our item. You will definitely find all the
brand
2018 Jul 31
0
RFC: make as.difftime more consistent or convenient
Hello!
I notice I can convert strings containing hour, minute or second specifications to a 'difftime':
> as.difftime("12 h", "%H")
Time difference of 12 hours
> as.difftime("12 m", "%M")
Time difference of 12 mins
> as.difftime("12 s", "%S")
Time difference of 12 secs
But I can't do so with a week specification,
2009 Feb 01
3
Putting all independent variables in one variable so performing many similar tests is more convenient
I want to do something like this.
avo(q~a+b+c+d+e+f+g+h+i+j+k+l)
avo(r~a+b+c+d+e+f+g+h+i+j+k+l)
avo(s~a+b+c+d+e+f+g+h+i+j+k+l)
(There's likely a better way to do this actually, but I think this'll work.)
How do I define e=a+b+c+d+e+f+g+h+i+j+k+l such that the following works?
avo(q~e)
avo(r~e)
avo(s~e)
Tom
2003 Dec 02
3
How to restart * thru phone "when convenient"
Hi there,
here is my attempt to initiate a "restart when convenient" from a
software SIP phone.
exten => 588,1,Answer
exten => 588,2,Wait(1)
exten => 588,3,Playback(restart-convenient)
exten => 588,4,Wait(1)
exten => 588,5,Authenticate(00000)
exten => 588,6,System(/usr/sbin/asterisk -rx "restart when convenient")
exten => 588,7,Hangup
The problem: We
2007 Nov 04
5
Restart when convenient
I've moved 1 of our facilities over from 1.2 to 1.4 two weeks back. So
far, the only issue that I've encounted is.
I have a scheduled CRON job that runs at 3am every Sunday, that issues a:
asterisk -rx 'restart when convenient'
The first Sunday that it ran, Asterisk never restarted. The CRON logs
show that it issued the command successfully. This Sunday, it ran but
never
2018 Aug 01
1
RFC: make as.difftime more consistent or convenient
Hello!
you, Emil Bode <emil.bode at dans.knaw.nl>, wrote on Tuesday, July 31, 2018 1:55 PM:
> Some of the changes you're proposing could be made (with effort), but note that you're not
> restricted to providing strings with a format.
> What you're trying to do can be accomplished with as.difftime(12, units='weeks'), see also
> ?as.difftime
>
> Or if
2011 Oct 11
1
R CMD INSTALL configure.args and CC customization
One way to deal with this is to install R itself with mpicc. Then all
packages are installed with mpicc and get the required MPI libraries and
includes by default. I have done this with R-2.13.0 on an Opteron
cluster running CentOS-5 a while ago and so far it has worked out great.
I crosspost to r-sig-hpc and welcome others to comment if there are
potential downsides to this solution.
George
2012 Aug 17
5
Opinion: Why I find factors convenient to use
Folks:
Over the years, many people -- including some who I would consider
real expeRts -- have criticized factors and advocated the use
(sometimes exclusively) of character vectors instead. I would just
like to point out that, for me, factors provide one feature that I
find to be very convenient: ordering of levels. **
As an example, suppose one has a character vector of labels
2023 Mar 15
1
[libnbd PATCH v4 1/3] lib/utils: introduce xwritel() as a more robust and convenient write()
On Wed, Mar 15, 2023 at 03:30:12PM +0100, Laszlo Ersek wrote:
> On 3/15/23 15:01, Eric Blake wrote:
>
> > [...]
>
> Thanks for the thorough review; I'm glad all the fine points I sought to
> put in the patch were received -- and well-received! :)
>
> One question:
>
> > The only change I recommend is the addition of the __attribute__; but
> > with