Jump to content

nlash

Members
  • Posts

    82
  • Joined

  • Last visited

Everything posted by nlash

  1. Hardware: Ryzen 2700x MSI B450 Tomahawk Sensors command only provides: k10temp-pci-00c3 Adapter: PCI adapter CPU Temp: +38.0°C (high = +70.0°C) MB Temp: +48.0°C Scanning using sensors-detect yields "sorry, no sensors detected" with one lone yes: Trying family `VIA/Winbond/Nuvoton/Fintek'... Yes Found unknown chip with ID 0xd451 Any ideas how I can get better sensor/fan info?
  2. Just to confirm, I've had to do exactly this on two boards from two different manufacturers (Gigabyte and MSI). Essentially, you need the bios that predates "- Support new upcoming AMD cpu."
  3. You're probably going to have to downgrade your BIOS. I had to revert to a January BIOS—basically, anything that predates the note "- Support new upcoming AMD cpu." should work. No amount of settings tweaks to the VM will solve it. https://www.reddit.com/r/Amd/comments/bh3qqz/agesa_0072_pci_quirk/
  4. Hi all, I am planning to upgrade my current system to a new Ryzen 3XXX CPU when they release, but have had issues with my current Gigabyte motherboard booting my VMs (127/D3 errors with an Nvidia GPU passed through) if I'm on the latest BIOS. Rolling it back will allow them to boot. Obviously, I'd need to update to the latest BIOS to support the new CPUS. I've seen the same issues mentioned with regards to MSI and Asus boards/BIOS'. I'm a bit worried to buy the chip, only to have it not allow my VMs to boot and doubly worried I'll buy a new motherboard and have the same issue. Does anyone out there have a positive experience updating to the latest BIOS for Ryzen 3XXX support and booting their VMs (specifically passing though an Nvidia card?
  5. I had to roll back my motherboard BIOS to not have the "127" error or the "stuck in D3 state" error. After I did that it started right up. Granted, I have a Gigabyte motherboard, but in searching for solutions to my issues I did see some saying they downgraded their BIOS on MSI boards as well.
  6. I have a MacOS VM on my cache drive that I'd like to move to an SSD via the Unassigned Devices plugin. Is this possible without having to start all over? Any best practices?
  7. Downgrading my BIOS was it! Super appreciate the suggestion.
  8. Thanks for the reply. Any advice on rolling back a bios on Gigabyte motherboards?
  9. Hardware: Ryzen 1600, 1070ti, Aorus M mobo. I have a second GPU in the secondary slot and my BIOS is set to use that as the primary. Unraid boots UEFI. I've dumped my ROM via GPU-Z. My IOMMU groups seem fine. I cannot get rid of the 2019-05-10T02:19:02.350509Z qemu-system-x86_64: vfio: Unable to power on device, stuck in D3 error. I can boot directly to the W10 installation just fine as well as VNC into it. Attaching my XML and IOMMU groups. <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm' id='1'> <name>Windows 10</name> <uuid>917cf62e-7a19-814c-0673-88f078c0b0d0</uuid> <metadata> <vmtemplate xmlns="unraid" name="Windows 10" icon="windows.png" os="windows10"/> </metadata> <memory unit='KiB'>4194304</memory> <currentMemory unit='KiB'>4194304</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>2</vcpu> <cputune> <vcpupin vcpu='0' cpuset='2'/> <vcpupin vcpu='1' cpuset='4'/> </cputune> <resource> <partition>/machine</partition> </resource> <os> <type arch='x86_64' machine='pc-i440fx-3.1'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/917cf62e-7a19-814c-0673-88f078c0b0d0_VARS-pure-efi.fd</nvram> </os> <features> <acpi/> <apic/> <hyperv> <relaxed state='on'/> <vapic state='on'/> <spinlocks state='on' retries='8191'/> <vendor_id state='on' value='none'/> </hyperv> </features> <cpu mode='host-passthrough' check='none'> <topology sockets='1' cores='2' threads='1'/> </cpu> <clock offset='localtime'> <timer name='hypervclock' present='yes'/> <timer name='hpet' present='no'/> </clock> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>restart</on_crash> <devices> <emulator>/usr/local/sbin/qemu</emulator> <disk type='block' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source dev='/dev/disk/by-id/ata-CT500MX500SSD1_1904E1E5C609'/> <backingStore/> <target dev='hdc' bus='sata'/> <boot order='1'/> <alias name='sata0-0-2'/> <address type='drive' controller='0' bus='0' target='0' unit='2'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/Win10_1809Oct_v2_English_x64.iso'/> <backingStore/> <target dev='hda' bus='ide'/> <readonly/> <boot order='2'/> <alias name='ide0-0-0'/> <address type='drive' controller='0' bus='0' target='0' unit='0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/virtio-win-0.1.160-1.iso'/> <backingStore/> <target dev='hdb' bus='ide'/> <readonly/> <alias name='ide0-0-1'/> <address type='drive' controller='0' bus='0' target='0' unit='1'/> </disk> <controller type='usb' index='0' model='ich9-ehci1'> <alias name='usb'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x7'/> </controller> <controller type='usb' index='0' model='ich9-uhci1'> <alias name='usb'/> <master startport='0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0' multifunction='on'/> </controller> <controller type='usb' index='0' model='ich9-uhci2'> <alias name='usb'/> <master startport='2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x1'/> </controller> <controller type='usb' index='0' model='ich9-uhci3'> <alias name='usb'/> <master startport='4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2'/> </controller> <controller type='pci' index='0' model='pci-root'> <alias name='pci.0'/> </controller> <controller type='ide' index='0'> <alias name='ide'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/> </controller> <controller type='sata' index='0'> <alias name='sata0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </controller> <controller type='virtio-serial' index='0'> <alias name='virtio-serial0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> </controller> <interface type='bridge'> <mac address='52:54:00:20:a8:c2'/> <source bridge='br0'/> <target dev='vnet0'/> <model type='virtio'/> <alias name='net0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> </interface> <serial type='pty'> <source path='/dev/pts/2'/> <target type='isa-serial' port='0'> <model name='isa-serial'/> </target> <alias name='serial0'/> </serial> <console type='pty' tty='/dev/pts/2'> <source path='/dev/pts/2'/> <target type='serial' port='0'/> <alias name='serial0'/> </console> <channel type='unix'> <source mode='bind' path='/var/lib/libvirt/qemu/channel/target/domain-1-Windows 10/org.qemu.guest_agent.0'/> <target type='virtio' name='org.qemu.guest_agent.0' state='disconnected'/> <alias name='channel0'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> <input type='tablet' bus='usb'> <alias name='input0'/> <address type='usb' bus='0' port='1'/> </input> <input type='mouse' bus='ps2'> <alias name='input1'/> </input> <input type='keyboard' bus='ps2'> <alias name='input2'/> </input> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x06' slot='0x00' function='0x0'/> </source> <alias name='hostdev0'/> <rom file='/mnt/user/domains/1070ti.rom'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x06' slot='0x00' function='0x1'/> </source> <alias name='hostdev1'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/> </hostdev> <memballoon model='none'/> </devices> <seclabel type='dynamic' model='dac' relabel='yes'> <label>+0:+100</label> <imagelabel>+0:+100</imagelabel> </seclabel> </domain> IOMMU group 0: [1022:1452] 00:01.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge IOMMU group 1: [1022:1453] 00:01.3 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) PCIe GPP Bridge IOMMU group 2: [1022:1452] 00:02.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge IOMMU group 3: [1022:1452] 00:03.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge IOMMU group 4: [1022:1453] 00:03.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) PCIe GPP Bridge IOMMU group 5: [1022:1452] 00:04.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge IOMMU group 6: [1022:1452] 00:07.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge IOMMU group 7: [1022:1454] 00:07.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Internal PCIe GPP Bridge 0 to Bus B IOMMU group 8: [1022:1452] 00:08.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge IOMMU group 9: [1022:1454] 00:08.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Internal PCIe GPP Bridge 0 to Bus B IOMMU group 10: [1022:790b] 00:14.0 SMBus: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller (rev 59) [1022:790e] 00:14.3 ISA bridge: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge (rev 51) IOMMU group 11: [1022:1460] 00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 0 [1022:1461] 00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 1 [1022:1462] 00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 2 [1022:1463] 00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 3 [1022:1464] 00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 4 [1022:1465] 00:18.5 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 5 [1022:1466] 00:18.6 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 6 [1022:1467] 00:18.7 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 7 IOMMU group 12: [1022:43d5] 01:00.0 USB controller: Advanced Micro Devices, Inc. [AMD] 400 Series Chipset USB 3.1 XHCI Controller (rev 01) [1022:43c8] 01:00.1 SATA controller: Advanced Micro Devices, Inc. [AMD] 400 Series Chipset SATA Controller (rev 01) [1022:43c6] 01:00.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] 400 Series Chipset PCIe Bridge (rev 01) [1022:43c7] 02:00.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 400 Series Chipset PCIe Port (rev 01) [1022:43c7] 02:01.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 400 Series Chipset PCIe Port (rev 01) [1022:43c7] 02:04.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 400 Series Chipset PCIe Port (rev 01) [10ec:8168] 03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 16) [10de:0dd8] 05:00.0 VGA compatible controller: NVIDIA Corporation GF106GL [Quadro 2000] (rev a1) [10de:0be9] 05:00.1 Audio device: NVIDIA Corporation GF106 High Definition Audio Controller (rev a1) IOMMU group 13: [10de:1b82] 06:00.0 VGA compatible controller: NVIDIA Corporation GP104 [GeForce GTX 1070 Ti] (rev ff) [10de:10f0] 06:00.1 Audio device: NVIDIA Corporation GP104 High Definition Audio Controller (rev ff) IOMMU group 14: [1022:145a] 07:00.0 Non-Essential Instrumentation [1300]: Advanced Micro Devices, Inc. [AMD] Zeppelin/Raven/Raven2 PCIe Dummy Function IOMMU group 15: [1022:1456] 07:00.2 Encryption controller: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Platform Security Processor IOMMU group 16: [1022:145c] 07:00.3 USB controller: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) USB 3.0 Host Controller IOMMU group 17: [1022:1455] 08:00.0 Non-Essential Instrumentation [1300]: Advanced Micro Devices, Inc. [AMD] Zeppelin/Renoir PCIe Dummy Function IOMMU group 18: [1022:7901] 08:00.2 SATA controller: Advanced Micro Devices, Inc. [AMD] FCH SATA Controller [AHCI mode] (rev 51) IOMMU group 19: [1022:1457] 08:00.3 Audio device: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) HD Audio Controller
  10. I've moved my UnRaid install to a Ryzen machine and since then I haven't been able to successfully reboot or shudown the server from the GUI or CL. The system goes though the motions of shutting down the array successfully, but the hardware never actually power cycles (or shuts down). Is this a motherboard/bios problem? Thoughts?
  11. I installed this: http://forum.deluge-torrent.org/viewtopic.php?t=42887 And did this: ... and it seems to be working. I was getting 2-3MB/s and am now seeing 35MB+. I don't know why, but I hope that helps.
  12. Yeah, I have the same speeds regardless of how I have my upload set. Rate limit IP overhead is unchecked. At this point I'll just assume it's because of the reverse proxy Deluge is behind.
  13. I just noticed this error in the log: 2017-07-27 16:31:32,841 DEBG 'start-script' stdout output:Thu Jul 27 16:31:32 2017 Authenticate/Decrypt packet error: packet HMAC authentication failed Not sure if that has anything to do with my slow speeds.
  14. Ah yeah, I realized that after I submitted. Anyway, here is how my Deluge is set up and the speed I'm getting:
  15. I've been connecting to nl.privateinternetaccess.com and have tried others on that list. Speed never exceeds 2MB/s. Everything is working fine—just slowly .
  16. My speeds are dreadful if I don't change it. I've tried various PIA servers and I get sub 2MB/s speeds on a 500MB/s connection on them all. If that's what's required to be behind the PIA VPN in Deluge, so be it, I just wasn't sure as I'm fairly new to all of this. Thank you for all the help.
  17. Every time I manually change the incoming ports in the Deluge WebUI it eventually reverts back. Manually editing core.conf does the same. Any idea why this is? I have Deluge behind a VPN and also a proxy (xxxx.deluge.net) so I want it to come in on port 443.
  18. I have an issue where I need to set the binlog format to MIXED every time I restart my MariaDB for Nextcloud. I have BINLOG_FORMAT = MIXED set in the custom.cnf file, but every single time I restart the database container I have to reset the global binlog format. Any ideas where to begin? EDIT: Ah, turns out it was a permissions issue (isn't everything?). FWIW, the error I was getting in the MariaDB log was: "Warning: World-writable config file '/etc/mysql/conf.d/custom.cnf' is ignored" Fix that seems to have worked: sudo chmod 0644 /mnt/user/appdata/mariadb/custom.cnf
  19. How difficult would it be to transition to this container from the standard Linuxserver.io Deluge container? Obviously, I'd like to keep all current seeds and transfer over any settings.
  20. I have this problem as well. Entity too large, or something to that effect.
  21. How difficult would it be to transition to this container from the standard Linuxserver.io Deluge container? Obviously, I'd like to keep all current seeds and transfer over any settings.
  22. Yep, same thing. Different containers, different PMS versions. All end up with the same result. There are numerous threads on the official Plex forums about it and it is still a problem. Thiiiis close to just switching to Emby.
×
×
  • Create New...