Discussion:
[Grml] sha1sum: WARNING: 1 computed checksum did NOT match on grml64-full_testing_build1746.iso
Gregor Zattler
2016-08-11 17:58:49 UTC
Permalink
Hi, I downloaded the daily build two times in a row via

wget http://daily.grml.org/grml64-full_testing/latest/grml64-full_testing_latest.iso.sha1 http://daily.grml.org/grml64-full_testing/latest/grml64-full_testing_latest.iso

in both cases I had to rename the grml64-full_testing_latest.iso
to grml64-full_testing_build1746.iso in order to check the
sha1sum which did *NOT* match.


$ cat grml64-full_testing_latest.iso.sha1
0fe173c821a9153ed80f754cdd45a7538760167d grml64-full_testing_build1746.iso

but

$ sha1sum grml64-full_testing_build1746.iso
b1d59ce8770d9834c4cc73fffa7fc06e558d65d5 grml64-full_testing_build1746.iso

therefore

$ sha1sum -c grml64-full_testing_latest.iso.sha1
grml64-full_testing_build1746.iso: FAILED
sha1sum: WARNING: 1 computed checksum did NOT match


I then downloaded both files again via curl and tested them with
same results.



Does anybody have the same problem?

Ciao, Gregor
--
-... --- .-. . -.. ..--.. ...-.-

_______________________________________________
Grml mailing list - ***@ml.grml.org
http://ml.grml.org/mailman/listinfo/grml
join #grml on irc.freenode.org
grml-devel-blog: http://blo
Darshaka Pathirana
2016-08-19 12:31:07 UTC
Permalink
Hi,

this is what I did:

% wget http://daily.grml.org/grml64-full_testing/latest/grml64-full_testing_latest.iso
% wget http://daily.grml.org/grml64-full_testing/latest/grml64-full_testing_latest.iso.sha1
% cat grml64-full_testing_latest.iso.sha1
599792a323f0d144696c27a0c07698f5a55b945c grml64-full_testing_build1749.is
% mv grml64-full_testing_latest.iso grml64-full_testing_build1749.iso
% sha1sum -c grml64-full_testing_latest.iso.sha1
grml64-full_testing_build1749.iso: OK

which looks good for me.

Regards,
- Darsha
Post by Gregor Zattler
Hi, I downloaded the daily build two times in a row via
wget http://daily.grml.org/grml64-full_testing/latest/grml64-full_testing_latest.iso.sha1 http://daily.grml.org/grml64-full_testing/latest/grml64-full_testing_latest.iso
in both cases I had to rename the grml64-full_testing_latest.iso
to grml64-full_testing_build1746.iso in order to check the
sha1sum which did *NOT* match.
$ cat grml64-full_testing_latest.iso.sha1
0fe173c821a9153ed80f754cdd45a7538760167d grml64-full_testing_build1746.iso
but
$ sha1sum grml64-full_testing_build1746.iso
b1d59ce8770d9834c4cc73fffa7fc06e558d65d5 grml64-full_testing_build1746.iso
therefore
$ sha1sum -c grml64-full_testing_latest.iso.sha1
grml64-full_testing_build1746.iso: FAILED
sha1sum: WARNING: 1 computed checksum did NOT match
I then downloaded both files again via curl and tested them with
same results.
Does anybody have the same problem?
Ciao, Gregor
Gregor Zattler
2016-08-20 06:36:59 UTC
Permalink
Hi Darshaka,
Post by Darshaka Pathirana
% wget http://daily.grml.org/grml64-full_testing/latest/grml64-full_testing_latest.iso
% wget http://daily.grml.org/grml64-full_testing/latest/grml64-full_testing_latest.iso.sha1
% cat grml64-full_testing_latest.iso.sha1
599792a323f0d144696c27a0c07698f5a55b945c grml64-full_testing_build1749.is
% mv grml64-full_testing_latest.iso grml64-full_testing_build1749.iso
% sha1sum -c grml64-full_testing_latest.iso.sha1
grml64-full_testing_build1749.iso: OK
which looks good for me.
today it also worked for me (same file,
grml64-full_testing_build1749.iso).

Thanks, it obviously was a temporary glitch.

Gregor
Post by Darshaka Pathirana
Regards,
- Darsha
Post by Gregor Zattler
Hi, I downloaded the daily build two times in a row via
wget http://daily.grml.org/grml64-full_testing/latest/grml64-full_testing_latest.iso.sha1 http://daily.grml.org/grml64-full_testing/latest/grml64-full_testing_latest.iso
in both cases I had to rename the grml64-full_testing_latest.iso
to grml64-full_testing_build1746.iso in order to check the
sha1sum which did *NOT* match.
$ cat grml64-full_testing_latest.iso.sha1
0fe173c821a9153ed80f754cdd45a7538760167d grml64-full_testing_build1746.iso
but
$ sha1sum grml64-full_testing_build1746.iso
b1d59ce8770d9834c4cc73fffa7fc06e558d65d5 grml64-full_testing_build1746.iso
therefore
$ sha1sum -c grml64-full_testing_latest.iso.sha1
grml64-full_testing_build1746.iso: FAILED
sha1sum: WARNING: 1 computed checksum did NOT match
I then downloaded both files again via curl and tested them with
same results.
Does anybody have the same problem?
Ciao, Gregor
_______________________________________________
http://ml.grml.org/mailman/listinfo/grml
join #grml on irc.freenode.org
grml-devel-blog: http://blog.grml.org/
Ciao, Gregor
--
-... --- .-. . -.. ..--.. ...-.-

_______________________________________________
Grml mailing list - ***@ml.grml.org
http://ml.grml.org/mailman/listinfo/grml
join #grml on irc.freenode.org
grml-devel-blog: http://blog
Loading...