Description of problem: --- Hello. I wanted to build a program for myself "KDiskMark" (is an HDD and SSD benchmark tool with a very friendly graphical user interface) from here: https://github.com/JonMagon/KDiskMark/archive/2.0.0.tar.gz I built it, but it doesn't start and writes an error that "fio" is not installed. Began to understand... In one of the modules, it checks the "fio" version and, accordingly, its presence in the system: Benchmark::Benchmark(AppSettings *settings) { m_settings = settings; QProcess process; process.start("fio", QStringList() << "--version"); process.waitForFinished(); m_FIOVersion = process.readAllStandardOutput().simplified(); process.close(); } I asked "fio" for its version (fio --version), and received an empty string in response. :( If I install "fio" from GitHub, everything works for me. It looks like something is wrong with the RPM package. Is it possible to fix the version so that "fio" reports it? Thanks. Version-Release number of selected component (if applicable): --- fio-3.24-1.mga8.x86_64.rpm How reproducible: --- urpmi --auto fio fio --version Sincerely, Alex
Please test with fio-3.24-2.mga8.
CC: (none) => jani.valimaa
Hi, thanks for reporting this bug. Assigned to the package maintainer. (Already catched)
Assignee: bugsquad => jani.valimaaCC: (none) => ouaurelienStatus: NEW => ASSIGNED
WOW! In the repository, along with the corrected "fio" appeared "kdiskmark"! It's cool. I installed "kdiskmark" from French mirrors and checked several of my flash drives with it. It turned out that the store did not sell me exactly the flash drives that I ordered: probably again Chinese, instead of Polish, because the write speed is low (USB3/7.75 MB/Sec). I kept thinking: "something is always slowing me down", now everything is clear. Tomorrow I will go to the store to deal with the seller. Screenshot ("KDiskMark" with the new "fio") in the attachment... Thank you so much for your cooperation, everything is working now. Sincerely, Alex
Resolution: (none) => FIXEDStatus: ASSIGNED => RESOLVED
Created attachment 12029 [details] "KDiskMark" with the new "fio"
Thank you for the tip Alex, and the quick action Jani! I was just looking for a disk mark tool. Wonderful you bring KDiskMark in! (we have only the command line flashbench currently, no GUI) Could we have them backported to Mageia 7, pretty please? ( Would be nice to refer to in upcoming wiki page https://wiki.mageia.org/en/User:Morgano/Persistent_live_systems where it is important to avoid sticks that are slow on small writes. ) Article: https://www.linuxuprising.com/2020/10/kdiskmark-is-gui-hdd-ssd-benchmark-tool.html
Keywords: (none) => BackportVersion: Cauldron => 7CC: (none) => friStatus: RESOLVED => REOPENEDResolution: FIXED => (none)Source RPM: fio-3.24-1.mga8.src.rpm => kdiskmark, fio
Summary: fio (Flexible I/O Tester) doesn't show the version => Backport KDiskMark, graphical disk performance tester (and fio update)
Assignee: jani.valimaa => bugsquadCC: jani.valimaa => (none)
Trying the new 'fio-3.24-2.mga8', when I run it on on an up-to-date system:: $ $ fio --version Illegal instruction (core dumped) but the customer was happy! As for Morgan's backport request (M8->7) for both packages kdiskmark, fio, since wally detached himself from the bug, and 'fio' has mixed maintainers (kdiskmark is brand new), this has to be assigned globally (CCing W anyway). I am wary of asking for new stuff for Mageia 7 at this stage, but it is not for me to judge. Alex's experience with M8 was good: comment 3.
CC: (none) => jani.valimaaAssignee: bugsquad => pkg-bugs
Hello. For Morgan Leijström --- KDiskMark backports for Mageia-7.1: https://cloud.mail.ru/public/23hv/2VsojwCJB This is an unofficial build based on the spec from Jani Välimaa for personal use. The package release is downgraded to "0" in case an official package with the original release is released. The prefix rpm-packages is changed to [mrx] because [mga] cannot be used. SPEC-file was slightly changed for Mageia-7.1. Tested and built on Mageia-7.1-MATE VM's (installation from the network). The package "fio" in Mageia-7.1 does not need to be updated, since the required working version is already installed (3.13>=3.1). p.s. Just wanted to make it a little easier for Jani Välimaa while he fixes mime types and more. For Lewis Smith --- Just in case, I will post 2 more screenshots from Mageia-8-Cauldron virtual machines delivered from the network and fully updated for both architectures: fio+KDiskMark-LXQt-i586 and fio+KDiskMark-MATE-x86_64.
Created attachment 12037 [details] M8-fio+KDiskMark-LXQt-i586
Created attachment 12038 [details] M8-fio+KDiskMark-MATE-x86_64
Great, thank you :)
Mageia 7 is EOL since July 1st 2021. There will not have any further bugfix for this release. You are encouraged to upgrade to Mageia 8 as soon as possible. @reporter, if this bug still apply with Mageia 8, please let us know it. @packager, if you work on the Mageia 7 version of your package, please check the Mageia 8 package if issue is also present. In this case, please fix the Mageia 8 version instead. This bug report will be closed OLD if there is no further notice within 1st September 2021.
Yes mga7 is EOL. This package is in current Mageia 8.
Status: REOPENED => RESOLVEDResolution: (none) => OLD