shaunmccloud

Members
  • Posts

    141
  • Joined

  • Last visited

Everything posted by shaunmccloud

  1. If you figure it out, let me know. I want that and smartmontools.
  2. Ahh, so not atribe's telegraf container. Might be why?
  3. Thats weird, works fine for me. What is the error it gives you?
  4. You need to do the following (where telegraf is what you named the container). docker exec -it telegraf /bin/bash apk update apk add smartmontools exit docker restart telegraf You will need to do this every time the container updates
  5. Is there any chance your Telegraf container can have smartmontools & ipmitools pre-installed so I don't have to remember to install them every time?
  6. I will be swapping motherboards in the near future, so I will find out then.
  7. Hmm, for some reason it seems to reset on me. I'll try again though.
  8. Is there anyway in unRAID to configure my Docker containers to startup in the order I want rather than alphabetical order? By the time it gets to Sonarr that port is in use by Home-Assistant (not configured so I'm troubleshooting that), but I would also like to have them start in the specific order I want. If I have to configure it using /boot/config/go I can, I'd just rather do it another way if possible.
  9. Yep, once I through a GeForce in it, it will be great for what I need even with a single CPU.
  10. No problem. I don't really need the second CPU, it does everything I want with one. Just need to get a NVidia card so I can do hardware transcoding in Plex. It appears it was the CPU in socket 1 that was bad, not the CPU in socket 2. Nevermind, its socket 1. Board is toast. I'll swap it back later today.
  11. They are the same model & stepping. I'm thinking the board is just fubar. I've actually requested a refund on it and I'll go back to the board I know works but has a bad second socket.
  12. I am running ECC ram, but not UEFI (to old for that). Latest boot showed an error on CPU 2 then rebooted right away. That is why Memtest rebooted right away, I did a SMP test. Screenshot of the panic is attached.
  13. And a quick update, running memtest causes the screen to blank out right away. I do have two different sets of matching 8 core CPUs, its possible the one I have in socket 2 currently has "issues".
  14. I just swapped out my old ASUS KCMA-D8 motherboard that had a bad second CPU socket for one with a working second CPU socket. Everything is fine in the BIOS, and settings are the same. It stops booting at smp configuration. Anyone have any suggestions on things to check? I'm going to start a memtest run shortly.
  15. Dual power inputs on the CRS305-1G-4S+in (and CRS309-1G-8S+in) is the DC plug on the back and POE on the 1G port (if you look closely it says POE in on it). I have two of the CRS309-1G-8S+in racked at work waiting of the rest of the production upgrades to come in.
  16. Doh, forgot that I shouldn't change the port in the LE config Working now.
  17. 64GB ECC, going to 96GB or 128GB once I get a replacement motherboard. Provided my extra RAM didn't get killed by my current board.
  18. I'm trying to deploy this, works great from inside my network but I use the Linuxserver.io Letsencrypt container for outside access. I get a 502 Bad Gateway error in that with nothing in any logs. I am able to ping from my Letsencrypt container to my Guacamole container so I'm not sure what is wrong (I did change the port in both the LE config and Guacamole container as 8080 is in use by another container). Otherwise the config for LE & Guacamole is the same. Anyone run into this?
  19. Is it possible to point the windows app to the same database this uses? That way I can easily print out the recipes and use copy & paste to add recipes.
  20. Just got diskover running so I can find duplicates and such. Working great but I'm wondering if anyone has been able to use the Let's Encrypt container to access it from the Internet. I tried but all I ended up getting was a 502 error and nothing I could see should have caused that.
  21. Uninstalled it via nerdpack and it no longer occurs. Since I don't use tinc I'm probably fine without it.
  22. Here you go. Other than the email, I'm not noticing any issues. It also started happening when I moved my system to a new motherboard and processor. bb-8-diagnostics-20190708-1442.zip
  23. I'm not sure what caused it, but every night I now get the following error from cron. I have never installed tinc so I'm not sure what the cause is.
  24. That works much better, thank you.