OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Jean-loup Gailly (jloupmandrakesoft.com)
Date: Mon Feb 12 2001 - 07:35:51 CST

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    > [rootvox grpmi]# ls -l glibc-2.1.3-18.3mdk.i586.rpm
    > -rw-r--r-- 1 root root 3733043 Feb 12 02:28
    > glibc-2.1.3-18.3mdk.i586.rpm
    > while MUpdate said that it should be 12megs....

    The size given by MandrakeUpdate is the uncompressed size, reported
    by: rpm -qpi glibc-2.1.3-18.3mdk.i586.rpm | grep Size:
    or: rpm --qf '%{SIZE}\n' -qp glibc-2.1.3-18.3mdk.i586.rpm

    > my guess is that the rpm got truncated in the main mirror

    The rpm is not corrupted. You can check this with:

      rpm --checksig glibc-2.1.3-18.3mdk.i586.rpm

    Jean-loup