Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

gfjardim

Community Developer
  • Joined

  • Last visited

Everything posted by gfjardim

  1. Appreciate you stopping by! I did that, but it's still showing results, and the X says it will clear stats, but doesn't. I guess I could restart it by hand, but... ewww! Any other tips? I rebooted the server, and it let me restart the preclear. Now it's telling me that the preclear is done. gfjardim, you've done some amazing work, brother! That's a 4TB drive cleared in... 12 hours!! OK, probably not. preclear_disk.sh -t /dev/sdh Yields all the instructions on how to call preclear_disk.sh followed by: Sorry: Device /dev/sdh is busy.: 1 All that's in /boot/preclear_reports is a report for the drive that died last week. It's dated Sept 17th, and is full of: tput: unknown terminal "screen" (6536 bytes worth). I redownloaded the original preclear_disk.zip, extracted preclear_disk.sh from it and compared SHA256 fingerprints from the fresh copy v the copy I'm actually using, and they match. I know gfjardim is busy, so I probably won't get a response from him for a couple of days (I get it - real life. Glad he's got one!). Anyone else have any suggestions? No, the drive's not hot swappable, unfortunately. (I guess I need to watch Office Space again, 'cause I totally didn't get the reference...) I'm attaching screenshots of the "preview" (clicking the blue eye), since it won't let me copy/pasta the text. Remove the plugin and reinstall it again.
  2. Guys, I wish I could give proper support right now, but I can't. 1) SSD wear out: if you want to add a SSD to the array, you should run blkdiscard /dev/sdX an then run /usr/local/emhttp/plugins/preclear.disk/script/preclear_disk.sh --preclear-only /dev/sdX on the command line. I'll make this accessible by the GUI when I have time; 2) Killed session of preclear: if the X icon isn't working, you can kill it by typing the following code: tmux kill-session -t preclear_disk_sdX 3) Number of passes: the more the merrier, IMHO. If you have time to let it preclear for a week, then you should do it. Mechanical failures are extremely rare these days, so mechanical wear out is debatable.
  3. Thanks for finding the bug. Container updated.
  4. S.M.A.R.T. status becomes unavailable if the script can't detect your controller properly. Do you mind sharing your server configuration and which controller is hosting your disk?
  5. Yep, we can say they "run in the background".
  6. While the serial of that disk is registered in the super.dat file, you can't start a preclear on it. There are two solutions to preclear an array disk: 1) If you have a valid array, you can retire a disk by living its slot empty and then starting the array. Your disk serial will be erased from super.dat file and you can then start a preclear session; 2) If you want to preclear multiple array disks, you have to go to Tools > New Config and erase your super.dat file. This will result in your parity data being invalid, but if you want to erase multiple disks, that's inevitable. As for your other question, I do run 3 cycles on my disks. The limit is 5 cycles, but you can start a new preclear after that. If you can wait some time, 5 cycles should be more than enough.
  7. Any problems or doubts, don't hesitate to ask!
  8. Just install and start using.
  9. Just borked it in the last update. Just baking a new one, please try to update in 10 minutes.
  10. Yes, it is, but you have to restart it from the unRAID webui.
  11. The issue has been fixed in the last update.
  12. I moved it because it's a tool and not a setting, and it's not being integrated into unRAID.
  13. Hi. Joe L. wrote the first preclear script and it's great, but he is too busy so some bugs are not being patched and some functionality is lacking (like notifications, for an example). I tried to incorporate those for him, edited the script and submitted, but got no answer. He didn't authorize me to distribute his plugin, so users need to download it by themselves. Because of that, I wrote another one, with a clearer interface, so it can be distributed alongside with this plugin. The major reason to use my script over his is basically support. If you found an error in my script, I'll promptly fix it and release an update. Joe L. script needs to be manually patched from time to time. Other reasons are notifications (if that is important to you) and performance. But in the end it's your choice to use one or the other.
  14. Only those started by the plugin.
  15. [glow=red,2,300]UPDATE:[/glow] ###2016.09.26b - Fix: not loading information if /boot/preclear_reports directory doesn't exist
  16. Thanks a lot for helping me debug this! [glow=red,2,300]UPDATE:[/glow] 2016.09.25 - Fix: utempter depencency not installed - Add: "Answer Yes" button on Joe L. script if needed. - Add: preclear command to show status on shell
  17. What is the output of this command? tmux ls|awk 'BEGIN { FS=":" } /^preclear_disk/ {print $1}'|while read i; do tmux capture-pane -t "$i" && tmux show-buffer | sed '/^$/{:a;N;s/\n$//;ta}'; done
  18. I tried here and can't reproduce. Could you post what you see when you hit Preview (the eye icon)? I just reinstalled the plugin from scratch to make sure it was up to date. I don't see an eye icon / preview button in the plugin interface. (Maybe i'm looking in the wrong spot?) I assume the eye icon appears once the script has started. I'm running 6.2 btw, and using the interface under tools -> Preclear Like this:
  19. Certainly appears so... gfjardim must have also forgotten to update the template with <MinVer> so the app won't show up in CA, and the changelog within the .plg file, and the threads, and the OP At least he gave you a week before deprecating the plugin for some reason on 6.1.x I was in a hurry and didn't try to make this work under 6.1.9. There are some mismatch in dependencies versions that I can't easily resolve. I'll try to fix this in the next release. I tried here and can't reproduce. Could you post what you see when you hit Preview (the eye icon)?
  20. Please update and see if last update helps.
  21. [glow=red,2,300]UPDATE:[/glow] ###2016.09.23a - Fix: script error appearing if SMART is not available ###2016.09.23 - Add: show reports of listed disks in the webui; - Fix: page scrolling while updating; - Fix: make link point to Tools; - Fix: increase disk column width; - Fix: better script report.
  22. Nope, OSX is trying to open the report as an executable; open the file using TextEdit instead.
  23. the one (and there is now only one) available via Community Applications plugin. I see a dropdown for "script" and two options: Joe L. and gfjardim. Should I not be seeing those both? Now there's only one plugin, but you can choose the original preclear script (wrote by Joe L.) and mine. This option only appears if you put the original script in /boot/config/plugins/preclear.disk/ .
  24. I'll investigate this soon. It affects the report output to the flash only. Enviado de meu SM-N910C usando Tapatalk

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.