Celsian

Members
  • Posts

    31
  • Joined

  • Last visited

Everything posted by Celsian

  1. Looks like the dreaded SSL issue is back for pip, see attached. I didn't see any answers previously in this thread other than needing to wait for an update. Is that still the case? Edit: Turns out the Repo was updated 11 hours ago with a new version of Python3 (3.9.17) that does not have SSL by default. The old package version 3.9.16 does. Hopefully this will get fixed soon. This support thread in Trash guides discord helped me figure out what was going on and install an older version of Python 3 that worked. Here's the two commands to run in the Unraid console to install the older version. If you already installed Python3 through the NerdTools pack, remove it. Do install python-pip & python-setuptools via NerdTools. wget -O /boot/extra/python3-3.9.16-x86_64-1_nerdtools.txz https://github.com/UnRAIDES/unRAID-NerdTools/raw/d01098b77b82c1d12a8491d988da2db7f66d9f40/packages/6.11/python3-3.9.16-x86_64-1.txz installpkg /boot/extra/python3-3.9.16-x86_64-1_nerdtools.txz --reinstall
  2. Turns out the problem was actually with my network settings, when I restarted my unRAID server, the network connections stopped working again for both VM's. To resolve it I discovered that under network settings I had to enable bonding for eth0. I enabled bonding for the NIC, set the mode to backup and only included eth0 in the bond. After starting the VM's again, their network connections started working and the connections continued working after an unRAID restart.
  3. I fixed this issue by switching the VM Network Model from virtio-net to virtio. I have no idea why that fixed it.
  4. I resolved this issue by changing my network model for my VM's from 'virtio-net' to 'virtio' Does anyone know why virtio-net does not appear to work anymore?
  5. I have two VM's, Debian and Win10. Neither can ping any ip address other than the unraid ip. Pinging the router or any external address fails. Here is my network config:
  6. Thank you for the response, it seems to be better today after I restarted the container. Maybe something funky was going on. I'll keep an eye on it and ask there if it comes back.
  7. I only recently got back into V Rising and decided to spin up my own server via a docker container. When playing, I get occasional micro stutters. The stutters are noticeably worse after about 24 hours of up time. I'm the only one on this server at the moment. This doesn't happen when I'm playing on a friends hosted server. Is there some sort of special resources setup I should be doing for this docker? I'm using a Ryzen 3900x with 64gb of 3200mhz memory. My CPU usage doesn't appear to go over 15% when I'm logged into the server. It has a Raid 1 cache drive setup with two 970 Evo Plus drives, which house my docker appdata folder. These are 85% empty. I do have several other docker containers running on the same machine, but none of them are game servers and appear to use very few resources.
  8. If you're using Apache2, add this to your reverse proxy virtual host: RewriteEngine On RewriteCond %{HTTP:Connection} Upgrade [NC] RewriteCond %{HTTP:Upgrade} websocket [NC] RewriteRule /(.*) ws://<docker ip address>:<port>/$1 [P,L] Replace <docker ip address> and <port> with your OpenBooks ip address and webui port. Edit: You need the rewrite mod for this to work: sudo a2enmod rewrite
  9. Just wanted to drop by and thank the dev. I had a power failure 10 hours into a 20tb preclear. Thanks to this plugin I was able to pause the preclear and let the unRAID server shutdown when my UPS batteries hit the low percentage mark. Upon power restoration I booted up and was able to resume the preclear. Thanks for saving me 10 hours of wasted time.
  10. dg180, I found some information in another thread about this being an unRaid implementation issue. It's supposed to be fixed in the next version. In the mean time you can use the community application linked in this thread to fix things, it's called 'docker patch' Apparently the community app is set to not install on unRaid after version 6.11.5, so you shouldn't need to remove it later, it will remove itself.
  11. Is anyone having trouble keeping jellyseerr up to date? I constantly version not available with the broken link icon next to it. See the attached image. Jellyseer works fine and I'm able to force update it. I only realized this was an issue when I found that I was several revisions behind despite automatically updating my docker containers nightly.
  12. Small update. After fixing my Passthrough issue (earlier in this thread) the VM has been working flawlessly since. Upgrading to 6.11 worked fine. Passthrough continues to work. Edit: 11/28/22 Passthrough still working as of 6.11.5 Another note, I recently helped my brother with his GTX 770. The steps I took above did not work for that card, we were still getting Error code 43 in device manger, however a change to the VM's XML from this post fixed it:
  13. I likely could have sysprepped it and moved it over that way, but I didn't think to do that until after I had already started setting up the new one. I've installed windows hundreds of times and this VM is just an HTPC anyway, so there's not a lot of setup necessary. Obviously that's not the case for everyone else, sysprep is a great alternative.
  14. Resolved my issue by creating a new Win10 VM using the following parameters: Machine: Q35-6.2 BIOS: OVMF Hyper-V: Yes USB Controller: 3.0 (nec XHCI) For Graphics card passthrough I did the following: Settings -> VM Manager -> Advance View: PCIe ACS override: Both VFIO allow unsafe interrupts: Yes For the XML view I moved the Audio to the same Bus as the GPU (bus 0x04) and set the function of the audio to (0x1), then added multifunction='on' to the gpu address. See SpaceInvaderOne's video for more information on this. <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x0a' slot='0x00' function='0x0'/> </source> <rom file='/mnt/user/isos/vbios/gtx_1060_strix_gaming.rom'/> <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0' multifunction='on'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x0a' slot='0x00' function='0x1'/> </source> <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x1'/> </hostdev> For Syslinux configuration: Unraid OS: Main -> Flash -> Syslinux Configuration -> Unraid OS: Added: video=efifb:off to the end of the line. Note: I am unable to use my existing VDisk image. I had to fresh install windows and migrate settings and files. It sucks, but it works and I'm on 6.10.2 with an AMD Ryzen cpu and an NVidia GPU. Edit: No matter what I tried, I couldn't get the VM to pass through the gpu with Seabios selected. OVFM is the only thing that worked for me in 6.10.2.
  15. I also lost my Win 10 passthrough on 6.10.2 CPU: AMD 3700x Passthrough device: GTX 1060
  16. I think he means the root folder that contains the share list. For example if you connect to \\192.168.1.XXX\ in windows he sees the couple of shares he's created. He did not create a share for the root user or anything like that. When he goes to \\192.168.1.XXX\share_name it does the same thing
  17. The data in the share has been created by multiple sources, Docker containers that run in unRaid's docker and manually moved in via SMB when it was working before.
  18. Hi, I was one of the three that were helping him. The share was created through the Unraid console. I have a similar setup and walked him through the same method by which I created mine. His share was working for quite some time, but suddenly stopped.
  19. I have been using zwave2mqtt for a couple months now. So far there have been 3 updates for the container. Each time I've applied the update it erases all of my zwave settings. This seems to be abnormal as none of the other 5 containers I'm running do that. Any tips as to why that might be the case? Or you know, I could actually edit the container and set the app data path... In my defense, they typically set themselves
  20. I was worried about this, I didn't upgrade yet. Couple questions: Does it work again if you roll back to 6.9.1 and put the 3 lines back? I see that you are using the lines in your go file. What happens if you remove them from the go file, install the "User Scripts" plugin, Add a new script with those three lines (#!/bin/bash as the first line), and run that script at 'At Startup of Array'? Edit: I went ahead and updated to 6.9.2, everything is working fine for me with the setup I mentioned in my previous post. See #2 from my "Couple Questions" above. I did not attempt to add the lines to the go file to see if that made my boot fail as well. It's working with the "User Scripts" plugin, I was content to let it be. If anything I said in my previous post or this one was unclear, let me know and I'll clarify.
  21. I'd like to add a new store. I found the instructions to do so here: https://jef.codes/streetmerchant/help/general/#adding-a-store but I do not see the src/store/model folder in the appdata directory for streetmerchant. Am I looking in the wrong place? Should I create these directories myself or map it to the appdata directory somehow? mnt/user/appdata/streetmerchant Only contains an empty logs folder.
  22. Sounds like you've tried it all, I don't see any glaringly obvious issues with the current setup you have. I never could get OVMF to work with Windows 10, I'm stuck on SeaBios. From what you said, you've already given that a try though, not sure what else to suggest.
  23. Well, it's good that it's showing up. Can you post a screen shot of your VM settings? This checklist might help as well: https://mediaserver8.blogspot.com/2020/07/problems-passing-through-gpu-to-unraid.html You don't seem to be having the same issues as the guys who started this thread. The three of us couldn't get our VM to boot at all, the video driver was causing the VM to terminate prematurely. Have a look at that link above, it might help.