Jump to content

bastl

Members
  • Posts

    1,267
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by bastl

  1. @CoZ Check your router if it blocks NAT reflection. For example on pfsense on default accessing the external WAN interface from inside your local private network will be blocked. Most routers have such an option, sometimes called differently. In your example if you try to access your DDNS domain, your router already knows the target IP of the domain, his own public interface and therefore it will be blocked.

     

    https://docs.netgate.com/pfsense/en/latest/book/nat/nat-reflection.html

    • Thanks 1
  2. I quickly went through your logs but except from some bad SMART values of one of your drives (500GB Seagate Barracuda, disk 16 sdh ST3500630AS, high read error rate) I can't really tell whats up with your dropped network connection. network config is in place and looks ok to me. I guess you already tried to use another browser, clear browser cache etc. If not, try this. Double check your routers DHCP configuration and make sure the IP of the server is outside of that range so no other device grabs that IP. Check if maybe the router somehow blocks http/https connections to your server.

     

    Maybe @johnnie.black or @trurl can have an eye on this and have an idea what the cause is.

  3. @sub6 Your IOMMU groups (31+32) shows another SATA controller. You can see them in the lstopo as well (PCI 1022:7901). Could be that your motherboard already has the controller on board without physical connections, reserved for higher tier boards. Thats what confused me. So, forget about that.

     

    If you have another ssd or an old hdd laying around, I would test the passthrough with another disk and the same xml. Not sure, but in the past users with some intel ssd's had issues as well. Can't remember which model. Maybe it's an specific thing with this Samsung SSD and your SATA controller.

  4. 1 hour ago, sub6 said:

    as suggested I moved the 840 Evo to the only other available SATA Port. But that sadly did not change anything. How can i find out if the SSD is move to the right controller?

    If you boot unraid in GUI mode you should be able to use "lstopo" to generate an overview to see how devices are connected together.

    Example output:

    numa-unraid.png

     

    Edit:

    Adjust the path for your needs so you can find the picture.

    lstopo /mnt/user/appdata/topology.png

     

  5. 4 minutes ago, darkside40 said:

    A friend of mine has the same problem and send me an screenshot with the failure.

    I didn't noticed the error in my tests earlier today. I quickly installed the plugin again and now the UD devices are showing up again with the plugin installed. Weird. Nothing changed since my last post.

  6. Updated the sleep plugin and the UD stopped showing devices @bonienl

    I'am currently on 6.8.3.

     

    Edit:

    Removing the "S3 sleep plugin" brought back all devices in UD.

     

    Edit2:

    I can reproduce the issue be reinstalling the plugin fresh from the community apps. UD devices will dissapear.

  7. Kinda weird to routinely check your plugin page for maybe one or two updates and apply them. But than you see this

    grafik.thumb.png.adc341f6ec3865aab53551c4408c7ba4.png

    First i though maybe it's a late april's fool by one of the devs, you never know 😂

     

    After checking this forum and see the post from @bonienl I realised the update orgy is real. Thanks for the great work again.

  8. @sub6 Try to connect the 840-Evo to another sata port so it's on one of the other controllers. Your IOMMU groups show you have one controller in the chipset (group 18) and 2 extra controllers (group 31+32) for sata. I had similiar issues with passthrough of one of my onboard network nics, which without ACS patch are grouped together with a sata controller, USB controller and other devices connected to the chipset. With ACS patch applied it showed up in it's own group but the passthrough wasn't stable. VMs crashed or the nic disapeared or dropped connections. Maybe that helps.

    On 3/28/2020 at 9:24 PM, sub6 said:

    2020-03-28T18:41:55.500662Z qemu-system-x86_64: vfio: Cannot reset device 0000:03:00.0, depends on group 18 which is not owned. 2020-03-28T18:41:56.562831Z qemu-system-x86_64: vfio: Cannot reset device 0000:03:00.0, depends on group 18 which is not owned.

    This clearly shows that the passed through USB controller somehow still relies on the next group where a sata controller is in.

  9. @IanB Keep in mind in the past we had a lots of users having their servers accessible via the internet WITHOUT a root password. Opening some ports on the router to have access to a docker, some routing misconfiguration et voila, worst case scenario. As a programer you always have to count in a user error or a misconfiguration. A big red warning dialog everytime they use the app to access the server without a password is what I would implement. And NO checkbox "never show again" 😁

  10. @ieronymous The default Linux template is kinda ok. Some distros won't work if they don't come with the virtio or scsi drivers. Some have issues with the machine type version. For example Pfsense only works with Q35-2.6. Best performance for the disk you will always get with raw and scsi. In most cases this should work.

    • Like 1
  11. 57 minutes ago, Fabiolander said:

    The screen resolution remains locked to 640x480 and the OS is frozen now.

    Check your device manager in Windows if the card has any errors. Sounds something is wrong with your driver.

    58 minutes ago, Fabiolander said:

    I guess it is because the videocard is now rerooted and locked by the VM but not sure so I share this info with you.

    I'am not using a Nvidia build of unraid. Can't really tell if there is something you have to do differently, but as soon as you passthrough a GPU to a VM it's gone from the host os. So I guess this could be a "normal" warning. Keep in mind, as long as the VM is running none of the host os or dockers are able to use this GPU. Better check the depending Nvidia build forums if you can find any advice for this.

×
×
  • Create New...