similar to: Multi-master Replication?

Displaying 20 results from an estimated 4000 matches similar to: "Multi-master Replication?"

2012 Aug 07
1
replication chain
good day! I wonder if it is possible to make a chain of replication in dovecot 2.1.9. Now I'm using two way replication(I use proxy to redirect users) and it's working just fine but is it possible to setup replication like this: serverA ---> serverB --> server C <--- I've added additional mail_replica2 on serverB and after restart dovecot didn't complain about
2006 Aug 17
6
Rails and Checkboxes
Hi I''m having a really hard time trying to get a specific form in RoR to work. I''m trying to build a really simple page which lets the user make a pizza by setting check boxes. The choose their toppings, click submit and the form does a callback and shows them how much it will cost to have a pizza with those toppings on. At the moment I have the following: View: <%=
2014 Oct 30
2
Does Xapian support retrieval optional?
Hi, I've been using Xapian for a while. But there is a scene I don't know whether supported already. Suppose: 1. Raw query: how to make pizza 2. Parsed query: how AND to AND make AND pizza 3. Documents: d1: how to make pizza at home d2: 3 ways to make pizza d3: make pizza in 4 easy steps Question: 1. During searching process, how to retrieve d2, d3 (although they don't
2011 Jan 18
1
Reorganizing Data Frame
Hi I need some help trying to restructure a data frame: I have: food transaction quantity pizza BUY 5 pizza SELL 3 apple BUY 2 orange SELL 1 pizza BUY 2 And the data frame I want to make is: food BUY SELL pizza 7 3 apple 2 0
2006 Jul 28
8
Manning Ruby/Rails contest
Manning is running a contest: If you make the winning entry, you''ll win a $100 Manning Gift Certificate (hey, that''d be two copies of David''s awesome Ruby for Rails). the contest is to complete the phrase: Ruby is to Rails as ___________ is to __________________ The contest is at: http://www.manning.com/black/contest.php -- thanks, -pate
2006 Jun 21
14
[Bounty] 1 pizza for 1 simple plugin
So here''s the deal. I don''t know the innards of rails well enough to do this quickly but you might. First person to write this and release it under MIT license or public domain, and tells me, gets a free pizza from your favorite local delivery place. You pick the toppings, I''ll call ''em and order it up for you. Yeah a pizza isn''t much but I''m
2005 Dec 25
4
SF Bay Area Beer and Pizza SIG (RSVP request)
Although I don''t _need_ RSVPs for this event 12/28 8:00 pm The Beer & Pizza SIG will meet at Wild Pepper (3601 26th. St.; SF, CA). For details, see http://cfcl/rdm/beer_and_pizza. I''d like to be able to give the restaurant some idea of the size of table we''ll be needing. So, if you are planning to attend, please drop
2004 Dec 04
6
Door buzzer.
Hello, I have a customer who has their front door integrated to their current phone system. If someone presses the buzzer, the secretaries phone will ring, and she can talk to the person at the door. By pressing ** she can release the door. Anyone have any sort of integration like this. Are there IP devices anyone is using? They have a pizza box server as their asterisk server with
2005 Aug 01
5
Restarting / shutting down a xen0 server
Hi all, my main xen test system is a pizza box, simply standard. The kernel of stable debian sarge can shut it down/restart it correctly. My own xen kernel (based on debians inofficial xen kernel) cannot. I do not know much of kernels and hardware yet, so please help me to understand: Is shutting down (as opposed to writing "power down" to the screen) or restarting based on APM or
2011 Jul 11
1
Samba and Active Directory 2008
I was wondering if anyone has had any luck getting samba working with a Windows 2008 domain? I've got mine working for the most part except for UID lookups. I've got identity management for unix installed on on the windows box and have several users configured with custom home directories, login shell, and UID on the Unix attributes tab. My samba server is joined to the domain, wbinfo -u
2013 Jun 26
3
DL380g8 - smart array B320i - CentOS 6.4
Gostaria de instalar o Centos 6.4 em um dl380e g8 com uma smart array b320i, na instala??o n?o possui drives por isso aparece que n?o h? discos dispon?veis, baixei os drives para red hat .dd do site da HP, como poderia carregar esses drives durante a instala??o? gravei eles em um pen drive. Obrigado. -- Sergio.Alex
2005 Oct 28
1
SF Beer & Pizza SIG - review and forecast
Wednesday''s Beer & Pizza SIG was attended by about a dozen Rubyists, plus one extremely well-dressed gentleman (no hacker he!) who was on the prowl for Rubyists to hire. Beer and Pizza (among other things) were consumed, Ruby (among other things) was discussed, and everyone appeared to have a good time. The upcoming SIG will, as announced previously, be held just up the street at
2012 Feb 28
2
Dovecot clustering with dsync-based replication
This document describes a design for a dsync-replicated Dovecot cluster. This design can be used to build at least two different types of dsync clusters, which are both described here. Ville has also drawn overview pictures of these two setups, see http://www.dovecot.org/img/dsync-director-replication.png and http://www.dovecot.org/img/dsync-director-replication-ssh.png First of all, why dsync
2011 Jan 02
2
incoming
Is it possible to have Calls incoming to different DIDs? I want an AA that handles 100s of businesses. [Incoming-pizza] Exten => 4045551212,1,Goto(pizza,s,1) [Incoming-hvac] Exten => 8085551212,1,Goto(hvac,s,1) [Incoming-gutter] Exten => 6175551212,1,Goto(gutter,s,1)
2002 Aug 25
1
"busy hang" on e2fsck (on a ext3 partition)
(There really doesn't seem to be a dedicated e2fsprogs list, so this was the next-best place I could find. I don't place much faith in the sourceforge forums..) The filesystem in question is a 480 gig ext3 partition, on a hardware RAID5 controller. It's approximately 90% full, with something like 115K files. Kernel 2.4.20-pre4, on a Duron 900. As I type this, e2fsck has used up
2001 Mar 15
5
Whats all this Linux business anyway?
Alright lads, I'm Rick Masters and I know very little about networks, but for some mad reason I have been given the job of setting up a Linux File Server on an NT network. How the dickens does that work? Anyway I need as much help as you can be bothered to give me. And there is a free pizza in it for the guy who helps me get it working :-) You are all super and great fun (I'm sure).
2011 Jun 10
2
Counting the Number of Letters in a row
I'm trying to find the total number of letters in a row of a data frame. Let's say I have the following data frame. f1 <- data.frame(keyword=c("I live in Denver", I live in Kansas City, MO", "Pizza is good")) The following function gives me the number of characters in each string. So for "I live in Denver", I get 1, 4, 2, and 6. However, I want to
2011 Feb 07
2
circular
Hi, I'm new to R. I'm trying to plot my data into a circle. my data sort of looks like 12,12,4,5,6,5,11,10,3,9,9,9,12,12,2 total of 15 numbers. I'm trying to add all the same numbers, such that, there are 4 of 12s,1 of 11, 1 of 10, 3 of 9s, and such.... so the circle plot would have 4 parts of 12, 1 part of 11, 1 part of 10, 3 part of 9, and such... I tried
2007 Aug 28
2
Voicemail Password Issue
Asterisk Users, I am running Asterisk-1.4.11 with Zaptel-1.4.4 on Debian Etch System 2.9.18-4-amd64. A TDM03B is installed on the Debian System. Every time, I try to change my voicemail pin via the Sip phone, the voicemail.conf does not get modify and I see this warning message on the Asterisk command line: [Aug 29 00:12:23] WARNING[19142]: app_voicemail.c:799 vm_change_password:
2009 Feb 13
3
MINNESOTA: TwinCities Asterisk Users Group Meeting, this Saturday. Valentine's Day Feb/14/2009 11:30am
Hello Asterisk Users and those with an Interest in VoIP Tech, The agenda is open for our next meeting. I think we'll plan on an open discussion of anyone's choosing. If we're lacking a topic, we'll give a demo of installing fail2ban for your asterisk system. Bring your questions, ideas and projects and we will help you work through them. Jimmy John's is just a block away