severity 492444 important thanks Thank you for the report. Setting severity to important, as the package installs for some users. It is installed by default in Debian Edu with success.
[Pancho Horrillo] > etcinsvk fails to install, like this: [...] > Setting up etcinsvk (1.0) ... > dpkg: error processing etcinsvk (--configure): > subprocess post-installation script returned error exit status 10 > Errors were encountered while processing: > etcinsvk > E: Sub-process /usr/bin/dpkg returned an error code (1) Hm. Can you try to add 'set -x' to /var/lib/dpkg/info/etcinsvk.postinst on the line after ". /usr/share/debconf/confmodule" and then run 'aptitude install -f' to try to run the script again? Exit status 10 smell like something from debconf. A quick look make me suspect this line fail: db_get debian-edu-config/etc-in-svk The fix is to add ' || true' to the end of it. Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]