On Thu, Mar 05, 2009 at 04:10:47PM +0000, Thorsten Glaser wrote: > Package: mksh > Version: 35.2-3 > Severity: normal > mksh fails to preconfigure with exit code 10 when selecting > true for debconf:mksh/sh
I believe this happens when dash is not installed so that dash/sh is unknown. With SHELLOPTS=xtrace: + read -r _db_internal_line + RET=true + case ${_db_internal_line%%[ ]*} in + return 0 + '[' true = true ']' + db_get dash/sh + _db_cmd 'GET dash/sh' + IFS=' ' + printf '%s\n' 'GET dash/sh' + IFS=' ' + read -r _db_internal_line + RET='10 dash/sh doesn'\''t exist' + case ${_db_internal_line%%[ ]*} in + return 10 mksh failed to preconfigure, with exit status 10 Hope this helps, -- Niko Tyni nt...@debian.org -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org