What version of PTS you trying to use? If it's not 1.0.0 or greater, download the latest version.
Hello,
I get this while trying to install universe-cli. Checked in http://www.phoronix-test-suite.com/benchmark-files and the file isn't there so it's no suprise that pts can't go and download it. Am i missing something? The box is using a download-cache for most of the file but decided to try and download this one.
Downloading File: pts-trondheim-wav.tar.gz
--09:59:14-- http://www.phoronix-test-suite.com/b...eim-wav.tar.gz
Connecting to 193.128.223.36:80... connected.
Proxy request sent, awaiting response... 404 Not Found
09:59:14 ERROR 404: Not Found.
The MD5 check-sum of the downloaded file is incorrect.
Would you like to try downloading the file again (Y/n)?
What version of PTS you trying to use? If it's not 1.0.0 or greater, download the latest version.
removing the download cache has no effect. The cache was made from the same version of PTS.[pts@katz download-cache]$ phoronix-test-suite version
Phoronix Test Suite v1.0.3 (TRONDHEIM)
[pts@katz download-cache]$
Last edited by lordmozilla; 07-15-2008 at 08:15 AM.
Do you know which test is calling this inside universe-cli?
I've tried to delete the cache and the installed-tests/compress-gzip folder but it just seems like the download location is wrong. going straight to the link gives a 404 error in firefox too.[pts@katz installed-tests]$ phoronix-test-suite install compress-gzip
====================================
Downloading Files For: compress-gzip
====================================
Downloading File: pts-trondheim-wav.tar.gz
--13:23:32-- http://www.phoronix-test-suite.com/b...eim-wav.tar.gz
Connecting to 193.128.223.36:80... connected.
Proxy request sent, awaiting response... 404 Not Found
13:23:32 ERROR 404: Not Found.
The MD5 check-sum of the downloaded file is incorrect.
Would you like to try downloading the file again (Y/n)?
Thanks,
Brendan
Hmmm how are you running PTS? Did you run an install script or a distribution package or what? Something isn't updated right for you. compress-gzip hasn't used the trondheim wav file since like v0.7 or so if I recall correctly. With the stable version, it generates a file using dd and doesn't require any downloads.
It's had quite a lot of pts versions installed on it since like 0.1 probably. What would you recommend to clean up properly?
it's running rhel5 64bit, i've been using the install script. (install.sh)
Err thinking about it just now, if it was with the generic install-sh or some other approach, I bet it's because the install script doesn't remove the old contents and so PTS went from having a downloads.xml file for that test to having none, since everything is all generated now for it on the fly. So if you just rm that downloads.xml file within pts/test-resources/compress-gzip/ it should fix that.