--- In Andy Gryc <> wrote:
> According to the busybox docs, the md5sum in there should allow
the -c
> command to verify a md5 file. Instead, I get "-c: File not found"
> messages, as if it just does a md5 on all command-line args and
doesn't
> bother to parse them. Anybody else observed this behavior, and is
this
> specific to busybox or Technologic's software load?
>
> P.S. In googling about this, I discovered that there are
apparently
> issues on ARM with md5sum if it isn't compiled right, but this is
not
> that problem. In that issue, md5 reports all zeros for files, but
this
> is working properly in my build.
> --Andy Gryc
>
> http://gryc.ws
Some times md5sum just needs the file name without the "-c"
argument. The message "-c: File not found" means that md5sum
thinks "-c" is a file, that's why it can not be found.
With: md5sum [filename]
should work.
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|