Displaying 20 results from an estimated 5000 matches similar to: "Dovecot User Listing Error - getpwent() failed: Invalid Argument"
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
> +++
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
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
No. Neither of those are installed on either system.
Reuben
On 1/09/2018 12:09 am, Aki Tuomi wrote:
> Could apparmor or selinux be causing this!
>
>
>
> ---
> Aki Tuomi
> Dovecot oy
>
> -------- Original message --------
> From: Reuben Farrelly <reuben-dovecot at reub.net>
> Date: 31/08/2018 16:50 (GMT+02:00)
> To: Dovecot Mailing List <dovecot
2018 Aug 31
1
Dovecot User Listing Error - getpwent() failed: Invalid Argument
Hi,
I'm running dovecot-2.3 git and seeing on 2 of my Dovecot installations,
the following message logged quite frequently:
Aug 31 16:55:53 lightning.reub.net dovecot[7698]: auth-worker(7707):
Error: getpwent() failed: Invalid argument
Aug 31 16:55:53 lightning.reub.net dovecot[7698]: replicator: Error:
User listing returned failure
Aug 31 16:55:53 lightning.reub.net dovecot[7698]:
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
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
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 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 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:
2017 Oct 29
2
dovecot-2.3 (-git) Warning and Fatal Compile Error
Hi Aki,
On 30/10/2017 12:43 AM, Aki Tuomi wrote:
>> On October 29, 2017 at 1:55 PM Reuben Farrelly <reuben-dovecot at reub.net> wrote:
>>
>>
>> Hi again,
>>
>> Chasing down one last problem which seems to have been missed from my
>> last email:
>>
>> On 20/10/2017 9:22 PM, Stephan Bosch wrote:
>>>
>>> Op 20-10-2017 om
2017 Oct 29
2
dovecot-2.3 (-git) Warning and Fatal Compile Error
Hi again,
Chasing down one last problem which seems to have been missed from my
last email:
On 20/10/2017 9:22 PM, Stephan Bosch wrote:
>
>
> Op 20-10-2017 om 4:23 schreef Reuben Farrelly:
>> On 18/10/2017 11:40 PM, Timo Sirainen wrote:
>>> On 18 Oct 2017, at 6.34, Reuben Farrelly <reuben-dovecot at reub.net>
>>> wrote:
This problem below is still
2017 Oct 31
2
dovecot-2.3 (-git) Warning (Was Re: dovecot Digest, Vol 174, Issue 64)
Hi,
On 30/10/2017 7:22 PM, dovecot-request at dovecot.org wrote:
> Message: 6
> Date: Mon, 30 Oct 2017 10:22:42 +0200
> From: Teemu Huovila <teemu.huovila at dovecot.fi>
> To: dovecot at dovecot.org
> Subject: Re: dovecot-2.3 (-git) Warning and Fatal Compile Error
> Message-ID: <7d2c0b5b-019a-067c-c6be-f36571ed9a96 at dovecot.fi>
> Content-Type: text/plain;
2017 Oct 20
3
dovecot-2.3 (-git) Warning and Fatal Compile Error
On 18/10/2017 11:40 PM, Timo Sirainen wrote:
> On 18 Oct 2017, at 6.34, Reuben Farrelly <reuben-dovecot at reub.net> wrote:
>>
>> I haven't been tracking dovecot-2.3 until now, but I've just given it a quick run, and there are a few things that may need some attention.
>>
>> /usr/include/features.h:376:4: warning: #warning _FORTIFY_SOURCE requires compiling
2018 Jun 07
4
2.3.1 Replication is throwing scary errors
Still not quite right for me.
Jun 7 15:11:33 thunderstorm.reub.net dovecot: doveadm: Error:
dsync(lightning.reub.net): I/O has stalled, no activity for 600 seconds
(last sent=mail, last recv=mail (EOL))
Jun 7 15:11:33 thunderstorm.reub.net dovecot: doveadm: Error: Timeout
during state=sync_mails (send=mails recv=recv_last_common)
I'm not sure if there is an underlying replication error
2017 Nov 01
2
dovecot-2.3 (-git) Warning (Was Re: dovecot Digest, Vol 174, Issue 64)
Hi again,
On 1/11/2017 12:01 AM, Aki Tuomi wrote:
>
> On 31.10.2017 15:00, Reuben Farrelly wrote:
>> Hi,
>>
>> On 30/10/2017 7:22 PM, dovecot-request at dovecot.org wrote:
>>> Message: 6
>>> Date: Mon, 30 Oct 2017 10:22:42 +0200
>>> From: Teemu Huovila <teemu.huovila at dovecot.fi>
>>> To: dovecot at dovecot.org
>>>
2015 May 07
2
Additional userdb variables in passwd [was Re: Dovecot Replication - Architecture Endianness?]
On 7/05/2015 7:49 AM, Timo Sirainen wrote:
> On 06 May 2015, at 13:52, Reuben Farrelly <reuben-dovecot at reub.net> wrote:
>>
>> On 4/05/2015 11:06 PM, Teemu Huovila wrote:
>>>> Also is there a way to restrict replication users aside from a crude hack around system first and last UIDs?
>>> You can set the userdb to return an empty mail_replica variable for
2017 Oct 13
2
Core Dumps with dovecot-2.2 -git as of 2.2.devel (eaf276b33)
Sure.? Here you go:
Oct 13 23:45:01 thunderstorm.reub.net dovecot: imap-login: Login:
user=<reuben>, auth-method=PLAIN, remote=2001:44b8:x:x,
local=2001:44b8:31d4:x:x, TLSv1.2 with cipher
ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)
Oct 13 23:45:03 thunderstorm.reub.net dovecot: doveadm: Error: ==16947==
Syscall param epoll_pwait(sigmask) points to unaddressable byte(s)
Oct 13 23:45:03