jammin

Members
  • Posts

    13
  • Joined

  • Last visited

Everything posted by jammin

  1. That's almost certainly a fake. Brand new but no original packaging, photos are the same as other fakes I have seen. Trouble is, where do you get a real one these days? And do the fakes work well enough that it doesn't matter? I have heard they tend to run very hot.
  2. I'm very excited about official ZFS support! I've been using the ZFS plugin for some time to run a secondary pool that I have my dockers and VM data on. Will this be recognized automatically by unRaid 6.12 or will I need to recreate it?
  3. Thanks @JoeUnraidUser for this excellent script. I'm using it instead of CA AppData Backup now, as I'm kinda tired of ALL of my dockers stopping for hours every day for backup. This one is great because it only stops each docker while it backs that docker up, and then starts it again. The caching mechanism further reduces docker down-time. One caveat for anyone else using it - your appdata folder must be named exactly the same as the docker name. I had a few that were different, and found it easier to rename the docker rather than the folder. Also if you have any folders in appdata that aren't the same name as an existing docker (eg. from old containers no longer in use), they won't be backed up.
  4. Is it out of scope to discuss a different method of license enforcement than the USB key serial number? It's a scary single point of failure and kinda restricting to require a USB stick at all. If it has to be hardware, maybe the check could be when starting the array instead of on boot, and base it on one or more array member serial numbers? Or the MAC address of the NIC?
  5. My suggestion if you're spending money on a new router is get a small embedded PC and run pfSense on it. You will get a much more flexible solution than any out of the box router. I use the built in pfSense VPN client to route specific traffic via Mullvad VPN, and also use the Mullvad port forwarding feature. I have one of these, in a case, cost about USD100 https://pcengines.ch/apu2.htm Anything with 2 NIC's will do though really. PC Engines have a bunch of options : https://www.pcengines.ch/newshop.php?c=4 There's also a bunch of pfSense provided options : https://www.pfsense.org/products/ - the SG1100 is pretty good value at $179. Mine gets its internet via an old ADSL2 modem in bridge mode (hopefully by fibre box soon!). I just use my old router as a Wifi access point, but you could get something fancier like UniFi or Google Wifi. The point is each device (Modem/NTU, Wifi AP, Router) does something specific very well, and then you can individually upgrade them if needed. You can also run pfSense in a VM if you want to test it out, but I think it's better for your internet access to be independent of your unraid server.
  6. I'm building a new VM - the latest virt.io drivers listed in the unraid VM dropdown is 0.1.160 ... however they are now up to 0.1.173. Should I go the latest? Is anyone else using 0.1.173 ?
  7. The drive is one of four on a backplane connected to the SAS controller with a single SFF-8087 cable. Rebuild still recommended? I do have a spare drive I could swap in.
  8. Just got home tonight to a "disabled" drive. I'm not well versed enough in SMART stats to know if the disk has failed or not. Diagnostics attached. The disk in question is WDC_WD30EFRX-68EUZN0_WD-WCC4N0LNSJ8Z-20191129-1159 (sdp) Any guidance appreciated! bb8-diagnostics-20191129-1159.zip
  9. I have a APC BACK-UPS HS 500VA 230V which AFAIK doesn't support any remote management. However it does have a (terrible) web interface. In the days when I ran a windows server I built a tool to query the web interface, and scrape out the battery % and shut down the server if it got below a certain %. Obviously now that I use unraid, this won't work ... I'd much rather use this plugin. My question is, is there something super simple and well documented that I could build a utility to emulate? ie. scrape the UPS battery % and report it back to nut by emulating another device. Or any other suggestions? (besides get a new UPS!)
  10. Would be really helpful if you could outline the details of the fix as I'm sure I will come across it soon Thanks.
  11. Ahhh thanks. That cleared up some fundamental misconceptions that I had about how docker images work
  12. Probably neither. Zoneminder changes so much between versions that updating in place is near impossible. I'm not willing to create a new container every time they have an update. That's too much to support. Especially when I'm not even using it myself Thanks for your excellent work on this. I understand why you'd not want to maintain it since you aren't using it. I am looking to create an updated version of this for 1.30, and was wondering if you could point me in the right direction. One thing especially - I'm not that familiar with docker or ubuntu repos and I noticed that your 1.29 dockerfile uses add-apt-repository -y ppa:iconnor/zoneminder When I look at that repo it seems to contain a 1.30.0-xenial version. How would the apt-get install command change to install this version instead? I realise there will probably be other stuff that has to change to make it work, but this would be a good start! Thanks again