Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 100653 - md5sum requires -v to give "OK" message as shown in example.
Summary: md5sum requires -v to give "OK" message as shown in example.
Status: RESOLVED WORKSFORME
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Handbook (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Docs Team
URL: http://www.gentoo.org/doc/en/handbook...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-28 17:58 UTC by Net Trixx
Modified: 2005-08-04 18:00 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Net Trixx 2005-07-28 17:58:20 UTC
The example in the Handbook should be updated to include -v option of md5sum to
give "OK" as in example.
Currently reads:
# md5sum -c stage1-x86-2005.0.tar.bz2.md5
stage1-x86-2005.0.tar.bz2: OK
Suggested change:
# md5sum -cv stage1-x86-2005.0.tar.bz2.md5

Reproducible: Always
Steps to Reproduce:
1. Following Handbook instructions for install from inside a Knoppix v3.9 live
CD boot.
2.
3.

Actual Results:  
See Details.

Expected Results:  
See Details.
Comment 1 Marcelo Goes (RETIRED) gentoo-dev 2005-07-28 19:17:54 UTC
Is this a Knoppix-only thing?

$ md5sum -c stage1-x86-2005.0.tar.bz2.md5
stage1-x86-2005.0.tar.bz2: OK
$ md5sum -cv stage1-x86-2005.0.tar.bz2.md5
md5sum: invalid option -- v
Comment 2 SpanKY gentoo-dev 2005-07-28 19:36:04 UTC
i wonder if knoppix uses older md5sum release because the coreutils-5.2.1 (which
is what Gentoo uses) has the behavior described by Marcelo
Comment 3 Xavier Neys (RETIRED) gentoo-dev 2005-07-29 02:43:34 UTC
The handbook expects you booted a Gentoo installCD.
Might be worth yet another knoppix-related change in the alternative install
guide. If anyone feels like it...
Comment 4 Net Trixx 2005-08-04 18:00:41 UTC
(In reply to comment #2)
I checked the version of the coreutils and it seems to be the same version. I 
just wish I knew more about the ins-and-outs to give everybody more useful 
information. I do, however, agree with Xavier. I should just stick with the 
guide so I don't get unexpected results.