Bug#969261: fixed in cyrus-imapd 3.2.3-2

2020-10-06 Thread Xavier
Le 07/10/2020 à 04:22, David Caldwell a écrit :
> Hi, I am also still seeing this bug.
> 
> I am running cyrus-imapd 3.2.3-3 and the last time my machine rebooted I
> had the same issue: idled refused to start due to the missing directory
> `/run/cyrus/socket`.
> 
> I ended up having to do:
> 
>   mkdir -p /run/cyrus/socket
>   chown cyrus:mail -R /run/cyrus
> 
> to make it work.

Hi,

it seems that this bug came when I switched to debhelper 13. Version
3.2.4-2 seems to have tmpfiles well installed.

Thanks!
Xavier



Bug#969261: fixed in cyrus-imapd 3.2.3-2

2020-10-06 Thread David Caldwell
Hi, I am also still seeing this bug.

I am running cyrus-imapd 3.2.3-3 and the last time my machine rebooted I
had the same issue: idled refused to start due to the missing directory
`/run/cyrus/socket`.

I ended up having to do:

  mkdir -p /run/cyrus/socket
  chown cyrus:mail -R /run/cyrus

to make it work.


I think I've got packages that should have the fix:

$ dpkg -l cyrus-common cyrus-imapd | cat






Desired=Unknown/Install/Remove/Purge/Hold
|
Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name   Version  Architecture Description
+++-==---=
ii  cyrus-common   3.2.3-3  amd64Cyrus mail system - common
files
ii  cyrus-imapd3.2.3-3  amd64Cyrus mail system - IMAP
support

But it looks like the tmpfiles conf didn't get installed correctly:

$ ls -l /usr/lib/tmpfiles.d/cyrus-imapd.conf
ls: cannot access '/usr/lib/tmpfiles.d/cyrus-imapd.conf': No such file
or directory

I don't see that file in either of the .deb files (but I'm not super
familiar with tmpfiles so maybe that's expected?).

Thanks,
  David



Bug#969261: fixed in cyrus-imapd 3.2.3-2

2020-09-20 Thread Xavier
Control: reopen -1
Control: tags -1 + moreinfo

Le 20/09/2020 à 22:18, Andy Dorman a écrit :
> On Sun, 13 Sep 2020 16:18:27 + Debian FTP Masters
>  wrote:
>> Source: cyrus-imapd
>> Source-Version: 3.2.3-2
>> Done: Xavier Guimard 
>>
>> We believe that the bug you reported is fixed in the latest version of
>> cyrus-imapd, which is due to be installed in the Debian FTP archive.
>>
>> A summary of the changes between this version and the previous one is
>> attached.
>>
>> Thank you for reporting the bug, which will now be closed.  If you
>> have further comments please address them to 969...@bugs.debian.org,
>> and the maintainer will reopen the bug report if appropriate.
>>
>> Debian distribution maintenance software
>> pp.
>> Xavier Guimard  (supplier of updated cyrus-imapd
>> package)
>>
>> (This message was generated automatically at their request; if you
>> believe that there is a problem with it please contact the archive
>> administrators by mailing ftpmas...@ftp-master.debian.org)
>>
> 
> Just FYI in case it might help someone.
> 
> I had the same problem but simeply upgrading from 3.2.3-1 to 3.2.3-2 did
> not allow cyrus-imapd to run.  I had to manually recreate the /run/cyrus
> dir and sub-directories with correct cyrus.mail ownership and
> permissions before cyrus-imapd would start.
> 
> ~# ls -al /run/cyrus
> drwxr-xr-x  5 cyrus mail  100 Jan 18  2020 .
> drwxr-xr-x 31 root  root 1140 Sep 20 13:03 ..
> drwx--  5 cyrus mail  100 Jun  5 12:49 lock
> drwx--  2 cyrus mail   40 Sep 20 15:15 proc
> drwxr-x---  2 cyrus mail   60 Sep 20 13:03 socket

Hi,

I didn't succeed to reproduce this bug



Bug#969261: fixed in cyrus-imapd 3.2.3-2

2020-09-20 Thread Andy Dorman
On Sun, 13 Sep 2020 16:18:27 + Debian FTP Masters 
 wrote:

Source: cyrus-imapd
Source-Version: 3.2.3-2
Done: Xavier Guimard 

We believe that the bug you reported is fixed in the latest version of
cyrus-imapd, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 969...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Xavier Guimard  (supplier of updated cyrus-imapd package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)



Just FYI in case it might help someone.

I had the same problem but simeply upgrading from 3.2.3-1 to 3.2.3-2 did 
not allow cyrus-imapd to run.  I had to manually recreate the /run/cyrus 
dir and sub-directories with correct cyrus.mail ownership and 
permissions before cyrus-imapd would start.


~# ls -al /run/cyrus
drwxr-xr-x  5 cyrus mail  100 Jan 18  2020 .
drwxr-xr-x 31 root  root 1140 Sep 20 13:03 ..
drwx--  5 cyrus mail  100 Jun  5 12:49 lock
drwx--  2 cyrus mail   40 Sep 20 15:15 proc
drwxr-x---  2 cyrus mail   60 Sep 20 13:03 socket