u.stu

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by u.stu

  1. When I click "Cancel" to abort a parity check, it asks if I'm sure. My choices are 'Proceed' or 'Cancel'. Does "Proceed" mean: Proceed with the Parity Check? Or proceed with the cancellation? Does "Cancel" mean: Cancel the Parity Check? Or Cancel the cancellation? From experience I know the latter of each pair is the correct interpretation, but it's more confusing than it should be: If you want to Cancel the Parity check, don't click "Cancel," it cancels the cancellation, not the parity check. If you want to Proceed with the parity check, don't click "Proceed," it proceeds with the cancellation, not the parity check. Luckily so far I've only got it wrong when I actually did want to cancel the check, so I can just get it right on the second try, no harm done. But this syntactic land mine is bound to occasionally blow up in the face of someone who wants to "Proceed" with the parity check and instead throws away dozens of hours of analysis. It would be nice if the button labels more accurately described their result, e.g. "Cancel Parity Check" and "Continue Parity Check".
  2. Including packages like iotop and borgbackup without their requisite library dependency libffi-3.3 is a bug. Fixing that bug is maintenance, not adding a new feature.
  3. https://github.com/UnRAIDES/unRAID-NerdTools/graphs/commit-activity Last package addition was Oct 23, 2022, it was only maintained for six weeks after it was created.
  4. https://github.com/UnRAIDES/unRAID-NerdTools/tree/main/packages/6.11
  5. Unraid is slackware, so let's use a slackware package. # Download libffi from slackware.uk to /boot/extra: wget -P /boot/extra/ https://slackware.uk/slackware/slackware64-15.0/slackware64/l/libffi-3.3-x86_64-3.txz # Install the package: installpkg /boot/extra/libffi-3.3-x86_64-3.txz Once you have the package placed into /boot/extra it will be re-installed as needed each time you boot. During boot, Unraid installs all the packages I have in /boot/extra except this one (my best guess is because it thinks it's superseded by libffi-3.4.4 bundled with base Unraid install, provides libffi.so.8 instead of libffi.so.7). You'll probably need to invoke the "installpkg ..." command after every reboot, e.g. by adding it to your /boot/config/go file. I don't know if Nerd Tools will remove/replace outdated packages that have been manually downloaded, so leave yourself a reminder to check on this after libffi is added to nerd tools to make sure you're not hanging on to an outdated version.