Your message dated Wed, 28 Sep 2016 18:27:43 +0300 with message-id <[email protected]> and subject line This bug is already fixed in stable has caused the Debian Bug report #743818, regarding cyrus-common.cyrus-imapd.service "ExecStartPre=/usr/bin/cyrus" is bogus. 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.) -- 743818: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743818 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: cyrus-common Version: 2.4.17+caldav~beta9-3 Severity: grave Tags: patch Justification: renders package unusable Dear Maintainer, The file debian/cyrus-common.cyrus-imapd.service contains the line ... ExecStartPre=/usr/bin/cyrus init-helper start ... but cyrus is at /usr/sbin/cyrus. systemd throws an error and fails to start the daemon. This is trivially fixed with the following patch ----- $diff -u cyrus-common.cyrus-imapd.service-bogus cyrus-common.cyrus-imapd.service --- cyrus-common.cyrus-imapd.service-bogus 2014-04-05 10:26:00.873349500 +0200 +++ cyrus-common.cyrus-imapd.service 2014-04-03 21:22:36.102206364 +0200 @@ -6,7 +6,7 @@ Type=simple Environment=LISTENQUEUE=32 CONF=/etc/imapd.conf MASTERCONF=/etc/cyrus.conf EnvironmentFile=/etc/default/cyrus-imapd -ExecStartPre=/usr/bin/cyrus init-helper start +ExecStartPre=/usr/sbin/cyrus init-helper start ExecStart=/usr/sbin/cyrmaster -l $LISTENQUEUE -C $CONF -M $MASTERCONF $OPTIONS ExecStopPost=/usr/sbin/cyrus init-helper stop ------------ Thanks jCandlish -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.13-1-amd64 (SMP w/8 CPU cores) Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
--- End Message ---
--- Begin Message ---Version: 2.4.17+caldav~beta9-4 This bug is already fixed in stable, but was never closed. cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed
--- End Message ---

