Your message dated Mon, 18 Feb 2019 09:19:30 +0000 with message-id <[email protected]> and subject line Bug#862066: fixed in cyrus-imapd 3.0.8-2 has caused the Debian Bug report #862066, regarding cyrus-common: cyrmaster does not start to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 862066: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=862066 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: cyrus-common Version: 2.4.17+nocaldav-0+deb8u2 Severity: normal Dear Maintainer, I have upgraded my servers from Debian 7.11 to 8.8, involving replacement of cyrus-2.2 with cyrus-2.4. After rebooting, all servers failed to start cyrmaster daemon. On one server, cyrmaster could be started successfully with this command: # /etc/init.d/cyrus-imapd start And this command seems to be effective in starting cyrmaster on reboot: # systemctl enable cyrus-imapd.service But on the other server, '/etc/init.d/cyrus-imapd start' did not work. In /var/log/daemon.log, I found this line: cyrus[1383]: /usr/lib/cyrus/bin/init-helper: You are missing a dpkg-statoverride on /var/run/cyrus. Add it. Therefore I performed the following command, referring to the output from 'dpkg-statoverride --list' executed on the other server: # dpkg-statoverride --add cyrus mail 755 /var/run/cyrus Then tried to start cyrmaster again, and got this message in daemon.log: cyrus[1760]: /usr/lib/cyrus/bin/init-helper: You are missing a dpkg-statoverride on /var/run/cyrus/socket. Add it. Again I performed the command: # dpkg-statoverride --add cyrus lmtp 750 /var/run/cyrus/socket Finally, I was able to start cyrmaster. -- System Information: Debian Release: 8.8 APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 3.16.0-4-amd64 (SMP w/3 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages cyrus-common depends on: ii adduser 3.113+nmu3 ii db-upgrade-util 5.3.0 ii db-util 5.3.0 ii debconf [debconf-2.0] 1.5.56 ii dpkg 1.17.27 ii gawk 1:4.1.1+dfsg-1 ii libc6 2.19-18+deb8u9 ii libcomerr2 1.42.12-2+b1 ii libdb5.3 5.3.28-9 ii libkrb5-3 1.12.1+dfsg-19+deb8u2 ii libldap-2.4-2 2.4.40+dfsg-1+deb8u2 ii libsasl2-2 2.1.26.dfsg1-13+deb8u1 ii libsasl2-modules 2.1.26.dfsg1-13+deb8u1 ii libsnmp30 5.7.2.1+dfsg-1 ii libssl1.0.0 1.0.1t-1+deb8u6 ii libwrap0 7.6.q-25 ii libzephyr4 3.1.2-1 ii netbase 5.3 ii perl 5.20.2-3+deb8u6 ii postfix [mail-transport-agent] 2.11.3-1+deb8u2 ii zlib1g 1:1.2.8.dfsg-2+b1 Versions of packages cyrus-common recommends: ii cyrus-admin 2.4.17+nocaldav-0+deb8u2 ii cyrus-imapd 2.4.17+nocaldav-0+deb8u2 Versions of packages cyrus-common suggests: ii apt-listchanges 2.85.13+nmu1 ii cyrus-admin 2.4.17+nocaldav-0+deb8u2 pn cyrus-clients <none> ii cyrus-doc 2.4.17+nocaldav-0+deb8u2 ii cyrus-imapd 2.4.17+nocaldav-0+deb8u2 pn cyrus-murder <none> pn cyrus-nntpd <none> pn cyrus-pop3d <none> pn cyrus-replication <none> ii sasl2-bin 2.1.26.dfsg1-13+deb8u1 -- Configuration Files: /etc/cyrus.conf changed: START { # do not delete this entry! recover cmd="/usr/sbin/cyrus ctl_cyrusdb -r" # this is only necessary if idlemethod is set to "idled" in imapd.conf #idled cmd="idled" # this is useful on backend nodes of a Murder cluster # it causes the backend to syncronize its mailbox list with # the mupdate master upon startup #mupdatepush cmd="/usr/sbin/cyrus ctl_mboxlist -m" # this is recommended if using duplicate delivery suppression delprune cmd="/usr/sbin/cyrus expire -E 3" # this is recommended if caching TLS sessions tlsprune cmd="/usr/sbin/cyrus tls_prune" } SERVICES { # --- Normal cyrus spool, or Murder backends --- # add or remove based on preferences imap cmd="imapd -U 30" listen="imap" prefork=0 maxchild=100 #imaps cmd="imapd -s -U 30" listen="imaps" prefork=0 maxchild=100 pop3 cmd="pop3d -U 30" listen="pop3" prefork=0 maxchild=50 #pop3s cmd="pop3d -s -U 30" listen="pop3s" prefork=0 maxchild=50 nntp cmd="nntpd -U 30" listen="nntp" prefork=0 maxchild=100 #nntps cmd="nntpd -s -U 30" listen="nntps" prefork=0 maxchild=100 http cmd="httpd -U 30" listen="8008" prefork=0 maxchild=100 #https cmd="httpd -s -U 30" listen="8443" prefork=0 maxchild=100 # At least one form of LMTP is required for delivery # (you must keep the Unix socket name in sync with imap.conf) #lmtp cmd="lmtpd" listen="localhost:lmtp" prefork=0 maxchild=20 lmtpunix cmd="lmtpd" listen="/var/run/cyrus/socket/lmtp" prefork=0 maxchild=20 # ---------------------------------------------- # useful if you need to give users remote access to sieve # by default, we limit this to localhost in Debian sieve cmd="timsieved" listen="localhost:sieve" prefork=0 maxchild=100 # this one is needed for the notification services notify cmd="notifyd" listen="/var/run/cyrus/socket/notify" proto="udp" prefork=1 # --- Murder frontends ------------------------- # enable these and disable the matching services above, # except for sieve (which deals automatically with Murder) # mupdate database service - must prefork at least 1 # (mupdate slaves) #mupdate cmd="mupdate" listen=3905 prefork=1 # (mupdate master, only one in the entire cluster) #mupdate cmd="mupdate -m" listen=3905 prefork=1 # proxies that will connect to the backends #imap cmd="proxyd" listen="imap" prefork=0 maxchild=100 #imaps cmd="proxyd -s" listen="imaps" prefork=0 maxchild=100 #pop3 cmd="pop3proxyd" listen="pop3" prefork=0 maxchild=50 #pop3s cmd="pop3proxyd -s" listen="pop3s" prefork=0 maxchild=50 #lmtp cmd="lmtpproxyd" listen="lmtp" prefork=1 maxchild=20 # ---------------------------------------------- } EVENTS { # this is required checkpoint cmd="/usr/sbin/cyrus ctl_cyrusdb -c" period=30 # this is only necessary if using duplicate delivery suppression delprune cmd="/usr/sbin/cyrus expire -E 3" at=0401 # this is only necessary if caching TLS sessions tlsprune cmd="/usr/sbin/cyrus tls_prune" at=0401 # indexing of mailboxes for server side fulltext searches # reindex changed mailboxes (fulltext) approximately every other hour #squatter_1 cmd="/usr/bin/nice -n 19 /usr/sbin/cyrus squatter -s" period=120 # reindex all mailboxes (fulltext) daily squatter_a cmd="/usr/sbin/cyrus squatter" at=0517 } /etc/imapd.conf changed: duplicatesuppression: 0 configdirectory: /var/lib/cyrus proc_path: /run/cyrus/proc mboxname_lockpath: /run/cyrus/lock defaultpartition: default partition-default: /var/spool/cyrus/mail partition-news: /var/spool/cyrus/news newsspool: /var/spool/news altnamespace: no unixhierarchysep: no lmtp_downcase_rcpt: yes admins: cyrus allowanonymouslogin: no popminpoll: 1 autocreatequota: 0 umask: 077 sieveusehomedir: false sievedir: /var/spool/sieve hashimapspool: true allowplaintext: yes sasl_mech_list: PLAIN LOGIN CRAM-MD5 sasl_minimum_layer: 0 sasl_pwcheck_method: auxprop sasl_auto_transition: no tls_ca_path: /etc/ssl/certs tls_session_timeout: 1440 tls_cipher_list: TLSv1+HIGH:!aNULL:@STRENGTH tls_versions: tls1_0 tls1_1 tls1_2 lmtpsocket: /var/run/cyrus/socket/lmtp idlesocket: /var/run/cyrus/socket/idle notifysocket: /var/run/cyrus/socket/notify syslog_prefix: cyrus /etc/logcheck/ignore.d.server/cyrus-imapd [Errno 13] Permission denied: u'/etc/logcheck/ignore.d.server/cyrus-imapd' /etc/logcheck/violations.ignore.d/cyrus-common [Errno 13] Permission denied: u'/etc/logcheck/violations.ignore.d/cyrus-common' /etc/logcheck/violations.ignore.d/cyrus-imapd [Errno 13] Permission denied: u'/etc/logcheck/violations.ignore.d/cyrus-imapd' -- debconf information: * cyrus-common/removespools: false
--- End Message ---
--- Begin Message ---Source: cyrus-imapd Source-Version: 3.0.8-2 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 [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Ondřej Surý <[email protected]> (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 [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 18 Feb 2019 07:58:29 +0000 Source: cyrus-imapd Architecture: source Version: 3.0.8-2 Distribution: unstable Urgency: medium Maintainer: Debian Cyrus Team <[email protected]> Changed-By: Ondřej Surý <[email protected]> Closes: 675812 685263 750053 766403 825783 862066 866973 869870 901024 921733 922290 Changes: cyrus-imapd (3.0.8-2) unstable; urgency=medium . [ Max Kosmach ] * Enable backup, xapian, calalarmd and unit tests * Update certificates for unit tests * Add backup and calalarmd files to cyrus-common * Add upstream patches to fix some crashes * Fix backup manpages . [ Anthony Prades ] * Enable systemd support (Closes: #922290) . [ Ondřej Surý ] * Upload to final cyrus-imapd 3.0.x to unstable (Closes: #921733, #866973) * Init script now uses systemd tmpfiles (Closes: #685263, #675812, #750053, #766403, #825783, #862066) * GOODCHARS #define is now synchronized with upstream (Closes: #901024) * Update cyrus-imapd version check in cron.daily (Closes: #869870) Checksums-Sha1: 2398875216fed15e38a80d6f4e46cd2132198723 3223 cyrus-imapd_3.0.8-2.dsc 9103e90b51fda171b39aa2c6c350f9f5e258a7b9 89188 cyrus-imapd_3.0.8-2.debian.tar.xz bcc311d517c00be21956538a0a03b037a7be28c6 15173 cyrus-imapd_3.0.8-2_amd64.buildinfo Checksums-Sha256: 942d192954f75d153066b818734ab54f87010f35d359ceb3eacdbbd2a76d85e8 3223 cyrus-imapd_3.0.8-2.dsc 8c31c21e374f00e86e59765b1dbefda9d79a3c1f508ba0f4f46328cfd1dd514b 89188 cyrus-imapd_3.0.8-2.debian.tar.xz b06f79b497d88f9708ab3add8c68f38b1b1d6493f1969c8eeb0df4def045fbcf 15173 cyrus-imapd_3.0.8-2_amd64.buildinfo Files: d1b18861dc1434e78e50e5c2afcb40e4 3223 mail optional cyrus-imapd_3.0.8-2.dsc d409ec6831e4fc78e1e690292843939e 89188 mail optional cyrus-imapd_3.0.8-2.debian.tar.xz bc823a2a29c0393deb767111e9b20ccf 15173 mail optional cyrus-imapd_3.0.8-2_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEEw2Gx4wKVQ+vGJel9g3Kkd++uWcIFAlxqdH1fFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEMz NjFCMUUzMDI5NTQzRUJDNjI1RTk3RDgzNzJBNDc3RUZBRTU5QzIACgkQg3Kkd++u WcLm5g/+M7vY/H/u2vfpk4C8taykmx4CAcgWJuVGiDjT0EMIPWkzNb5aiAr+VTR/ Q6biX7iQib0s0/WDAJxcOartwH2KmokPR792XvLV5ExLYs04Jq7ikHV8YA2FIaT8 apetCsSxOC/D5vME5NFbT5qlvdk7t7IXRBcJkcbobpOOxftPPdr8XHXeZ53UNQRT u7fvXu+NdmyLcous626HWEEmKXNVSxQi9/yUY+49SJifa5qs96NcXSofzMJW//Px JISbA2XZZhaPQ+6C6mshcqdEo2BszCkOIkkxcZfFj1MsiNsPWF5ELzsShw38WTkF Iwf64bG+TYCetTX0rK7S687LqB8ChwZKT0//++jAfBfe8rFu37oS+oFvhOFlDyRT Bt7qIzgZPWc5joFhk3jMy9VrZ+koGQAykCQ2bkfW033bPyAUPhs7j/R0Nk0BEk/B +bWNnktoz/XFmGDGdKLPnD0iQRbz1zByhM7ZawJ0nq5DCIORT14hGev4MVTw/duL zPnJ7/j5LqQV0lVoppuUkxOpIBrPH7PIsAD2ErXBRyu9aBmW9COYWz01rR0Nyqaj iDmi2qvmQDHtPrM+fHjCLyxwZlCLQ2xw71xjx+/qWJfjhC3O56ZqzFQemK4EIfvl tZ0E6ZVhH/y3zDO5QIGS6SUZFiMWzN8mjIuAp9ZhFHVBq3WjY8o= =MBw/ -----END PGP SIGNATURE-----
--- End Message ---

