Any ideas how to fix this? sasl2-bin SASL Authentication Daemon Code: apt-get dist-upgrade Reading package lists... Done Building dependency tree... Done Calculating upgrade...Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1 not fully installed or removed. Need to get 0B of archives. After unpacking 0B of additional disk space will be used. Do you want to continue [Y/n]? y Setting up sasl2-bin (2.1.19.dfsg1-0.2) ... Starting SASL Authentication Daemon: (failed). invoke-rc.d: initscript saslauthd, action "start" failed. dpkg: error processing sasl2-bin (--configure): subprocess post-installation script returned error exit status 1 Errors were encountered while processing: sasl2-bin E: Sub-process /usr/bin/dpkg returned an error code (1)
hi falko, Sorry for my late reply! Have been really busy for the last two days! I'm using Debian Testing (etch) And this is the contents of my /etc/apt/sources.list Code: deb http://ftp.uk.debian.org/debian/ etch main deb-src http://ftp.uk.debian.org/debian/ etch main deb http://security.debian.org/ etch/updates main deb-src http://security.debian.org/ etch/updates main
I always use Sarge, so that may be your problem. However, you can try Code: apt-get update and try to install sasl2-bin again.
I'm getting this ... Code: apt-get install sasl2-bin Reading package lists... Done Building dependency tree... Done sasl2-bin is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1 not fully installed or removed. Need to get 0B of archives. After unpacking 0B of additional disk space will be used. Setting up sasl2-bin (2.1.19.dfsg1-0.2) ... Starting SASL Authentication Daemon: (failed). invoke-rc.d: initscript saslauthd, action "start" failed. dpkg: error processing sasl2-bin (--configure): subprocess post-installation script returned error exit status 1 Errors were encountered while processing: sasl2-bin E: Sub-process /usr/bin/dpkg returned an error code (1) Do you think restarting will help?