WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: md5sum: WARNING: 1 of 1 computed checksums did NOT match  (Read 9662 times)

Offline malagasy

  • Newbie
  • *
  • Posts: 6
md5sum: WARNING: 1 of 1 computed checksums did NOT match
« on: July 27, 2018, 03:21:40 AM »
Hello,

I am trying to install xf86-input-vmmouse on top of the open-vm-tools-desktop, but it is keepking failing with the same error message.

I checked the md5, and it's the correct one. I am able to install anything else but this vmmouse for my vsphere (vcenter 6.5 with esxi 6.5) environment.

Anything else I can try? Thanks in advance for your answer.

Code: [Select]
tc@box:/mnt/sda1/tce/optional$ version
9.0

tc@box:/mnt/sda1/tce/optional$ tce-load -wi open-vm-tools-desktop
Downloading: open-vm-tools-desktop.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
open-vm-tools-deskto 100% |*******************************|   124k  0:00:00 ETA
open-vm-tools-desktop.tcz: OK

tc@box:/mnt/sda1/tce/optional$ tce-load -wi xf86-input-vmmouse
Downloading: xf86-input-vmmouse.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
xf86-input-vmmouse.t 100% |*******************************| 12288   0:00:00 ETA
xf86-input-vmmouse.tcz: FAILED
md5sum: WARNING: 1 of 1 computed checksums did NOT match
Error on xf86-input-vmmouse.tcz

tc@box:/mnt/sda1/tce/optional$ cat xf86-input-vmmouse.tcz.md5.txt
94862b485788250632e8588e2437f5eb  xf86-input-vmmouse.tcz

tc@box:/mnt/sda1/tce/optional$ rm -f xf86-input-vmmouse.*

tc@box:/mnt/sda1/tce/optional$ wget http://89.22.99.37/9.x/x86/tcz/xf86-input-vm
mouse.tcz
Connecting to 89.22.99.37 (89.22.99.37:80)
xf86-input-vmmouse.t 100% |*******************************| 12288   0:00:00 ETA
tc@box:/mnt/sda1/tce/optional$

Offline Pats

  • Sr. Member
  • ****
  • Posts: 322
Re: md5sum: WARNING: 1 of 1 computed checksums did NOT match
« Reply #1 on: July 27, 2018, 06:11:53 AM »
Quote
Anything else I can try? Thanks in advance for your answer.

..Hope you have read the acompnied .info file and Xorg versions etc.
 Following link of prvs TCLs may help you :
http://forum.tinycorelinux.net/index.php?topic=20299.45

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: md5sum: WARNING: 1 of 1 computed checksums did NOT match
« Reply #2 on: July 27, 2018, 06:39:39 AM »
Hi malagasy
The  md5  file was not replaced in the last update:
Code: [Select]
tc@box:~/x$ wget http://89.22.99.37/9.x/x86/tcz/xf86-input-vmmouse.tcz
--2018-07-27 09:26:49--  http://89.22.99.37/9.x/x86/tcz/xf86-input-vmmouse.tcz
Connecting to 89.22.99.37:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 12288 (12K) [text/plain]
Saving to: `xf86-input-vmmouse.tcz'

100%[===========================================>] 12,288      --.-K/s   in 0.05s   

2018-07-27 09:26:50 (253 KB/s) - `xf86-input-vmmouse.tcz' saved [12288/12288]

tc@box:~/x$ wget http://89.22.99.37/9.x/x86/tcz/xf86-input-vmmouse.tcz.md5.txt
--2018-07-27 09:28:51--  http://89.22.99.37/9.x/x86/tcz/xf86-input-vmmouse.tcz.md5.t t
Connecting to 89.22.99.37:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 57 [text/plain]
Saving to: `xf86-input-vmmouse.tcz.md5.txt'

100%[===========================================>] 57          --.-K/s   in 0s     

2018-07-27 09:28:51 (2.44 MB/s) - `xf86-input-vmmouse.tcz.md5.txt' saved [57/57]

tc@box:~/x$ md5sum -c xf86-input-vmmouse.tcz.md5.txt
xf86-input-vmmouse.tcz: FAILED
md5sum: WARNING: 1 computed checksum did NOT match
tc@box:~/x$

Note the dates on the 2 files don't match:
Code: [Select]
tc@box:~/x$ ls -l
total 20
drwxr-sr-x 5 tc staff  4096 Oct  8  2014 tmp/
-rw-r--r-- 1 tc staff 12288 May 30 07:43 xf86-input-vmmouse.tcz
-rw-r--r-- 1 tc staff    57 Jan  4  2018 xf86-input-vmmouse.tcz.md5.txt
tc@box:~/x$


@Juanito: The TC9 x86_64 repo has the correct checksum.

Offline malagasy

  • Newbie
  • *
  • Posts: 6
Re: md5sum: WARNING: 1 of 1 computed checksums did NOT match
« Reply #3 on: July 27, 2018, 03:01:21 PM »
Hi Rich,

So, there's nothing I can do than just wait for the md5 file to be replaced, right?

Offline andyj

  • Hero Member
  • *****
  • Posts: 1020
