[PlanetCCRMA] Size mismatch in apt-get update

David Fraser davidf@sjsoft.com
Wed Aug 27 02:26:02 2003


This is a multi-part message in MIME format.
--------------070805060704010406080804
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Hi

The below is the result of running apt-get update on my machine.
Are the size mismatches significant? Is there a way I can debug them?
I tried removing the ccrma items from sources.list, doing an apt-get 
update, adding them back, doing another update, but that didn't work

Any help appreciated
David

[root@scir root]# apt-get update
Get:1 http://www-ccrma.stanford.edu redhat/7.3/en/i386 release [1772B]
Get:2 http://www-ccrma.stanford.edu redhat/7.x/en/i386 release [841B]
Ign http://www-ccrma.stanford.edu redhat/7.x.up/en/i386 release
Fetched 2613B in 1s (1342B/s)
Get:1 http://www-ccrma.stanford.edu redhat/7.3/en/i386/os pkglist [1231kB]
Get:2 http://www-ccrma.stanford.edu redhat/7.3/en/i386/os release [91B]
Hit http://www-ccrma.stanford.edu redhat/7.3/en/i386/updates pkglist
Get:3 http://www-ccrma.stanford.edu redhat/7.3/en/i386/updates release [96B]
Hit http://www-ccrma.stanford.edu redhat/7.x/en/i386/planetccrma pkglist
Get:4 http://www-ccrma.stanford.edu redhat/7.x/en/i386/planetccrma 
release [99B]
Hit http://www-ccrma.stanford.edu redhat/7.x/en/i386/planetcore pkglist
Get:5 http://www-ccrma.stanford.edu redhat/7.x/en/i386/planetcore 
release [98B]
Hit http://www-ccrma.stanford.edu redhat/7.x.up/en/i386/planetccrma pkglist
Hit http://www-ccrma.stanford.edu redhat/7.x.up/en/i386/planetccrma release
Hit http://www-ccrma.stanford.edu redhat/7.3/en/i386/planetccrma pkglist
Get:6 http://www-ccrma.stanford.edu redhat/7.3/en/i386/planetccrma 
release [99B]
Fetched 1232kB in 58s (21.2kB/s)
Failed to fetch 
http://www-ccrma.stanford.edu/planetccrma/apt/redhat/7.3/en/i386/base/pkglist.os  
Size mismatch
Failed to fetch 
http://www-ccrma.stanford.edu/planetccrma/apt/redhat/7.3/en/i386/base/release.os  
Size mismatch
Failed to fetch 
http://www-ccrma.stanford.edu/planetccrma/apt/redhat/7.3/en/i386/base/release.updates  
Size mismatch
Failed to fetch 
http://www-ccrma.stanford.edu/planetccrma/apt/redhat/7.x/en/i386/base/release.planetccrma  
Size mismatch
Failed to fetch 
http://www-ccrma.stanford.edu/planetccrma/apt/redhat/7.x/en/i386/base/release.planetcore  
Size mismatch
Failed to fetch 
http://www-ccrma.stanford.edu/planetccrma/apt/redhat/7.3/en/i386/base/release.planetccrma  
Size mismatch
Reading Package Lists... Done
Building Dependency Tree... Done
E: Some index files failed to download, they have been ignored, or old 
ones used instead.

PS also attached apt.conf and sources.list

--------------070805060704010406080804
Content-Type: text/plain;
 name="apt.conf"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="apt.conf"

APT {
    Clean-Installed "false";
    Get {
        Assume-Yes "false";
        Download-Only "false";
        Show-Upgraded "true";
        Fix-Broken "false";
        Ignore-Missing "false";
        Compile "false";
    };
};

Acquire {
    Retries "0";
    Http {
        Proxy ""; // http://user:pass@host:port/
    }
};

RPM 
{
  // Completely ignore GnuPG signature packages (introduced in rpm 4.1)
  Ignore { "gpg-pubkey"; };
  // Leave list empty to disable
  Allowed-Duplicated {"^kernel$"; "^kernel-up"; "^kernel-smp"; "^kernel-debug";
                      "^kernel-enterprise"; "^kernel-source"; "^kernel-source-headers";};
  Allow-Duplicated-Warning "false";
  // Hold {"kernel-source"; "kernel-headers"; };
  Options { };
  Install-Options "";
  Erase-Options "";
  Source {
    Build-Command "rpmbuild --rebuild";
  };
}


--------------070805060704010406080804
Content-Type: text/plain;
 name="sources.list"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="sources.list"

# Package repository URLs 
#

# kde-redhat.sourceforge.net
# rpm http://ayo.freshrpms.net/ redhat/7.3/i386 os updates
# rpm http://apt.unl.edu/apt/ 7.3 kde3 kde3-extras kde3-test

# Planet CCRMA for RedHat 7.3 and single processor machines
rpm http://www-ccrma.stanford.edu/planetccrma/apt redhat/7.3/en/i386 os updates
rpm http://www-ccrma.stanford.edu/planetccrma/apt redhat/7.x/en/i386 planetccrma planetcore
rpm http://www-ccrma.stanford.edu/planetccrma/apt redhat/7.x.up/en/i386 planetccrma
rpm http://www-ccrma.stanford.edu/planetccrma/apt redhat/7.3/en/i386 planetccrma

# Wim Pranata's sweep repository for RH 7.3
# rpm http://pigeond.net/~deadmeat/apt/ 7.3/i386 sweep



--------------070805060704010406080804--