Op vrijdag 21 december 2007, schreef Daniel Burrows: > > On every package downloaded by aptitude it reports "Has Sum mismatch":
> Could you please run this command for some package and send a copy
> of aptitude.log to the bug report?
>
> aptitude -o 'Debug::pkgAcquire::Auth=true' install PACKAGE 2> aptitude.log
>
> Also, could you send me a copy of /etc/apt/apt.conf?
Here you are,
both files are attached to this mail.
--
Casper Gielen
[EMAIL PROTECTED], [EMAIL PROTECTED]
--
> Wait a minute! Did you just compare Windows Vista with Ferrari?
It's expensive to own, expensive to fix, and makes you curse like an italian.
-- eclectro on Slashdot
Checking index: http://ftp.nl.debian.org unstable/main Packages (/var/lib/apt/lists/ftp.nl.debian.org_debian_dists_unstable_main_binary-i386_Packages)(Trusted=1) Checking index: http://ftp.nl.debian.org unstable/main Packages (/var/lib/apt/lists/ftp.nl.debian.org_debian_dists_unstable_main_binary-i386_Packages)(Trusted=1) 201 URI Done: http://ftp.nl.debian.org/debian/pool/main/s/screen/screen_4.0.3-7_i386.deb RecivedHash: ExpectedHash: SHA256:34de744b52810d15668da529b4afb488b442f2a058a0f3c3986a9dc574876767 E: Failed to fetch http://ftp.nl.debian.org/debian/pool/main/s/screen/screen_4.0.3-7_i386.deb: Hash Sum mismatch
// Options for the downloading routines
Acquire
{
Retries "2";
};
// Pre-configure all packages before they are installed.
// (Automatically added by debconf.)
DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt || true";};
// Always show packages to be upgraded (-u).
APT::Get::Show-Upgraded "true";
/* config for apt-src starts here */
/* Auto-build source packages after installing or upgrading them. */
APT::Src::Compile "true";
/* Auto-install binary packages after building. */
APT::Src::Install "true";
/* Try to patch local changes into new source tree when upgrading.
(Defaults to on.) */
APT::Src::Patch "true";
/* Specify a directory; only operate on packages in that directory. */
//APT::Src::Location "/space/src/";
/* Do not delete .debs and other built files after autoinstalling them */
APT::Src::KeepBuilt "true";
/* Direct build logs to /dev/null unless there is an error. */
//APT::Src::Quiet "true";
/* Output each command as it is run. */
APT::Src::Trace "true";
/* A command to use to build a tree. -rfakeroot is appended for non-root
* users. */
APT::Src::BuildCommand "dpkg-buildpackage -b -us -uc -nc";
/* The command to use in a non-root user needs to become root for some
operation. Note that su will not work due to the way parameters are
passed. */
APT::Src::RootCommand "sudo";
APT::Cache-Limit "18388608";
/* Proxy through apt-proxy on rum
Acquire::http::Proxy::rum "DIRECT";
*/
signature.asc
Description: This is a digitally signed message part.

