Comment 9 for bug 14486

Revision history for this message
Michael Vogt (mvo) wrote :

I'm very sorry, I missed the importend bit in the command :/

Here is the correct commandline:
$ sudo apt-get -o Debug::Acquire::gpgv=true -o Debug::Acquire::Http=true -o
Debug::pkgAcquire=true update 2> debug.txt

$ sudo apt-get -o Debug::Acquire::gpgv=true -o Debug::Acquire::Http=true -o
Debug::pkgAcquire=true update 2> debug6762.txt

(tested this time). It will create a file named "debug.txt" and "debug6762.txt". It
would be really good if the first would contain the case with the error (you
should see the error at the end of the file) and the second the successfull run.

Thanks and sorry for the confusion my wrong cmd caused.