similar to: Scheduled Outages

Displaying 20 results from an estimated 2000 matches similar to: "Scheduled Outages"

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 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
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
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 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
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
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
2017 Oct 30
0
dovecot-2.3 (-git) Warning and Fatal Compile Error
On 30.10.2017 00:23, Reuben Farrelly wrote: > 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:
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 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
2017 Oct 31
0
dovecot-2.3 (-git) Warning (Was Re: dovecot Digest, Vol 174, Issue 64)
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 >> Subject: Re: dovecot-2.3 (-git) Warning and Fatal Compile Error >> Message-ID:
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
0
dovecot-2.3 (-git) Warning and Fatal Compile Error
> 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 4:23 schreef Reuben Farrelly: > >> On 18/10/2017 11:40 PM, Timo
2017 May 08
2
2.2 -git fails to compile as of Apr 28 2017
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 present. As this is the master-2.2 branch I would have >>> thought it would compile
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 >>>
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
2007 Jul 23
1
Fwd: SSL / TSL no advertise????
> > Hello, I am new to this list, and I wanted to bring up an issue > that I have been struggling with. ( Now that I have subscribed to > the correct list!) > > I want to enable SSL for our mail server that runs Dovecot and > Exim. I have been told that if SSL is enabled then it can break > Eudora mail clients before 6.2 ish. > > So, I was wondering if
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
2017 Oct 12
0
Core Dumps with dovecot-2.2 -git as of 2.2.devel (eaf276b33)
Are you using the xi packages? If yes, can you please send me one fresh core? Aki > On October 12, 2017 at 8:43 AM Aki Tuomi <aki.tuomi at dovecot.fi> wrote: > > > We'll take a look > > > ---Aki TuomiDovecot oy > -------- Original message --------From: Reuben Farrelly <reuben-dovecot at reub.net> Date: 12/10/2017 07:50 (GMT+02:00) To: Aki Tuomi
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> >