Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#25434 - [courier-imap] wrong daemon path in all rc.scripts
Attached to Project:
Community Packages
Opened by WhoTouchaMySpageth! (tuxfusion) - Sunday, 07 August 2011, 12:42 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Friday, 26 August 2011, 21:56 GMT
Opened by WhoTouchaMySpageth! (tuxfusion) - Sunday, 07 August 2011, 12:42 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Friday, 26 August 2011, 21:56 GMT
|
DetailsDescription:
cat /etc/rc.d/{imap*,pop*} | grep daemon if [ ! -f /var/run/daemons/authdaemond ]; then echo "ERROR: authdaemond is not running" add_daemon imapd rm_daemon imapd if [ ! -f /var/run/daemons/authdaemond ]; then echo "ERROR: authdaemond is not running" add_daemon imapd-ssl rm_daemon imapd-ssl if [ ! -f /var/run/daemons/authdaemond ]; then echo "ERROR: authdaemond is not running" add_daemon pop3d rm_daemon pop3d if [ ! -f /var/run/daemons/authdaemond ]; then echo "ERROR: authdaemond is not running" add_daemon pop3d-ssl rm_daemon pop3d-ssl Should those not all point to /run/daemons/ ? All those scripts fail on my box Additional info: * package version(s) courier-imap 4.9.3-2 * config and/or log files etc. Steps to reproduce: rc.d start pop3d pop3d-ssl imapd imapd-ssl |
This task depends upon
Closed by Sven-Hendrik Haase (Svenstaro)
Friday, 26 August 2011, 21:56 GMT
Reason for closing: Implemented
Friday, 26 August 2011, 21:56 GMT
Reason for closing: Implemented
If you have an up-to-date system, and have rebooted your machine, then you should indeed have a symlink in place, so that the difference between /var/run and /run does not matter. If this is the case, please open a bug against initscripts.
/etc/rc.d/{imap*,pop*} should not access /{var,}/run/daemons/. They should use the ck_daemon funciton instead.