[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Re: LinuxProMagazine Issue137 K7.0.0 testcd



Hello Ed & List,

On Wed, Apr 11, 2012 at 02:16:43PM +0000, Evenson, Ed (IS) wrote:
>    Klaus,
> 
>    I purchased a special order copy of LinuxProMagazine – bad dvd – asked for
>    replacement – replacement dvd also failed testcd.
> 
>    I purchased a second copy of LinuxProMagazine – again bad dvd.
> 
>    3 cover dvds failed – I believe that they are all bad on the US edition.

This is bad news. :-(

I guess that something went wrong in the DVD manufacturing.

>    All 3 disks failed with the same KNOPPIX/KNOPPIX sha1sum – ending with
>    8c5c as reported in other posts.

Can you narrow down the location of the defect, maybe identify files
that are broken inside the compressed image?

Fortunately, the cloop block device is quite robust against physical
read errors, i.e. it can continue on followup blocks even if one is
defective. If we are lucky, it is still possible to work with the DVD if
no essential system file or library is broken.

Unfortunately, I do not have a copy of the magazine US edition
available, just the working original ISO files.

A test for broken files could be the following (on a booted Knoppix DVD):

sudo tar cf - /KNOPPIX/ 2> broken-files.txt | dd of=/dev/null

broken-files.txt afterwards contains the names of all files with i/o errors.

Please do not use
sudo tar cf /dev/null ...
or
sudo tar cf - >/dev/null ...

since tar is smart enough to detect the fact that it is writing to the
null file, and will then just scan the file headers, not the contents.

If the broken file list is not too large (<10k), please post it to the
list, otherwise please send it directly to me.

In the best case, it's just one block that it is defective.

In the worst case, everything starting from a certain sector is
unreadable.

>    The real solution to this problem is to put K7.0.1 on the mirrors so we
>    can grab KNOPPIX/KNOPPIX from that iso.

Sorry, I'm not finished with the download edition yet, there are still
some changes and updates (especially kernel-3.3 related) ahead, plus the
CD editions for Knoppix and Adriane which I would like to publish in
parallel.

The magazine edition on the other hand contains the KNOPPIX/KNOPPIX1
file with proprietary programs (flash, acroread, ...) for which the
license does not allow free redistribution, so I cannot just upload the
original image.

Regards
-Klaus


Reply to: