Language translations now possible!
tc@box:/mnt/sda1/tce/optional$ version9.0tc@box:/mnt/sda1/tce/optional$ tce-load -wi open-vm-tools-desktopDownloading: open-vm-tools-desktop.tczConnecting to repo.tinycorelinux.net (89.22.99.37:80)open-vm-tools-deskto 100% |*******************************| 124k 0:00:00 ETAopen-vm-tools-desktop.tcz: OKtc@box:/mnt/sda1/tce/optional$ tce-load -wi xf86-input-vmmouseDownloading: xf86-input-vmmouse.tczConnecting to repo.tinycorelinux.net (89.22.99.37:80)xf86-input-vmmouse.t 100% |*******************************| 12288 0:00:00 ETAxf86-input-vmmouse.tcz: FAILEDmd5sum: WARNING: 1 of 1 computed checksums did NOT matchError on xf86-input-vmmouse.tcztc@box:/mnt/sda1/tce/optional$ cat xf86-input-vmmouse.tcz.md5.txt 94862b485788250632e8588e2437f5eb xf86-input-vmmouse.tcztc@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-vmmouse.tczConnecting to 89.22.99.37 (89.22.99.37:80)xf86-input-vmmouse.t 100% |*******************************| 12288 0:00:00 ETAtc@box:/mnt/sda1/tce/optional$
Anything else I can try? Thanks in advance for your answer.
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.tczConnecting to 89.22.99.37:80... connected.HTTP request sent, awaiting response... 200 OKLength: 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 tConnecting to 89.22.99.37:80... connected.HTTP request sent, awaiting response... 200 OKLength: 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.txtxf86-input-vmmouse.tcz: FAILEDmd5sum: WARNING: 1 computed checksum did NOT matchtc@box:~/x$
tc@box:~/x$ ls -ltotal 20drwxr-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.txttc@box:~/x$
So, there's nothing I can do than just wait for the md5 file to be replaced, right?
Try deleting all the xf86-input-vmmouse.tcz.* files and re-downloading them. A partial download will break things but not tell you why.
md5sum xf86-input-vmmouse.tcz > xf86-input-vmmouse.tcz.md5.txttouch -r xf86-input-vmmouse.tcz xf86-input-vmmouse.tcz.md5.txt
... do you think that md5 mis-match may be real culprit in the OPs problem ? .... Just curious , if md5 checksum is that reliable . ...
... That's correct, though you can use it without the md5 file in the meantime ...
By any chance are you checking the 64 bit versions? The 64 bit file is fine, it's just the 32 bit file.
Quote from: Rich on July 27, 2018, 11:51:49 PMBy 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.
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.txttouch -r xf86-input-vmmouse.tcz xf86-input-vmmouse.tcz.md5.txt