similar to: server replication

Displaying 20 results from an estimated 20000 matches similar to: "server replication"

2005 Jan 31
1
reload configuration without a stop ?
Hello, i am planning to use samba in my company, first on a test system and later on operational. I have a question about reloading the configuration file. When i do some changes in the configuration file about mappings etc for new users, new folders on request etc and i have to reload the configuration, is that a problem for the connected users ? Will they lose their connection while they are
2018 Apr 24
2
[PATCH v3] kvmalloc: always use vmalloc if CONFIG_DEBUG_SG
On Tue, Apr 24, 2018 at 08:29:14AM -0400, Mikulas Patocka wrote: > > > On Mon, 23 Apr 2018, Matthew Wilcox wrote: > > > On Mon, Apr 23, 2018 at 08:06:16PM -0400, Mikulas Patocka wrote: > > > Some bugs (such as buffer overflows) are better detected > > > with kmalloc code, so we must test the kmalloc path too. > > > > Well now, this brings up
2018 Apr 24
2
[PATCH v3] kvmalloc: always use vmalloc if CONFIG_DEBUG_SG
On Tue, Apr 24, 2018 at 08:29:14AM -0400, Mikulas Patocka wrote: > > > On Mon, 23 Apr 2018, Matthew Wilcox wrote: > > > On Mon, Apr 23, 2018 at 08:06:16PM -0400, Mikulas Patocka wrote: > > > Some bugs (such as buffer overflows) are better detected > > > with kmalloc code, so we must test the kmalloc path too. > > > > Well now, this brings up
2014 Oct 22
1
Dovecot Master/Master Replication Problem
Hi, I've set up 2 servers with dovecot 2.2.9 using maildir using structure: /var/maildir/domain/localpart Server A: mx1.xxx.de Server B: mx2.xxx.de Mails are delivered to dovecot only on server A by exim4/dovecot deliver replication to Server B works immediatelly: mark mail as read on server A, mail is marked as read on server B. BUT: when i mark a mail as read on Server B, noting
2002 Aug 01
1
ov_raw_seek doesn't work ?
I found a problem with ov_raw_seek function in oggvorbis win32sdk 1.0. When i called this function it returned OV_EINVAL immediatelly. I solved the issue by replacing the ov_raw_seek by ov_pcm_seek, which worked perfectly, but i would like to use the raw variant due to performace reason . Is anybody aware of this strange behaviour ? Martin Cesky <p><p>--- >8 ---- List
2004 Jun 22
1
Delete message
Hello, I'm seeing that our favourite pop3 server only deletes the messages upon logoff: dele 1 +OK Marked to be deleted. quit +OK Logging out, messages deleted. Connection closed by foreign host. This is causing me some trouble with a certain webmail app. Is there a way I can instruct Dovecot to immediatelly delete a message ? 10x, Marius
2010 Oct 02
2
Weird glitches with public folders - Dovecot not using per-user INDEX?
Hi I have this public folder: namespace { location = maildir:/home/_shared/projects:INDEX=~/Maildir/_shared prefix = shared. separator = . subscriptions = no type = public } Access is controlled by ACLs, everyone who has access is 'lrwstipek' except for some people who also have 'xa' privileges. As you can see it is set to put its index to the user's Maildir so
2013 Jul 09
9
One resource immediately after another
I need to apply three resources one immediatelly after another. It''s a ifdown/ifup commands, and command to generate /etc/network/interfaces file. I need to do ifdown, then rebuild interfaces, then ifup. I try to add simple relationship, but in this case some File resources are trying to be applied between ifdown and ifup. So they can''t connect to Puppet master to verify
2017 May 17
2
Re: No way to stop virStream error after guest stop
On Wed, May 17, 2017 at 09:08:14AM +0200, Martin Kletzander wrote: >On Wed, May 17, 2017 at 01:01:39AM +0000, JosÉ Luis Valencia Gutierrez wrote: >>I get just _READABLE events repeatedly, virStreamAbort() doesn't work, it >>gets out of control after the target domain stops and the unix scocket is >>deleted. I ended connecting directly to the unix socket. I just wanted to
2018 Apr 24
2
[PATCH v3] kvmalloc: always use vmalloc if CONFIG_DEBUG_SG
On Mon, Apr 23, 2018 at 08:06:16PM -0400, Mikulas Patocka wrote: > Some bugs (such as buffer overflows) are better detected > with kmalloc code, so we must test the kmalloc path too. Well now, this brings up another item for the collective TODO list -- implement redzone checks for vmalloc. Unless this is something already taken care of by kasan or similar.
2018 Apr 24
2
[PATCH v3] kvmalloc: always use vmalloc if CONFIG_DEBUG_SG
On Mon, Apr 23, 2018 at 08:06:16PM -0400, Mikulas Patocka wrote: > Some bugs (such as buffer overflows) are better detected > with kmalloc code, so we must test the kmalloc path too. Well now, this brings up another item for the collective TODO list -- implement redzone checks for vmalloc. Unless this is something already taken care of by kasan or similar.
2020 Jun 05
2
call replicating
Hello, after migration from chan_sip to res_pjsip I get strange behavior when receiving call from the outside world. When call is received, it is replicated multiple times. Two of that calls get to the phone. So the phone is ringing on both lines. When having only Dial function in dialplan I am able to place call. But when creating some dialplan procedures containing VoiceMail I get phone ringing
2019 Jun 14
0
zfs [SOLVED]
mark wrote: > Hi, folks, > > > testing zfs. I'd created a zpoolz2, ran a large backup onto it. Then I > pulled one drive (11-drive, one hot spare pool), and it resilvered with > the hot spare. zpool status -x shows me state: DEGRADED > status: One or more devices could not be used because the label is missing > or invalid. Sufficient replicas exist for the pool to
2004 Sep 21
0
Incorrect Permissions/Owner on smbmount
I am running a Samba fileserver (Redhat//pandora/pub /mnt/pub smbfs credentials=/etc/samba/smb.auth,uid=1000,gid=100,fmask=666,dmask=777,debug=9 0 0 9 kernel: 2.4.20-24.7, smbd ver: 3.0.0). I am now trying to mount a share on this server on another Linux machine (SuSE 9.1 kernel 2.6.5-7.108, smbmount ver. 3.0.7). I would like to have the share automattically mount on startup using an /etc/fstab
2007 Mar 06
3
How to disable xen debugger?
Hi, I followed the instructions in tools/debugger/gdb/README to enable the xen debugging feature. But after that my system (a kernel module) works 10 times slower. Maybe the debugger slows down the running. What''s the right way to reverse and disable the debugger? I tried to disable the "Kernel hacking -> Compile the kernel with debug info [*]" option. But it does not help.
2007 Aug 02
3
Problems with Element.extend() on responseXML elements with IE
I have the following code in the "onSuccess" function of an Ajax.Request() call. The content type of the response message is "text/ xml". function interactionSuccess(request) { var root = $(request.responseXML.documentElement); ... So more or less I extend the root element of my XML response. This call triggers the onException callback. The exception is a
2010 Aug 25
6
ACD Labs 12.0 installs fine, runs fine for the first time
Hi there, I am a relative Linux newbie and due to my work I use ACD Labs 12.0. This is a free for academia NMR processing software available only for windows. I am running it through a Virtual XP machine but I wanted to see if it would run using Wine. The program installed fine, and when I started it for the first time everything was swell. At last I could run pretty much everything I need from
2015 May 26
3
[LLVMdev] Doxygen: enable autobrief?
So, I'd love to not have to write '\brief' but that's not what this gives us sadly. The behavior of autobrief is that the brief snippet stops at the first '.' in the text. It doesn't matter if that '.' is part of code or anything else. The behavior of the '\brief' command is that the paragraph it marks is the brief comment, and the detailed one starts
2016 May 28
2
Updating RegMask inline
static void setXXX(MachineInstr &MI, ...) { for (MachineOperand &MO : MI.operands()) { if (MO.isRegMask()) MO.setRegMask(...); } } > On May 27, 2016, at 7:02 PM, vivek pandya via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > > > On Sat, May 28, 2016 at 7:29 AM, Matthias Braun <matze at braunis.de <mailto:matze at braunis.de>> wrote: >
2015 May 22
2
[LLVMdev] Doxygen: enable autobrief?
I am all for not having to add \brief. The more readable the comments are for someone not using doxygen the better. On May 8, 2015 2:06 PM, "Matthias Braun" <matze at braunis.de> wrote: > So far I've heard no objections, I'll wait a few more days and then change > the doxygen configuration and the recommendations in the coding standards. > I do not plan to remove