similar to: ultramonkey and asterisk

Displaying 20 results from an estimated 300 matches similar to: "ultramonkey and asterisk"

2011 Apr 06
5
Blank lines in conditional templates
I''m writing ldirectord.cf files via puppet and unfortunately ldirectord is sensitive to blank lines in the file. I have the following code in my .erb file virtual=<%= vip %>:<%= port %> <% if weights.empty? then -%><% real_servers.each do |real_server| -%> real=<%= real_server %>:<%= port %> gate <% end -%><% else -%><%
2005 Nov 30
0
CEEA:2005-1130-2 CentOS 4 x86_64 drbd / heartbeat - enhancement update (Extras Only)
CentOS Errata and Enhancement Advisory 2005:1130-2 CentOS 4 x86_86 drbd / heartbeat - Enhancement Update (Extras Only) We are pleased to add drbd (with integrated heartbeat) to the CentOS extras repository. DRBD is a block device which is designed to build high availability clusters. This is done by mirroring a whole block device via (a dedicated) network. You could see it as a network raid-1.
2005 Nov 30
0
CEEA:2005-1130-2 CentOS 4 i386 drbd / heartbeat - enhancement update (Extras Only)
CentOS Errata and Enhancement Advisory 2005:1130-2 CentOS 4 i386 drbd / heartbeat - Enhancement Update (Extras Only) We are pleased to add drbd (with integrated heartbeat) to the CentOS extras repository. DRBD is a block device which is designed to build high availability clusters. This is done by mirroring a whole block device via (a dedicated) network. You could see it as a network raid-1.
2005 Nov 30
0
CentOS-announce Digest, Vol 9, Issue 16
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When
2007 Jan 10
7
ultramonkey vs pound?
I know most people use pound, but has anyone tried using ultramonkey as a load balancing solution between a cluster of mongrels and lighttpd? Thanks, Ray -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email
2006 Mar 17
1
Re: DUNDi .... Halfway and CLUSTERING
Do you mean the peristence of connecting a specific phone to a specific server? If so, then it's relatively easy. The ldirectord has a persistence setting that does that. If I'm misunderstanding you, then could you explain further what you mean? Regards, - Brad -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On
2008 Feb 06
1
Dependency problem in heartbeat-ldirectord update for Centos 4.6
I've just been trying to do a "yum update" on a Centos 4.6 system, and one of the packages it wants to upgrade is heartbeat-ldirectord from 2.1.2-3 to 2.1.3-2 However, the newer version has dependency problems that can't be resolved: [root at miton2 ~]# yum update Loading "fastestmirror" plugin Loading "protectbase" plugin Setting up Update Process Setting
2012 May 15
1
ldirectord package on centos 6
Hi, I'm looking for the ldirectord package but can't find it. Previously this was available as "heartbeat-ldirectord" and nowadays it is built as an independent package from "resource-agents" however neither seems to be available either in core centos 6 or epel. Where did it go? Regards, Dennis
2007 Oct 08
2
Ultrastmonkey? Ultramonkeyast? Astrimonkey? High Availability and Asterisk
Hi All, I've been labing up some HA Asterisk senario's using LVS, Ultamonkey, Asterisk DUNDi, OpenSER. UltraMonkey setup went pretty easy, workes fine with Debian Sarge, used the example on the ultramonkey website. LVS_NAT is a different story, a bit more complex and requires another server/director sitting in front of 2 asterisk servers. Also have in production OpenSER proxying calls
2011 Aug 03
1
Loadbalance Repo / ldirectord packages?
Hi *, we want to migrate our loadbalancers running CentOS 5.6 to new hardware and CentOS 6, however the (heartbeat-)ldirectord package seems to be hidden in the new LoadBalance repo in RHEL6. Any chance to get the RHEL SRPMs from this repo? Regards, Peter
2010 Jul 20
1
About Logging
It is possible to make dovecot do not log any request from a determined host? Because, we gonna use ldirectord for foward request and etc and the ldirectord makes an connecting every 2 seconds to find out if the server is ok, and also make a login in imap and pop3 to check this service as well. Is there any how to make dovecot do not log entries for a determined host ? The logs get too many info
2019 Dec 12
2
Samba Persistent Handles
Yes, I saw that they are different I was just willing to test something similar. Actually, I'm searching for a Samba feature that allow transparent failover, or continuos availablity in a cluster setup (Samba + ctbd + gluster) Based on the following link my understanding is that such feature is not currently available in Samba:
2011 Feb 24
2
[LLVMdev] Get Element Ptr inst
Given 2 GEPs as follows, %tmp124 = getelementptr inbounds %struct.termbox* %termptr.1, i32 0, i32 5, !dbg !1051 ; <[2 x i16]*> [#uses=1] %tmp125 = getelementptr inbounds [2 x i16]* %tmp124, i64 0, i64 0, !dbg !1051 ; <i16*> [#uses=1] can I replace the 2nd one with %tmp126 = getelementptr inbounds %struct.termbox* %termptr.1, i32 0, i32 5, i64 0, i64 0 ; <i16*> When I try to
2010 Mar 03
1
[LLVMdev] Problem with ALWAYS_INLINE
Using GCC 3.4.6 20060404 (Red Hat 3.4.6-11) I've had this problem with the ALWAYS_INLINE directive in SelectionDAGISel.cpp: /arm/scratch/egrimley/llvm.svn/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp: In function `bool CheckChildType(const unsigned char*, unsigned int&, llvm::SDValue, const llvm::TargetLowering&, unsigned int)':
2011 Feb 24
0
[LLVMdev] Get Element Ptr inst
On 2/24/11 10:39 AM, Arushi Aggarwal wrote: > Given 2 GEPs as follows, > > %tmp124 = getelementptr inbounds %struct.termbox* %termptr.1, i32 0, > i32 5, !dbg !1051 ; <[2 x i16]*> [#uses=1] > %tmp125 = getelementptr inbounds [2 x i16]* %tmp124, i64 0, i64 0, > !dbg !1051 ; <i16*> [#uses=1] > > can I replace the 2nd one with > > %tmp126 = getelementptr
2004 Jul 13
2
ASTCC: Asterisk Calling Card Solution
I am hereby announcing the immediate availablity of ASTCC for *alpha* testing. ASTCC is an AGI script and CGI script which greatly simplifies the task of creating a calling card application on Asterisk. Just check it out of Asterisk CVS as module astcc: export CVSROOT=:pserver:anoncvs@cvs.digium.com:/usr/cvsroot cvs login (password is anoncvs) cvs co astcc ASTCC is, of course, distributed
2006 Mar 23
1
Samba PDC/Windows BDC domain sync
I have everything in place to move to a Samba/Heimdal/OpenLDAP auth database and have just discovered that some of the Windows products we use are required to run on a domain controller. Since domain sync doesn't work between Samba and NT4 it looks like I'm stuck: either ditch all the software we run on domain controllers, stay with our current 2-auth-db system, or move at least our
2001 May 17
2
QuickTime component for MacOS 9
I'd like to announce the availablity of the Ogg Vorbis QuickTime component for MacOS 9. It only exports at the moment, import and decompressing is next. http://homepage.mac.com/snicolai Email me with comments, log the bugs/feature requests at http://bugs.xiph.org/ Steve Nicolai --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To
2011 Feb 24
1
[LLVMdev] Get Element Ptr inst
Thanks John. You are right. Is this also true for constant GEP expressions? Do they also create a pointer to the calculated type? The language manual does not state so explicitly. Arushi On Thu, Feb 24, 2011 at 10:47 AM, John Criswell <criswell at illinois.edu>wrote: > On 2/24/11 10:39 AM, Arushi Aggarwal wrote: > >> Given 2 GEPs as follows, >> >> %tmp124 =
2006 Dec 22
1
IPVS connections not removed
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> <font color="#000000">Hi centos users,<br> <br>