
* Peter p.vittali@tonhof.ch [20071115 23:45]:
I try to use apt-get form inside the grml small edition. No matter what I try to download, at the end of the process I get the message :
/bin/sh: /usr/sbin/apt-listbugs : no such file or directory E: sub-process /usr/sbin/apt-listbugs apt || exit 10 returned an error code (10)
( apt-get update worked fine )
I assume you are talking about a daily snapshot of grml, right? Which version exactly?
The issue was already reported in #grml to me today. Seems to be a problem of apt-listbugs configuration at specific flavours/version of grml. Sorry for that, I'll take a closer look at it soon. In the meanwhile executing:
ln -s /bin/true /usr/sbin/apt-listbugs apt-get ...
or:
APT_LISTBUGS_FRONTEND=none apt-get ...
should fix the issue.
regards, -mika-