satirical-pronouncement4777

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by satirical-pronouncement4777

  1. Well that was short lived. Looks like an android/iOS button is the only way to do this with ifttt now https://ifttt.com/explore/amazon-alexa-alternatives
  2. Hello. I'm fairly new to unraid and containers and docker and all this, so excuse me if this is a dumb question. I installed fail2ban from linuxserver.io via CA. I wanted to get discord messages when it blocked an IP, so luckily I found a fail2ban mod for just such a purpose. https://github.com/linuxserver/docker-mods/tree/swag-f2bdiscord When I initially configured it like the readme says I was getting errors about it not being able to import geoip2.database. OK I thought, I don't really need a map in the discord message, so I removed the import and call to that from Fail2Ban.py, but then I got an error that it couldn't import requests. The python script imports several modules, so at this point I figured maybe I could just install the modules at runtime, but evidently pip doesn't come with the fail2ban container, so then I found https://github.com/linuxserver/docker-mods/tree/universal-package-install So now I have fail2ban installing pip, which then installs the 3 modules that are needed for the discord integration to run. This seems like it works. I got notified when I rebooted fail2ban that my jails had started in discord. My question is, is this the way to do this? It seems really convoluted and I have to install pip anytime it restarts. I feel like there has got to be a better way. I would appreciate any guidance. Thank you.
  3. Thanks, still works! I'm doing the bare minimum of turning a VM on and off, but it does the trick and thankfully doesn't cost me anything (I'm subscribed to more than enough already)
  4. Well everything is still there after a reboot. Any recommendations to back all this stuff up to my array for the next time this happens?
  5. The /etc/libvirt or whatever mount wasn't unmounting. I have one VM I just don't understand how this thing can be so confused about 1 windows vm. unmount /etc/libvert worked. 😕
  6. And I did disable auto-load the disk array and just manually turned it on when I attempted my 2nd reboot for troubleshooting. This sucks I still have 16tb to transfer from my old setup, so this is a huge road block. I want to reboot to see if things stick or disappear again, but now my array is just sitting here are "stopping"
  7. well there's nothing in /etc/libvirt/qemu. So it looks like I'm dealing with an empty libvirt.img. But why, it was fine before I rebooted. I added my addons back with previous installed addons. I'm going to attempt to install this VM, but without the XML I'm pretty sure activation is going to fuck me. Then I'm going to reboot and cross my fingers they don't all disappear again. I just don't understand how this could happen. Nothing changed on the libvirt front. I added video=efifb:off to the syslinux config, I'm not sure how that would change anything with vm's and docker.
  8. Hi, I've googled and found some other posts about this, but none of them really apply to my situation or provide any help. I'm brand new to unRaid. I'm still in the process of moving media to the array, but I had multiple containers and a Win11 VM setup and working. Today a disk finished transferring its files, so I have started and stopped the array a few times as I was adding new disks to the array. I also rebooted to apply the headless operation to the syslinux bootup command, so I could passthrough my single graphics card. After the reboot I don't have any containers or VM's. appdata is still there and full of my container configs, so I realize I can get them back with previous installed apps, but I'm trying to find out why this happened so I can avoid it in the future. I've tried rebooting again, but no luck. I originally had my system/appdata/isos/domains folders in the array and added a cache pool after the fact. I didn't really understand how /mnt/user/ worked at that point and ended up deleting everything in appdata. So I reinstalled my containers and reconfigured them with appdata set to cache. My docker and VM settings point to /mnt/user/system/ which is a share with cache as the primary (and only) drive. The .img files are there and not empty, but still no dockers or vm's show up in their respective tabs. I've tried restarting docker and vm's through the unraid gui, but nothing changes. I'm confused, any help would be appreciated. owner-pc-diagnostics-20231022-1625.zip