Displaying 20 results from an estimated 10000 matches similar to: "backup of namespace, is still looking at (touching?) other namespace?"
2020 Oct 11
2
Preparing for replication: dsync-local(testaccount): Panic: file mbox-lock.c
I am preparing a bit for setting up replication. However when I manually
try to dsync an account, the first time I execute this[1] command it
seems to be ok. The 2nd time I am getting this error[2].
If I add -1 (one way syncing) the error disappears. Does this mean I
will have problems with setting up replication between these two
servers?
[1]
[@ ~]# doveadm sync -n inbox -u testaccount
2020 Oct 12
0
Preparing for replication: dsync-local(testaccount): Panic: file mbox-lock.c
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div class="default-style">
Replication is not supported with mbox format. You can only do unidirectional sync out of mbox.
</div>
<div class="default-style">
<br>
</div>
<div
2012 Aug 21
1
Asterisk 11 - XMPP and JabberSend()
I'm trying to get my Asterisk 11 test box set up with XMPP, having troubles with JabberSend().
My jabber.conf file is as follows:
[general]
debug=no
autoprune=no
[testaccount]
type=client
serverhost=my.jabber.server
username=myaccount at my.jabber.server
secret=mypassword
port=jabberport
usetls=yes
usesasl=yes
xmpp show connections gives the following output from the console:
2004 Jun 29
3
smbpasswd !!?!
please help me.
Why I cannot create a user with smbpasswd without having this username in /etc/passwd???
###################
bash-2.05# smbpasswd -a testaccount
New SMB password:
Retype new SMB password:
Failed to initialise SAM_ACCOUNT for user testaccount.
Failed to modify password entry for user testaccount
bash-2.05#
##############
my global in smb.conf
[global]
workgroup = J9_C
server
2020 Oct 26
3
SV: SV: Looking for a guide to collect all e-mail from the ISP mail server
> and forward- and reverse DNS records for your mailserver match.
do even googles ips confirm to this standard?
2003 Oct 22
1
SIP and permit specified ip addresses
Hi all,
can somebody explain me how exactly the "type", "host", "permit" and "deny"
option in sip.conf play together?
Where is the difference between "user" and "peer" ?
I want configure SIP so that it is only from specified net section possible
to make a call.
I have tried following:
[test]
type=peer
callerid=testaccount
2007 Sep 19
1
quota reporting and mail.app
Hi everyone.
I can't get mail.app to report back correct quota information using
mail.app and dovecot (though it works with courier-imap).
I am looking at migrating away from courier-imap to dovecot but this
issue is something I need to have resolved <somehow>.
Thunderbird is fine and reports back good info on either connection.
I am off to read RFCs (can't I just read the
2019 Jan 22
0
Moving messages between servers with different configurations
Hi,
try running this on the NEW dovecot server:
doveadm backup -u uid -R tcp:192.168.10.43:542
to pull the messages from old server.
Sami
> On 22 Jan 2019, at 16.52, Marc Roos <M.Roos at f1-outsourcing.eu> wrote:
>
>
>
> Hi Martin,
>
> I feel a bit like an idiot, but I have been trying with copy, so I do
> not lose any message when testing. But I can't
2018 Dec 30
0
BUG: cannot move messages to root mailfolder in namespace "There can be only one namespace with inbox=yes"
> On 30 December 2018 at 17:09 Marc Roos <M.Roos at f1-outsourcing.eu> wrote:
>
>
>
> I can only move messages to a root namespace folder when specifying
> inbox=yes. That is strange because it is not even the inbox. I don't
> even get why it is not by default possible, maybe bug there?
>
This makes no sense. inbox=yes namespace means the namespace which
2020 Apr 28
0
[PATCH v3 42/75] x86/sev-es: Setup GHCB based boot #VC handler
From: Joerg Roedel <jroedel at suse.de>
Add the infrastructure to handle #VC exceptions when the kernel runs
on virtual addresses and has a GHCB mapped. This handler will be used
until the runtime #VC handler takes over.
Signed-off-by: Joerg Roedel <jroedel at suse.de>
---
arch/x86/include/asm/segment.h | 2 +-
arch/x86/include/asm/sev-es.h | 1 +
arch/x86/kernel/head64.c
2018 Dec 31
0
BUG: cannot move messages to root mailfolder in namespace "There can be only one namespace with inbox=yes"
> On 31 December 2018 at 15:47 Marc Roos <M.Roos at f1-outsourcing.eu> wrote:
>
>
> >
> >>
> >> I can only move messages to a root namespace folder when specifying
> >> inbox=yes. That is strange because it is not even the inbox. I don't
>
> >> even get why it is not by default possible, maybe bug there?
> >>
2020 Sep 07
0
[PATCH v7 40/72] x86/sev-es: Setup GHCB based boot #VC handler
From: Joerg Roedel <jroedel at suse.de>
Add the infrastructure to handle #VC exceptions when the kernel runs
on virtual addresses and has a GHCB mapped. This handler will be used
until the runtime #VC handler takes over.
Since the handler runs very early, disable instrumentation for sev-es.c.
Signed-off-by: Joerg Roedel <jroedel at suse.de>
---
arch/x86/include/asm/realmode.h | 3
2005 Oct 03
0
Hangup not detected on callback
Hi,
I'm trying to set up a call-back system using auto-dialout files. I
want the call to be terminated when a specific timeout (defined in the
.call file) is detected. Both parties should then be hangup.
The problem is that the timeout is never detected... How to solve this?
Thank you,
Pierre
.call file
----------
Channel: IAX2/:@xxx.xxx.xxx.xxx/0111111111
Callerid: 111111111
2020 Feb 11
0
[PATCH 39/62] x86/sev-es: Harden runtime #VC handler for exceptions from user-space
From: Joerg Roedel <jroedel at suse.de>
Send SIGBUS to the user-space process that caused the #VC exception
instead of killing the machine. Also ratelimit the error messages so
that user-space can't flood the kernel log.
Signed-off-by: Joerg Roedel <jroedel at suse.de>
---
arch/x86/kernel/sev-es.c | 32 +++++++++++++++++++++++---------
1 file changed, 23 insertions(+), 9
2020 Apr 28
0
[PATCH v3 23/75] x86/boot/compressed/64: Setup GHCB Based VC Exception handler
From: Joerg Roedel <jroedel at suse.de>
Install an exception handler for #VC exception that uses a GHCB. Also
add the infrastructure for handling different exit-codes by decoding
the instruction that caused the exception and error handling.
Signed-off-by: Joerg Roedel <jroedel at suse.de>
---
arch/x86/Kconfig | 1 +
arch/x86/boot/compressed/Makefile
2019 Jan 22
1
Moving messages between servers with different configurations
This pulls over the whole test mailbox, but I need it to be stored in a
different mailbox, of course that is now possible to move from the local
test to the local INBOX/test2. But then I might aswell scp the mbox in
the first place.
Should we conclude that it is not possible with a single doveadm command
to move messages from RemoteServerA/usertest/mailboxA/messagesof2017 to
2020 Feb 11
0
[PATCH 18/62] x86/boot/compressed/64: Setup GHCB Based VC Exception handler
From: Joerg Roedel <jroedel at suse.de>
Install an exception handler for #VC exception that uses a GHCB. Also
add the infrastructure for handling different exit-codes by decoding
the instruction that caused the exception and error handling.
Signed-off-by: Joerg Roedel <jroedel at suse.de>
---
arch/x86/Kconfig | 1 +
arch/x86/boot/compressed/idt_64.c
2009 Jun 11
0
rsync occassionally issues the message "rsync error: unexplained error (code 255) at main.c(1506) [generator=3.0.4]"
Hi,
Please try this patch below, I think it?ll solve the bug?
Amir
diff -U 5 -Nuir rsync-3.0.4/cleanup.c rsync-3.0.4.new/cleanup.c
--- rsync-3.0.4/cleanup.c 2008-06-04 19:01:02.000000000 +0300
+++ rsync-3.0.4.new/cleanup.c 2009-03-29 09:45:04.000000000 +0300
@@ -98,11 +98,11 @@
static int unmodified_code = 0;
SIGACTION(SIGUSR1, SIG_IGN);
SIGACTION(SIGUSR2,
2019 Jan 22
2
Moving messages between servers with different configurations
Hi Martin,
I feel a bit like an idiot, but I have been trying with copy, so I do
not lose any message when testing. But I can't get them to copy. I do
indeed have same uid and gid.
[@~]# doveadm mailbox status -S 192.168.10.43:542 -u testuser -t
messages test
messages=43
[@~]# doveadm mailbox status -u testuser -t messages INBOX/test2
messages=16
[@~]# doveadm -v copy -S
2018 Dec 30
2
BUG: cannot move messages to root mailfolder in namespace "There can be only one namespace with inbox=yes"
I can only move messages to a root namespace folder when specifying
inbox=yes. That is strange because it is not even the inbox. I don't
even get why it is not by default possible, maybe bug there?
You have made the mistake of overloading the use of a parameter
inbox=yes (or not creating a parameter to tell folder can be used to
move messages to), there is indeed only one folder that gets