On Thu, Aug 13, 2009 at 11:39:26PM +0200, Philipp Kern wrote: > tag 541275 + moreinfo > thanks > > On Thu, Aug 13, 2009 at 12:57:08AM +0200, Kurt Roeckx wrote: > > I get: > > dpkg --purge ca-certificates > > (Reading database ... 9937 files and directories currently installed.) > > Removing ca-certificates ... > > Purging configuration files for ca-certificates ... > > Removing dangling symlinks from /etc/ssl/certs... done. > > dpkg: error processing ca-certificates (--purge): > > subprocess installed post-removal script returned error exit status 128 > > Errors were encountered while processing: > > ca-certificates > > As it got tested successfully by piuparts this is not a common issue. Please > run the maintainer script through bash -x (e.g. by adding a set -x to its top) > and provide a listing of /etc/ssl/certs. TIA.
r...@intrepid:~# ls -l /etc/ssl/certs/ total 12 lrwxrwxrwx. 1 root root 21 Jul 10 2006 a70d887e -> ssl-cert-snakeoil.pem lrwxrwxrwx 1 root root 21 Aug 13 00:47 a70d887e.0 -> ssl-cert-snakeoil.pem -rw-r--r--. 1 root root 1127 Jul 10 2006 ssl-cert-snakeoil.pem Adding the -x, I get: (Reading database ... 9937 files and directories currently installed.) Removing ca-certificates ... Purging configuration files for ca-certificates ... + rm -f /etc/ssl/certs/ca-certificates.crt + remove_dangling_symlinks + [ -d /etc/ssl/certs ] + echo -n Removing dangling symlinks from /etc/ssl/certs... Removing dangling symlinks from /etc/ssl/certs... + find /etc/ssl/certs -type l -print + read h + test -f /etc/ssl/certs/a70d887e + read h + test -f /etc/ssl/certs/a70d887e.0 + read h + echo done. done. + [ -d /etc/ssl/certs ] + rmdir --ignore-fail-on-non-empty /etc/ssl/certs + [ -d /etc/ssl ] + rmdir --ignore-fail-on-non-empty /etc/ssl + rm -f /etc/ca-certificates.conf* + test -e /usr/share/debconf/confmodule + . /usr/share/debconf/confmodule + [ ! ] + PERL_DL_NONLAZY=1 + export PERL_DL_NONLAZY + [ ] + exec /usr/share/debconf/frontend /var/lib/dpkg/info/ca-certificates.postrm purge + rm -f /etc/ssl/certs/ca-certificates.crt + remove_dangling_symlinks + [ -d /etc/ssl/certs ] + echo -n Removing dangling symlinks from /etc/ssl/certs... + find /etc/ssl/certs -type l -print + read h + test -f /etc/ssl/certs/a70d887e + read h + test -f /etc/ssl/certs/a70d887e.0 + read h + echo done. + [ -d /etc/ssl/certs ] + rmdir --ignore-fail-on-non-empty /etc/ssl/certs + [ -d /etc/ssl ] + rmdir --ignore-fail-on-non-empty /etc/ssl + rm -f /etc/ca-certificates.conf* + test -e /usr/share/debconf/confmodule + . /usr/share/debconf/confmodule + [ ! 1 ] + [ -z ] + exec + [ ] + exec + DEBCONF_REDIR=1 + export DEBCONF_REDIR + db_purge + _db_cmd PURGE + IFS= printf %s\n PURGE + IFS= read -r _db_internal_line + RET=20 Unsupported command "removing" (full line was "Removing dangling symlinks from /etc/ssl/certs... done.") received from confmodule. + return 20 dpkg: error processing ca-certificates (--purge): subprocess installed post-removal script returned error exit status 20 Errors were encountered while processing: ca-certificates Kurt -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org