Re: md5sum: WARNING: 1 of 1 computed checksums did NOT match
« Reply #4 on: July 27, 2018, 03:30:24 PM »
Try deleting all the xf86-input-vmmouse.tcz.* files and re-downloading them. A partial download will break things but not tell you why.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: md5sum: WARNING: 1 of 1 computed checksums did NOT match
« Reply #5 on: July 27, 2018, 04:57:10 PM »
Hi malagasy
So, there's nothing I can do than just wait for the md5 file to be replaced, right?
That's correct, though you can use it without the  md5  file in the meantime.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: md5sum: WARNING: 1 of 1 computed checksums did NOT match
« Reply #6 on: July 27, 2018, 05:08:22 PM »
Hi andyj
Try deleting all the xf86-input-vmmouse.tcz.* files and re-downloading them. A partial download will break things but not tell you why.
That's not the issue here. The  .tcz  was updated on May 30, 2018 while the  .tcz.md5.txt  was last updated on Jan 4, 2018.

Offline andyj

  • Hero Member
  • *****
  • Posts: 1020
Re: md5sum: WARNING: 1 of 1 computed checksums did NOT match
« Reply #7 on: July 27, 2018, 08:26:12 PM »
Might be a mirror issue? I rsync'd the repository against distro.ibiblio.org and all the xf86-input-vmmouse* files are dated May 30th. Maybe try:

Code: [Select]
md5sum xf86-input-vmmouse.tcz > xf86-input-vmmouse.tcz.md5.txt
touch -r xf86-input-vmmouse.tcz xf86-input-vmmouse.tcz.md5.txt
« Last Edit: July 27, 2018, 08:31:10 PM by andyj »

Offline Pats

  • Sr. Member
  • ****
  • Posts: 322
Re: md5sum: WARNING: 1 of 1 computed checksums did NOT match
« Reply #8 on: July 27, 2018, 08:51:24 PM »
Hi Rich , with your vast experience , do you think that md5 mis-match may be real culprit in the OPs problem ? .... Just curious , if md5 checksum is that reliable . ... To not to disturb OPs query  , started a new md5 thread in Off-topic section .

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: md5sum: WARNING: 1 of 1 computed checksums did NOT match
« Reply #9 on: July 27, 2018, 08:51:49 PM »
Hi andyj
By any chance are you checking the 64 bit versions? The 64 bit file is fine, it's just the 32 bit file. The  md5  file at:
http://distro.ibiblio.org/tinycorelinux/9.x/x86/tcz/
is also incorrect.

The  89.22.99.37  IP address shown in the code tags above correspond to  http://tinycorelinux.net.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: md5sum: WARNING: 1 of 1 computed checksums did NOT match
« Reply #10 on: July 27, 2018, 09:29:38 PM »
Hi Pats
... do you think that md5 mis-match may be real culprit in the OPs problem ? .... Just curious , if md5 checksum is that reliable . ...
Well yes, the mis-match is the source original problem. I feel for confirming that extensions are downloaded correctly it
is reliable enough. If the downloaded extension gets corrupted, it will get flagged. if the downloaded  md5  file gets
corrupted, it will get flagged. If only one of the two files gets updated in the repo, as was the case here, it will get flagged.

Offline Pats

  • Sr. Member
  • ****
  • Posts: 322
Re: md5sum: WARNING: 1 of 1 computed checksums did NOT match
« Reply #11 on: July 27, 2018, 10:07:23 PM »
Thanks Rich !
I was curious abt md5 because in prvs post , you had advised OP :
Quote
... That's correct, though you can use it without the  md5  file   in the meantime ...

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: md5sum: WARNING: 1 of 1 computed checksums did NOT match
« Reply #12 on: July 27, 2018, 10:25:29 PM »
Hi Pats
The  md5  file is not required for the extension to run. The  md5  file is however also used to check whether an extension
in the repo has been updated.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: md5sum: WARNING: 1 of 1 computed checksums did NOT match
« Reply #13 on: July 28, 2018, 12:32:41 AM »
By any chance are you checking the 64 bit versions? The 64 bit file is fine, it's just the 32 bit file.

md5sum for xf86-input-vmmouse in the x86 repo regenerated.

Offline malagasy

  • Newbie
  • *
  • Posts: 6
*SOLVED* md5sum: WARNING: 1 of 1 computed checksums did NOT match
« Reply #14 on: July 28, 2018, 02:01:42 AM »
By any chance are you checking the 64 bit versions? The 64 bit file is fine, it's just the 32 bit file.

md5sum for xf86-input-vmmouse in the x86 repo regenerated.

Cheers, everything is all good now.

Might be a mirror issue? I rsync'd the repository against distro.ibiblio.org and all the xf86-input-vmmouse* files are dated May 30th. Maybe try:

Code: [Select]
md5sum xf86-input-vmmouse.tcz > xf86-input-vmmouse.tcz.md5.txt
touch -r xf86-input-vmmouse.tcz xf86-input-vmmouse.tcz.md5.txt
This one works a well.


Thanks a lot for your help.