>Apt-listbugs fails with "empty string from SOAP" which is not so clean :-)
>Any way to fix/work around?
I gave /etc/apt/apt.conf an "acquire" group with some retries and a nice long
timeout, i.e.
Acquire
{
Retries "3";
Timeout "999";
};
Such was apparently done to "fix" previous filings of this bug by me.