Linux Magazine Fedora 16 DVD - integrity

 
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> UK RSS
Next:  Accepted hardlink 0.2.0~rc1 (source amd64)  
Author Message
Cliff Frisby
External


Since: Mar 03, 2012
Posts: 6



PostPosted: Sat Mar 03, 2012 2:10 pm    Post subject: Linux Magazine Fedora 16 DVD - integrity
Archived from groups: uk>comp>os>linux (more info?)


Is anyone here in possession of a Fedora 16 DVD as covermounted on the
January issue of Linux Magazine?

If so, would anyone like to volunteer to give me the hash of the file
Packages/java-1.7.0-openjdk-1.7.0.0-0.1.20110803.1.fc16.i686.rpm
on their copy?

I noticed that the sha256 of the entire DVD (minus padding) did not match
Fedora's own, but there were no I/O errors suggesting a disc fault.

I downloaded the corresponding ISO (negating part of the reason for buying
the magazine, of course), mounted both the image and the DVD, ran a
recursive diff, and the above file cropped up as the offending article.

Further investigation revealed that a sizable chunk of the file was
non-matching, though the size of it did not seem to correspond to a
multiple of the block size. The 'bad' data was not all ones, all zeros, or
anything else resembling a discernible pattern. There was no difference in
the file sizes or dates.

Obviously I won't be using the DVD now, but I'm naturally curious to know
whether mine is a one-off. And if not, then to know what might be going on.

Cliff
Back to top
Neil Ellwood
External


Since: Nov 05, 2006
Posts: 28



