https://bugzilla.novell.com/show_bug.cgi?id=734758 https://bugzilla.novell.com/show_bug.cgi?id=734758#c0 Summary: saslauthd won't start with systemd Classification: openSUSE Product: openSUSE 12.1 Version: Final Platform: x86-64 OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: tabt@tabt.de QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux i686; rv:8.0) Gecko/20100101 Firefox/8.0 If I run "/etc/init.d/saslauthd start", I get: redirecting to systemctl saslauthd.service Loaded: error (Reason: No such file or directory) Active: inactive (dead) If I start it manually (copying and pasting the relevant lines to the shell) it works ok. Reproducible: Always Steps to Reproduce: 1. install cyrus-sasl-saslauthd, e.g. zypper in -ly cyrus-sasl-saslauthd 2. /etc/init.d/saslauthd start fails with output: redirecting to systemctl saslauthd.service Loaded: error (Reason: No such file or directory) Active: inactive (dead) alternatively (from the init script): AUTHD_BIN=/usr/sbin/saslauthd test -x $AUTHD_BIN || exit 5 SASLAUTHD_AUTHMECH=pam SASLAUTHD_THREADS=5 test -f /etc/sysconfig/saslauthd && . /etc/sysconfig/saslauthd test -d /var/run/sasl2 || mkdir -m0755 /var/run/sasl2 /sbin/startproc $AUTHD_BIN $SASLAUTHD_PARAMS -a $SASLAUTHD_AUTHMECH -n \ $SASLAUTHD_THREADS .. works Actual Results: saslauthd not running, cyrus-imapd not able to authenticate users Expected Results: working saslauthd... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.