raspberrypi-ui / agnostics

24 stars 15 forks source link

fio: unable to open '/usr/share/agnostics/sd_bench.fio' job file #9

Closed Sardonimous closed 3 years ago

Sardonimous commented 3 years ago

Following the build instructions in the README (without --prefix), the program builds correctly but when executed, sdtest.sh fails with "fio: unable to open '/usr/share/agnostics/sd_bench.fio' job file" because this file is stored in /usr/local/share/agnostics. Program erroneously considers this a PASS result.

rpdiags.txt:

Raspberry Pi Diagnostics - version (unknown) Fri Jan 1 20:58:14 2021

Test : SD Card Speed Test Run 1 fio: unable to open '/usr/share/agnostics/sd_bench.fio' job file

/usr/local/share/agnostics/sdtest.sh: 13: [: Illegal number: Sequential write speed KB/sec (target 10000) - PASS /usr/local/share/agnostics/sdtest.sh: 20: [: Illegal number: Random write speed IOPS (target 500) - PASS /usr/local/share/agnostics/sdtest.sh: 26: [: Illegal number: Random read speed IOPS (target 1500) - PASS Test PASS

spl237 commented 3 years ago

Following the build instructions in the README (without --prefix),...

You need to build with --prefix, as described in the README...