bonienl

Community Developer
  • Posts

    10232
  • Joined

  • Last visited

  • Days Won

    65

Everything posted by bonienl

  1. Easiest way of working is to press TAB after an input field is entered.
  2. Can you do an export of both disks, e.g. bunker -e -f export.disk2.txt /mnt/disk2 bunker -e -f export.disk12.txt /mnt/disk12 This gives you the hash values of both disks as read from the attended attribute. Compare the hash values of those files reported as corrupted. Next run sha256sum to recalculate and display the hash value from CLI and see what the current hash value is, again compare to the export file. Thanks for testing.
  3. Correct, do you have page refresh disabled? Can you compare to "real-time" refresh?
  4. Thanks for keeping UniFi up-to-date. Using this docker for managing my wireless network, works perfect !
  5. For those interested. I have created a new plugin called Dynamix Schedules, it is a front-end utlity which allows to alter the execution time of the built-in hourly, daily, weekly and monthly schedules using the GUI. The new settings can be found under Settings -> Scheduler -> Fixed Schedules See the OT for the URL of this plugin.
  6. I just pushed an updated version of Dynamix System Temp plugin to github. You may want to try out, and let me know the results.
  7. Seems to happen a bit randomly. I've made a change in the display function and testing it now, so far so good ... Btw the change is in system temp itself not in v6.1
  8. Do you have SimpleFeatures or Dynamix installed ? Remove the folder /boot/plugins or /boot/config/plugins to uninstall the GUI and reboot your system.
  9. Ok, had a look at your changes, thanks for the update. I have updated the OT with the new version v1.13.
  10. Looks like a bad download of the PLG file. Try again by pasting the URL in the install box and press install.
  11. After every single update to unRaid, the absolute first thing I do (after verifying unRaid basically works) is check all the plugins I wrote. At least it was easier in my case since I only update one of my server's at a time so I could easily compare between 6.01 and 6.1rc-1 Update now available for CA Another thing to address: in v6.1 Dynamix takes cares of the Apply and Done buttons. By default Apply is disabled and Done is present. When a change is made in the settings then Apply will be enabled while Done changes to a Reset button. For consistency reasons the CA settings page should do the same, i.e. no need to modify the buttons on the page itself.
  12. Actually step 5 can be done even easier (no need to retype anything). Click Select a template -> under Templates User select the my-<template-name> to restore the settings.
  13. I recommend you start using unRAID version 6. See here for upgrade instructions: http://lime-technology.com/wiki/index.php/Upgrading_to_UnRAID_v6
  14. In the GUI the password field is always shown as blank. Eventhough a password is set. After you change the root password, close your browser completely. This will force it to do a new login with the new password.
  15. Yeah, make your changes and send an update to me. I will make a new version available in the OT.
  16. Yeah, need to add a remark to the release notes that internal file restructuring in v6.1 may break plugins when they rely on files under the folders dynamix and dynamix.docker.manager.
  17. It may sound as a lot of work, but actually a clean install is the fastest way to upgrade to v6 ... and it gives you a chance to start using dockers in a proper environment.
  18. Notice: in this release email notifications is broken. Workaround: Settings -> Notification Settings -> SMTP Settings toggle Priority in header Yes/No/Yes and press Apply. @Tom: in rc.local change "notify init" to "notify smtp-init"
  19. This looks like an error while writing the extended file attributes. Are you using ReiserFS ? Yes, I am using RFS on this disk. Can we conclude with certainty that the integrity of the data on our unRaid system requires that we run bunker on XFS drives? This is a big job to convert all those disks from RFS to XFS on my main server and all backup servers. (40 drives and millions of JPG files) I can only share my experiences with you. Moving from RFS to XFS in my case improved stability, I did not encounter issues with running bunker on XFS, but had some lock ups in the past with RFS.
  20. Put your ideas forward, there are definitely more ways to automate the script. Mine certainly is not the only (or best) way. When you make a GUI then a good approach is to let the plugin download the zip file from the forum, I have done something similar for cache_dirs. This ensures that people installing the plugin get the latest version of bunker. There is no exit codes to indicate different failures, results are stored in a log file. Btw bunker is a shell script not a true binary.
  21. drives are like shoes ... never throw away the old ones until the new ones fit
  22. One of the things which can be considered to reduce white space, is to display the icon titles as popups, similar to what is done for user icons. This allows icons to be spread out evenly, just a thought at the moment.
  23. I am playing around with vyOS in a VM. Managed to get it up and running, but next step I like to create a (virtual) serial port which allows access to vyOS instead of VNC. Has anyone experience with how to create a virtual serial port and what is needed for putty to connect to it ?
  24. Thanks for the suggestion about the disks , I will update my examples. Small gotcha ... omitting disks still requires to alter the list! It is true that -D 1 assumes the script runs on daily basis and if a day is skipped for whatever reason it would miss information. Changing to -D 2 would prevent that situation. Leaving the -D option out has only an impact on execution time when there are many files to be examined. For example I have one disk with 300K+ files and running bunker without -D option takes about 45 minutes, while the same thing with -D 1 is a few seconds.