Displaying 20 results from an estimated 20000 matches similar to: "Tracking when connection drops during synchronisation"
2006 Feb 13
1
Message index corruption when using Thunderbird and Dovecot
Hi all,
I have recently upgraded from UW-IMAP to Dovecot 1.0.beta3 on Redhat9. I
migrated my mailbox to from Mbox to Maildir using the mb2md perl script,
and created a procmail recipe file to get email arriving in the Maildir
directories. However, when accessing my mailbox from Thunderbird
(version 1.5), it occasionally mixes up the email header with the email
content. I also occasionally
2004 Feb 25
1
Speed up rsync ,cwRsync and replay changes against a file
Hi guys,
I recently installed and setup cwRsync on a Windows 2000 Server -
http://www.itefix.no/cwrsync/ -, and I was very impressed. I just
followed the instructions on the website and got it working.
I am using it to mirror 30Gb's of mailboxes everynight (only grabbing
the changes to each file), from a Windows 2000 box to a Linux box (RH9).
The nightly replication takes approximately 8
2006 Aug 03
3
Backup Exchange mailboxes using rsync
Hi all,
Has anyone got any advice on the best way to backup Exchange mailboxes
(Exchange 5.5) running on a Windows 2000 server? We already use rsync on
a number of other Windows boxes for general file backup.
I've read that even if you get backups of the Exchange mailbox files,
then it's really tricky to get the mailboxes back into Exchange if the
server dies. Anyone got any tips on
2003 Oct 03
5
Backing up laptops on network
Hi all,
We are currently looking at a solution for backing up files on laptops
to a server in a small office (10 users).
I was looking at rsync as a solution. Here is my suggested solution:
Install rsync on network server - this is Windows 2000 :-(
Share the root of C:\ on laptops
Schedule rsync to periodically mount to laptops share ove SMB (if they
can be found) and running an incremental
2018 Sep 19
0
Dovecot User Listing Error - getpwent() failed: Invalid Argument
glibc-2.28.
There was a posting by Michael Marley on 31/08 saying he saw something
similar to this problem after upgrading to 2.28 as well with 'doveadm
purge'.
Reuben
On 19/09/2018 4:50 pm, Aki Tuomi wrote:
> Which glibc version are you using?
>
> Aki
>
> On 19.09.2018 09:39, Reuben Farrelly wrote:
>> Hi Aki,
>>
>> How did you go with this in the
2018 Sep 19
0
Dovecot User Listing Error - getpwent() failed: Invalid Argument
I've been running with this almost identical patch already for some time:
diff -up dovecot-2.3.0.1/src/auth/mycrypt.c.libxcrypt
dovecot-2.3.0.1/src/auth/mycrypt.c
--- dovecot-2.3.0.1/src/auth/mycrypt.c.libxcrypt 2018-02-28
15:28:58.000000000 +0100
+++ dovecot-2.3.0.1/src/auth/mycrypt.c 2018-03-27 10:57:38.447769201 +0200
@@ -14,6 +14,7 @@
# define _XPG6 /* Some Solaris versions
2018 Sep 19
0
Dovecot User Listing Error - getpwent() failed: Invalid Argument
Sure:
thunderstorm ~ # cat /etc/nsswitch.conf
# /etc/nsswitch.conf:
# $Header:
/var/cvsroot/gentoo/src/patchsets/glibc/extra/etc/nsswitch.conf,v 1.2
2017/08/12 16:21:44 slyfox Exp $
passwd: compat files
shadow: compat files
group: compat files
hosts: files dns
networks: files dns
services: db files
protocols: db files
rpc: db files
ethers: db files
2018 Sep 19
0
Dovecot User Listing Error - getpwent() failed: Invalid Argument
Hi Aki,
How did you go with this in the end? Do you need anything more from me
or were you able to reproduce this?
Thanks,
Reuben
On 1/09/2018 12:41 am, Reuben Farrelly wrote:
> Sure:
>
> https://www.reub.net/files/dovecot/lightning-dovecot.conf
> https://www.reub.net/files/dovecot/thunderstorm-dovecot.conf
>
> Updated nightly.
>
> Reuben
>
>
> On
2018 Sep 03
0
Dovecot User Listing Error - getpwent() failed: Invalid Argument
?Reuben, could you try this:
service auth-worker {
? executable = /usr/bin/strace -o /tmp/out /usr/libexec/dovecot/auth -w
}
and send the out file to me? I wasn't able to reproduce your problem
with glibc-2.28.
Aki
On 31.08.2018 21:30, Aki Tuomi wrote:
> Ah. Thanks for the pointer.
>
> ---
> Aki Tuomi
> Dovecot oy
>
> -------- Original message --------
> From:
2018 Sep 19
1
Dovecot User Listing Error - getpwent() failed: Invalid Argument
I have no idea why it's returning invalid argument, maybe you need to
raise this as issue with glibc?
Aki
On 19.09.2018 10:43, Reuben Farrelly wrote:
> Sure:
>
> thunderstorm ~ # cat /etc/nsswitch.conf
> # /etc/nsswitch.conf:
> # $Header:
> /var/cvsroot/gentoo/src/patchsets/glibc/extra/etc/nsswitch.conf,v 1.2
> 2017/08/12 16:21:44 slyfox Exp $
>
> passwd:?????
2018 Aug 31
1
Dovecot User Listing Error - getpwent() failed: Invalid Argument
I think this might be caused by glibc 2.28. I saw a similar error with
the "doveadm purge" command after upgrading my system to that version.
Michael Marley
On 2018-08-31 13:10, Aki Tuomi wrote:
> I'll see if this is reproducible
>
> ---
> Aki Tuomi
> Dovecot oy
>
> -------- Original message --------
> From: Reuben Farrelly <reuben-dovecot at
2018 Sep 19
2
Dovecot User Listing Error - getpwent() failed: Invalid Argument
Which glibc version are you using?
Aki
On 19.09.2018 09:39, Reuben Farrelly wrote:
> Hi Aki,
>
> How did you go with this in the end?? Do you need anything more from
> me or were you able to reproduce this?
>
> Thanks,
> Reuben
>
> On 1/09/2018 12:41 am, Reuben Farrelly wrote:
>> Sure:
>>
>> https://www.reub.net/files/dovecot/lightning-dovecot.conf
2018 Sep 19
2
Dovecot User Listing Error - getpwent() failed: Invalid Argument
This is bit of a longshot, but can you try applying
https://github.com/dovecot/core/commit/63a74b9.patch and see if this helps?
Aki
On 19.09.2018 10:33, Reuben Farrelly wrote:
> glibc-2.28.
>
> There was a posting by Michael Marley on 31/08 saying he saw something
> similar to this problem after upgrading to 2.28 as well with 'doveadm
> purge'.
>
> Reuben
>
>
2018 Sep 19
2
Dovecot User Listing Error - getpwent() failed: Invalid Argument
Can you provide your /etc/nssswitch.conf?
Aki
On 19.09.2018 10:40, Reuben Farrelly wrote:
> I've been running with this almost identical patch already for some time:
>
> diff -up dovecot-2.3.0.1/src/auth/mycrypt.c.libxcrypt
> dovecot-2.3.0.1/src/auth/mycrypt.c
> --- dovecot-2.3.0.1/src/auth/mycrypt.c.libxcrypt?????? 2018-02-28
> 15:28:58.000000000 +0100
> +++
2010 Nov 10
1
Random call drops on IAX2
Hello list,
I have an Asterisk setup with the following details:
1. 3 x internal extensions / sip hardphones - Grandstream 2000
2. 2 x internal extensions / dahdi cordless phone
3. 1 x 2 FSX ports OpenVOX pci card
4. 1 x internal sip extension / sip softphone (linphone)
5. 1 x 800Mhz Asterisk + Linux server
6. Asterisk version is 1.6.2.13
7. 1 x IAX2 incoming trunk from phone provider for 1
2018 Aug 31
3
Dovecot User Listing Error - getpwent() failed: Invalid Argument
Sure:
https://www.reub.net/files/dovecot/lightning-dovecot.conf
https://www.reub.net/files/dovecot/thunderstorm-dovecot.conf
Updated nightly.
Reuben
On 1/09/2018 12:26 am, Aki Tuomi wrote:
> Can you provide doveconf -n?
>
>
>
> ---
> Aki Tuomi
> Dovecot oy
>
> -------- Original message --------
> From: Reuben Farrelly <reuben-dovecot at reub.net>
>
2004 Sep 30
4
Real-time file synchronisation
Hi all!
I'm looking for a method of doing the following, given that I'm taking care
of a network with a Samba 3.0.6 box (running Mandrake 10.0) acting as a PDC
for about 15 W2K boxes:
. There is a share full of program files and data files on the Samba box
. These files are currently synchronized at logon - all movement is from the
server to the clients via a logon script using XCOPY /D
2004 Jun 05
1
shorewall doesn''t log dropped smb connection ?
Hello,
This is probably nothing, and I''m just the one missing something here. But I''m
just curious.
I am trying to run samba in one of my machines that run shorewall. But I
forgot to add the rule to allow smb connection in my /etc/shorewall/rules. Of
course when I tried to access the smb share from another machine, I couldn''t.
I fixed that quickly, no problem.
2005 Nov 27
2
How to synchronise multiple samba server ?
Hi !
I got a new problem, the company I work for had just open a new office
with a network ADSL link to the old one.
We have one domain controler (samba on linux) and 50 workstations in
windows XP.
I need to put a second domain controler at the new office, but I don't
know how to link the both and then to synchronise them ? (account and passwd)
And finaly, if I reach this point, how can I do
2017 May 08
0
2.2 -git fails to compile as of Apr 28 2017
On 8/05/2017 11:44 PM, Aki Tuomi wrote:
>
>
> On 2017-05-08 16:23, Reuben Farrelly wrote:
>>
>>
>> On 8/05/2017 9:13 PM, Aki Tuomi wrote:
>>>
>>>
>>> On 2017-05-08 13:52, Reuben Farrelly wrote:
>>>> Hi,
>>>>
>>>> Following up on this as there has been no response and the problem
>>>> is still