PostPosted: Sun Mar 04, 2012 4:26 am    Post subject: Re: Linux Magazine Fedora 16 DVD - integrity [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Sat, 03 Mar 2012 18:09:47 +0000, Cliff Frisby wrote:

> Is anyone here in possession of a Fedora 16 DVD as covermounted on the
> January issue of Linux Magazine?
>
> If so, would anyone like to volunteer to give me the hash of the file
> Packages/java-1.7.0-openjdk-1.7.0.0-0.1.20110803.1.fc16.i686.rpm on
> their copy?
>
> I noticed that the sha256 of the entire DVD (minus padding) did not
> match Fedora's own, but there were no I/O errors suggesting a disc
> fault.
>
> I downloaded the corresponding ISO (negating part of the reason for
> buying the magazine, of course), mounted both the image and the DVD, ran
> a recursive diff, and the above file cropped up as the offending
> article.
>
> Further investigation revealed that a sizable chunk of the file was
> non-matching, though the size of it did not seem to correspond to a
> multiple of the block size. The 'bad' data was not all ones, all zeros,
> or anything else resembling a discernible pattern. There was no
> difference in the file sizes or dates.
>
> Obviously I won't be using the DVD now, but I'm naturally curious to
> know whether mine is a one-off. And if not, then to know what might be
> going on.
>
> Cliff

Probably the regular updating that occurs with Fedora and most other
distros almost daily.



--
Neil
Reverse 'a' and 'r' then delete 'l' for address.
Back to top
Cliff Frisby
External


Since: Mar 03, 2012
Posts: 6



PostPosted: Sun Mar 04, 2012 5:10 pm    Post subject: Re: Linux Magazine Fedora 16 DVD - integrity [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Neil Ellwood wrote:

<snip>
>
> Probably the regular updating that occurs with Fedora and most other
> distros almost daily.

That was my initial expectation when the DVD checksum failed.

But since it is just a single package file, with no change in file name as
would normally be the case, I must reject that hypothesis.

The package fails a standalone signature check -- how could it be
otherwise? -- but I wonder whether the Fedora installer checks signatures
when installing from the media it was itself booted from. I'll try it if I
can find a spare machine with enough RAM.
Back to top
Tim Watts
External


Since: Sep 24, 2011
Posts: 18



PostPosted: Sun Mar 04, 2012 5:10 pm    Post subject: Re: Linux Magazine Fedora 16 DVD - integrity [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Cliff Frisby wrote:

> Neil Ellwood wrote:
>
> <snip>
>>
>> Probably the regular updating that occurs with Fedora and most other
>> distros almost daily.
>
> That was my initial expectation when the DVD checksum failed.
>
> But since it is just a single package file, with no change in file name as
> would normally be the case, I must reject that hypothesis.
>
> The package fails a standalone signature check

Don't trust it - it is either corrupted (most likely I suspect) or been "got
at".

> -- how could it be
> otherwise? -- but I wonder whether the Fedora installer checks signatures
> when installing from the media it was itself booted from. I'll try it if I
> can find a spare machine with enough RAM.
--
Tim Watts
Back to top
Martin Gregorie
External


Since: Jun 26, 2009
Posts: 94



PostPosted: Sun Mar 04, 2012 7:10 pm    Post subject: Re: Linux Magazine Fedora 16 DVD - integrity [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Sun, 04 Mar 2012 21:15:45 +0000, Cliff Frisby wrote:

> but I wonder whether the Fedora installer checks
> signatures when installing from the media it was itself booted from.
>
Yes, of course - provided that you run the media checks instead of
skipping them. AFAIK that's an exhaustive checksumming of every package
on the medium.


--
martin@ | Martin Gregorie
gregorie. | Essex, UK
org |
Back to top
Cliff Frisby
External


Since: Mar 03, 2012
Posts: 6



PostPosted: Mon Mar 05, 2012 8:10 am    Post subject: Re: Linux Magazine Fedora 16 DVD - integrity [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Martin Gregorie wrote:

> On Sun, 04 Mar 2012 21:15:45 +0000, Cliff Frisby wrote:
>
>> but I wonder whether the Fedora installer checks
>> signatures when installing from the media it was itself booted from.
>>
> Yes, of course - provided that you run the media checks instead of
> skipping them. AFAIK that's an exhaustive checksumming of every package
> on the medium.
>
>

Ah yes, I'd forgotten about that initial disc integrity check (although I
always imagined it was more of a flat image-checksumming rather than
individual packages).

Anyway, after reading your comment, I booted it in a diskless machine, ran
the media check, and it did indeed report itself as bad.

I'm still curious about it, because there are no I/O errors when reading off
the DVD. I'll try asking for a replacement.
Back to top
Bruce Stephens
External


Since: Aug 19, 2004
Posts: 196



PostPosted: Mon Mar 05, 2012 2:10 pm    Post subject: Re: Linux Magazine Fedora 16 DVD - integrity [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Cliff Frisby writes:

[...]

> Ah yes, I'd forgotten about that initial disc integrity check (although I
> always imagined it was more of a flat image-checksumming rather than
> individual packages).

I'd assume that, too. RPMs are normally signed, IIRC, and I'd expect rpm
to check the signature on installation.

> Anyway, after reading your comment, I booted it in a diskless machine, ran
> the media check, and it did indeed report itself as bad.
>
> I'm still curious about it, because there are no I/O errors when reading off
> the DVD. I'll try asking for a replacement.

I'd guess it was some screwup on mastering, then. And likely nowadays
almost nobody uses magazine DVDs, and some tiny proportion of that uses
a GNU/Linux DVD (as opposed to Windows). OUr of curiousity I suppose it
might be worth looking at it. I'd guess it's corrupted, and so isn't
even valid RPM format.
Back to top
Alec Ross
External


Since: Dec 16, 2004
Posts: 32



PostPosted: Mon Mar 05, 2012 5:10 pm    Post subject: Re: Linux Magazine Fedora 16 DVD - integrity [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In message , Bruce Stephens
writes
>Cliff Frisby writes:
>
>[...]
>
>> Ah yes, I'd forgotten about that initial disc integrity check (although I
>> always imagined it was more of a flat image-checksumming rather than
>> individual packages).
>
>I'd assume that, too. RPMs are normally signed, IIRC, and I'd expect rpm
>to check the signature on installation.
>
>> Anyway, after reading your comment, I booted it in a diskless machine, ran
>> the media check, and it did indeed report itself as bad.
>>
>> I'm still curious about it, because there are no I/O errors when reading off
>> the DVD. I'll try asking for a replacement.
>
>I'd guess it was some screwup on mastering, then. And likely nowadays
>almost nobody uses magazine DVDs, and some tiny proportion of that uses
>a GNU/Linux DVD (as opposed to Windows). OUr of curiousity I suppose it
>might be worth looking at it. I'd guess it's corrupted, and so isn't
>even valid RPM format.

Might well be worth contacting the mag w/ your pb, and findings, (along
w/ the DVD return?) so that they might analyse potential causes from
their end, and hopefully provide a better client experience in future.

--
Alec Ross
Back to top
Cliff Frisby
External


Since: Mar 03, 2012
Posts: 6



PostPosted: Mon Mar 05, 2012 7:10 pm    Post subject: Re: Linux Magazine Fedora 16 DVD - integrity [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Bruce Stephens wrote:

> Cliff Frisby writes:
>
> [...]
>
>> Ah yes, I'd forgotten about that initial disc integrity check (although I
>> always imagined it was more of a flat image-checksumming rather than
>> individual packages).
>
> I'd assume that, too. RPMs are normally signed, IIRC, and I'd expect rpm
> to check the signature on installation.
>
>> Anyway, after reading your comment, I booted it in a diskless machine,
>> ran the media check, and it did indeed report itself as bad.
>>
>> I'm still curious about it, because there are no I/O errors when reading
>> off the DVD. I'll try asking for a replacement.
>
> I'd guess it was some screwup on mastering, then. And likely nowadays
> almost nobody uses magazine DVDs, and some tiny proportion of that uses
> a GNU/Linux DVD (as opposed to Windows). OUr of curiousity I suppose it
> might be worth looking at it. I'd guess it's corrupted, and so isn't
> even valid RPM format.

£5.99 to avoid a <4GB download is a bit steep, I agree, but at least this
particular magazine usually puts unadulterated verifiable base distros on
the DVD (notwithstanding the current problem), I usually learn a few
interesting things from the paper bit that I wouldn't learn otherwise, and
the newsagent gets some encouragement to stock Linux mags next month.
Back to top
Cliff Frisby
External


Since: Mar 03, 2012
Posts: 6



PostPosted: Mon Mar 05, 2012 7:10 pm    Post subject: Re: Linux Magazine Fedora 16 DVD - integrity [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Alec Ross wrote:

<snip>
>
> Might well be worth contacting the mag w/ your pb, and findings, (along
> w/ the DVD return?) so that they might analyse potential causes from
> their end, and hopefully provide a better client experience in future.
>

Well, I've asked for a replacement, so we'll see what transpires.
Back to top
chris
External


Since: Feb 08, 2005
Posts: 72



PostPosted: Tue Mar 06, 2012 7:10 am    Post subject: Re: Linux Magazine Fedora 16 DVD - integrity [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 05/03/2012 18:40, Bruce Stephens wrote:
> Cliff Frisby writes:
>
> [...]
>
>> Ah yes, I'd forgotten about that initial disc integrity check (although I
>> always imagined it was more of a flat image-checksumming rather than
>> individual packages).
>
> I'd assume that, too. RPMs are normally signed, IIRC, and I'd expect rpm
> to check the signature on installation.
>
>> Anyway, after reading your comment, I booted it in a diskless machine, ran
>> the media check, and it did indeed report itself as bad.
>>
>> I'm still curious about it, because there are no I/O errors when reading off
>> the DVD. I'll try asking for a replacement.
>
> I'd guess it was some screwup on mastering, then. And likely nowadays
> almost nobody uses magazine DVDs, and some tiny proportion of that uses
> a GNU/Linux DVD (as opposed to Windows).

Not true.

Recently in Linux Format there's been a big debate about whether to
shift from 32bit distros to 64bit on the DVD. Many people wrote in to
complain that DVDs are their only/main source of new OSes and that 64bit
was not what they wanted Because of that feedback Linux Format are
sticking with 32bit on their DVDs.

Don't forget that many of these magazines have readership far beyond our
shores where broadband is unavailable or too expensive.
Back to top
Nix
External


Since: Jul 29, 2004
Posts: 746



PostPosted: Tue Mar 06, 2012 10:10 am    Post subject: Re: Linux Magazine Fedora 16 DVD - integrity [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 5 Mar 2012, Cliff Frisby uttered the following:
> £5.99 to avoid a <4GB download is a bit steep, I agree,

That depends. My parents get 4Gb a month bandwidth allowance (they're on
satellite broadband). £5.99 to avoid blowing that limit is surely worth
it to them.

--
NULL && (void)
Back to top
Cliff Frisby
External


Since: Mar 03, 2012
Posts: 6



PostPosted: Tue Mar 06, 2012 11:10 am    Post subject: Re: Linux Magazine Fedora 16 DVD - integrity [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Nix wrote:

> On 5 Mar 2012, Cliff Frisby uttered the following:
>> £5.99 to avoid a <4GB download is a bit steep, I agree,
>
> That depends. My parents get 4Gb a month bandwidth allowance (they're on
> satellite broadband). £5.99 to avoid blowing that limit is surely worth
> it to them.
>

It's good to feel that I did not need to be so humble in my defence!

Of course I ended up downloading it anyway, to do the diff. Nevertheless,
I'm assured that a replacement DVD is on its way.

Incidentally, I wonder how many people request a 'replacement' DVD without
actually buying the magazine at all. There appears to be no impediment to
doing so, other than scruples.
Back to top
mechanic
External


Since: Jan 10, 2010
Posts: 17



PostPosted: Tue Mar 06, 2012 1:10 pm    Post subject: Re: Linux Magazine Fedora 16 DVD - integrity [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Tue, 06 Mar 2012 15:07:44 +0000, Cliff Frisby wrote:

> Incidentally, I wonder how many people request a 'replacement' DVD
> without actually buying the magazine at all. There appears to be
> no impediment to doing so, other than scruples.

But what do you get that you can't download for free anyway? It's
all open source stuff.
Back to top
Display posts from previous:   
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> UK All times are: Eastern Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum