surfshack66

Members
  • Posts

    223
  • Joined

  • Last visited

Everything posted by surfshack66

  1. I formatted the new disk..with serial number ending in K3HDVAJB, correct? So the parity/data-rebuild took 10+ hours, and I formatted a new drive before that process, yet I still lost the files. I'm confused how that happened. I did receive a warning before the format, but I didn't do the data-rebuild yet...so no data was on the drive yet, right?
  2. Thanks @johnnie.black. I will mount the old disk with UD and copy the data back to the array...hopefully. Can you confirm which disk I formatted? I'm pretty sure I formatted the new disk because I received the unmountable warning. (I know now not to do that and instead run a filesystem check)
  3. I had a disk that seemed to be failing. It was recommended to replace it. So I followed the disk replacement process. I let the parity/data rebuild finish, however it seems all of the contents on that drive is no longer available. I still have the original disk, but am wondering what to do from here. Is it possible to reinstall the original drive with all of the data? tower-diagnostics-20181208-1957.zip
  4. Curious...Is it in your roadmap to make an elasticsearch container?
  5. That's a good idea. Also, you're right. It's easy enough to download the Plex app. I suppose the holidays would be a good time to show relatives how to download and use it. That's a nice idea too. I looked into Nix, mentioned earlier in this thread, and stumbled across DAKboard, which essentially is a monitor with a custom dashboard to display photos, etc. There's a monthly fee though. From there, I found MagicMirror - an open source smart mirror platform. I created a docker on unraid to test it out. Here's an example of one that displays pictures.
  6. I share my Plex library too, however, not all of my relatives have Plex. Also, Plex doesn't allow "friends" to download the photos.
  7. These looks nice. I like this idea as well, although I went down the rabbit hole of creating this myself... I should do this at a minimum too. I did have Lychee up and running for a while but I didn't like the idea of using 2-3x space for each picture for thumbnails, etc. Also, Lychee doesn't (or didn't) have multiple users, so I had to share the credentials out.
  8. I figured it was included. Just added the screenshots for convenience. I took a look at the diagnostics. I do understand some of it, but glad to receive input from more experienced users too.
  9. I'm curious what people are doing with photos they store on unraid. Many years ago, prior to unraid, I lost a number of photos from an international trip. Since then, I've made sure to follow the 3-2-1 backup strategy. Now that they are properly backed up, I'm wondering what to do with them. It seems like they just sit in their share and go about untouched. So - if you use unraid to store family/trip photos, what do you do with them, if anything?
  10. Disk 1 and a Cache drive have some errors. I've attached the Smart attributes of each drive as well as diagnostics. I'm not sure if I should replace these ASAP or just wait until they fail. Perhaps there's a way to repair the errors? Any advice would be appreciated. tower-diagnostics-20181128-0946.zip
  11. Why such a big case? Would you recommend a short depth chassis? EDIT: This has been recommended on Reddit, but curious if any Supermicro cases exist.
  12. @Jclendineng Alright. So I was able to change the max map count by running the command as root. Next issue is this: [1]: max file descriptors [40960] for elasticsearch process is too low, increase to at least [65536] Did you come across this issue? If so, how did you address it?
  13. Linux 4.18.14-unRAID. Last login: Sun Oct 14 14:10:34 -0400 2018 on /dev/pts/2. root@Tower:~# ip route show default via 192.168.1.1 dev br0 proto dhcp src 192.168.1.2 metric 218 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 192.168.1.0/24 dev br0 proto dhcp scope link src 192.168.1.2 metric 218 192.168.20.0/24 dev br0.20 scope link metric 1 192.168.70.0/24 dev br0.70 scope link metric 1 192.168.122.0/24 dev virbr0 proto kernel scope link src 192.168.122.1 I had to manually add 192.168.20.0 and 192.168.70.0 via the Network Settings page.
  14. Sorry for the confusion. The gateway you mentioned was an example fro @Delarius. My specific script is attached above, but I can attach another copy. All of these networks exist..
  15. The command doesn't seem to work properly. I receive the following message: Error: Nexthop has invalid gateway.
  16. FYI - Line 14 of blueiris.sh is missing a space Had to add that to get the script to run. When it did run, I ran into this error 0013:err:process:__wine_kernel_init boot event wait timed out
  17. Thanks I added the path to python in the top line and it ran. However, there is a syntax error on line 64. def __init__(self, measurement, fields, tags: dict = {}, ^ SyntaxError: invalid syntax I'm looking into this now in case anyone else is interested. @RAINMAN - if you happen to know how to fix this please let me know
  18. Yep. Forgot to mention I have Nerd Tools and have Python3 and Python installed. Tried running it but ran into a number of command errors. Looks like its not able to run even though python is installed... Script location: /tmp/user.scripts/tmpScripts/influx_nut/script Note that closing this window will abort the execution of this script /tmp/user.scripts/tmpScripts/influx_nut/script: line 2: import: command not found /tmp/user.scripts/tmpScripts/influx_nut/script: line 3: import: command not found /tmp/user.scripts/tmpScripts/influx_nut/script: line 4: import: command not found /tmp/user.scripts/tmpScripts/influx_nut/script: line 5: import: command not found /tmp/user.scripts/tmpScripts/influx_nut/script: line 6: import: command not found /tmp/user.scripts/tmpScripts/influx_nut/script: line 7: import: command not found /tmp/user.scripts/tmpScripts/influx_nut/script: line 8: from: command not found /tmp/user.scripts/tmpScripts/influx_nut/script: line 10: import: command not found /tmp/user.scripts/tmpScripts/influx_nut/script: line 13: __doc__: command not found /tmp/user.scripts/tmpScripts/influx_nut/script: line 15: DEFAULT_CONFIG: command not found /tmp/user.scripts/tmpScripts/influx_nut/script: line 17: interval:: command not found /tmp/user.scripts/tmpScripts/influx_nut/script: line 19: nut_host:: command not found /tmp/user.scripts/tmpScripts/influx_nut/script: line 21: nut_port:: command not found /tmp/user.scripts/tmpScripts/influx_nut/script: line 23: nut_ups:: command not found /tmp/user.scripts/tmpScripts/influx_nut/script: line 33: nut_vars:: command not found /tmp/user.scripts/tmpScripts/influx_nut/script: line 36: influx_host:: command not found /tmp/user.scripts/tmpScripts/influx_nut/script: line 39: influx_db:: command not found /tmp/user.scripts/tmpScripts/influx_nut/script: line 42: influx_tags:: command not found /tmp/user.scripts/tmpScripts/influx_nut/script: line 47: influx_creds:: command not found /tmp/user.scripts/tmpScripts/influx_nut/script: line 48: syntax error near unexpected token `}' /tmp/user.scripts/tmpScripts/influx_nut/script: line 48: `}' None of the co
  19. Yes! People (myself included) are definitely finding this docker useful. Let me know how I can help...even if its just testing..
  20. I'd like to implement this script to push NUT stats into influxdb. Seems like it should be fairly straight-forward... I have User Scripts plugin. Is it possible to run this script using that tool? https://github.com/lf-/influx_nut/blob/master/influx_nut.py
  21. Thanks @bonienl I'll use the custom scripts plugin with the command @Delarius mentioned. Does the attached script look right? Currently, the custom routes entered in the GUI are associated with the gateway name, i.e. br0.10. Does that need to be included in the script as well?
  22. Not a lot of room for user error here...I'm not sure how to debug this issue. I used MC to see if the file exists and it does...
  23. Maybe this is a bug then? The changes are made on the Network Settings page of the GUI. It's nice being able to add them there, the only issue is they don't persist. Perhaps someone from unraid can confirm if this is a bug or could be a feature request... EDIT: Also thanks to everyone for the help so far
  24. I believe another way to achieve this is to use the NUT plugin and output the upsc results to telegraf or directly to influxdb. Here a couple ways I have found....would appreciate someone with more experience to help get this to work on unraid.. https://agrrh.com/2017/gathering-ups-metrics-with-nut-and-telegraf https://github.com/lf-/influx_nut