faicec

Members
  • Posts

    8
  • Joined

  • Last visited

Converted

  • Gender
    Male

faicec's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Afternoon, Running two dockers of this application, both updated overnight and neither are functional this morning. Attempted a redeploy, however the same error regarding .net 5 is visible in the logs: It was not possible to find any compatible framework version The framework 'Microsoft.NETCore.App', version '5.0.0' was not found. - The following frameworks were found: 3.1.0 at [/usr/share/dotnet/shared/Microsoft.NETCore.App] You can resolve the problem by installing the specified framework and/or SDK. The specified framework can be found at: - https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=5.0.0&arch=x64&rid=alpine.3.12-x64 It was not possible to find any compatible framework version Edit - This has been reported on the project page by another user. Craig
  2. Can you create a new Windows 10 VM and assign the GPU to that and test? That will rule out any corruption / driver related issue within the original Windows VM itself. Spaceinvader One has a couple of tutorials for the setup of GPU Passthru, had you followed those previously? https://youtu.be/1IP-h9IKof0 https://youtu.be/QlTVANDndpM Craig
  3. Hi all, An odd issue; when accessing /admin and supplying the token, pressing submit redirects me to http://localhost/admin (that doesnt work!!!). I can access Bitwarden locally via IP/port and externally via my domain. In all instances, the site loads successfully, but the moment I hit enter after sticking in the token, bang, it redirects to localhost. Any suggestions?
  4. Evening all, I have a “quirky”, but somewhat annoying issue. The basics; I have 3 Windows virtual machines running on my setup, 2 of these have been configured with GPU pass-thru and also have a dedicated PCIe USB card to allow for a peripherals to be connected as and when required. Each of the 2 VM’s has a separate USB keyboard and mouse, all works great, until a USB headset is plugged in. The act of plugging in a headset does not cause an issue, until audio is played, at which point the keyboard and mouse start to act up. Audio plays without issue, but while this is happening, the keyboard will cease to function, and the mouse appears to respond every 5 seconds or so. I have tried multiple headsets, reconfigured the VM’s in order to use the onboard USB headers etc, however the end result is the same: plug in a headset, play audio and expect to lose keyboard / mouse ability. Unplugging the headset restores full functionality of keyboard and mouse. I have attached the diagnostic logs. Any help would be greatly appreciated. diagnostics-20200321-2149.zip
  5. Similar issue with an AMD R9 270X. Using this as the only video card (no VNC), a clean install of Windows outputs to a display without issue. Allowing Windows to automatically pop off to Windows updates to find a driver also works, or be it a Windows certified older driver which doesnt appear to support the native resolution of my monitor. The moment I download and install the latest AMD drivers, a blank screen occurs, and the OS fails to boot on subseqent attempts. I shall have a go via the VNC/RDP/Phyiscal GPU method and report back.
  6. OK, Enabling pcie_acs_override=downstream,multifunction has resolved this to some extent; more IOMMU groups, and I can now pass-thru the PCIe cards. As a consequence, the GPU has been separated into 2 groups, 1 containing the VGA controller, the other the Audio. This shouldn't cause an issue, however I dont use the GPU Audio, instead I use the onboard audio. The issue I now have, the VM will not output to the display unless I select the soundcard to be the GPU audio! I have found that following a successful boot with the GPU being used as the soundcard, I power down the VM and select the onboard audio, and the VM will boot successfully. So I guess this is only a problem following an UNRAID reboot. I have stubbed out the audio device in group 34, however it doesnt show as an available PCI device to pass-thru. IOMMU group 27: [10de:1b82] 0a:00.0 VGA compatible controller: NVIDIA Corporation GP104 [GeForce GTX 1070 Ti] (rev a1) IOMMU group 28: [10de:10f0] 0a:00.1 Audio device: NVIDIA Corporation GP104 High Definition Audio Controller (rev a1) IOMMU group 34: [1022:1457] 0c:00.3 Audio device: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) HD Audio Controller
  7. Hi all, Can anything be done to resolve the below? I've purchased a couple of USB3 PCIe cards in the hopes of passing them thru to a couple of VM's, however they landed in an IOMMU group with other devices. I've tried all empty PCIe slots, same result, they land in group 14. I did stub out 1106:3483, to the extent I get the choice to pass-thru a card to a VM, however the power on throws this exception: "qemu-system-x86_64: -device vfio-pci,host=06:00.0,id=hostdev0,bus=pci.0,addr=0x8: vfio 0000:06:00.0: group 14 is not viable Please ensure all devices within the iommu_group are bound to their vfio bus driver." Group details: IOMMU group 14: [1022:43b9] 02:00.0 USB controller: Advanced Micro Devices, Inc. [AMD] X370 Series Chipset USB 3.1 xHCI Controller (rev 02) [1022:43b5] 02:00.1 SATA controller: Advanced Micro Devices, Inc. [AMD] X370 Series Chipset SATA Controller (rev 02) [1022:43b0] 02:00.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] X370 Series Chipset PCIe Upstream Port (rev 02) [1022:43b4] 03:00.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 300 Series Chipset PCIe Port (rev 02) [1022:43b4] 03:02.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 300 Series Chipset PCIe Port (rev 02) [1022:43b4] 03:03.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 300 Series Chipset PCIe Port (rev 02) [1022:43b4] 03:04.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 300 Series Chipset PCIe Port (rev 02) [1022:43b4] 03:06.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 300 Series Chipset PCIe Port (rev 02) [1022:43b4] 03:07.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 300 Series Chipset PCIe Port (rev 02) [1b21:1242] 04:00.0 USB controller: ASMedia Technology Inc. ASM1142 USB 3.1 Host Controller [8086:1539] 05:00.0 Ethernet controller: Intel Corporation I211 Gigabit Network Connection (rev 03) [1106:3483] 06:00.0 USB controller: VIA Technologies, Inc. VL805 USB 3.0 Host Controller (rev 01) [1106:3483] 07:00.0 USB controller: VIA Technologies, Inc. VL805 USB 3.0 Host Controller (rev 01) Is this a dead end?