R0Bzombie

Members
  • Posts

    10
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

R0Bzombie's Achievements

Noob

Noob (1/14)

1

Reputation

  1. Hi all, what am I doing wrong? I set limits in appdata\binhex-rtorrentvpn\rtorrent\config\rtorrent.rc but every once in a while it ignores those values. # Global upload and download rate in KiB. "0" for unlimited. # throttle.global_down.max_rate.set_kb = 30000 throttle.global_up.max_rate.set_kb = 3000
  2. Hi, it seems to be a translation issue, we should read Certains ou tous les fichiers ne sont pas protégés. What written in the picture above is Some or all files are encrypted.
  3. You'll probably want to get a nvidia quadro p4000 gpu for harware transcoding. If I was you, i'd keep current config and add a p4000 and see how it's going.
  4. Hi, I'm joining the discussion with the same problem and maybe it'll help getting to the solution. I also have a win10 VM that 2 out of 3 reboots the VM crashes and unraid crashes at the same time. I wanted to install a PfSense VM but each and every reboots of that VM comes with a unraid crash. Attached is the diag files unraid-diagnostics-20170802-1056.zip
  5. Here's the diag file unraid-diagnostics-20170303-1010.zip
  6. Hi all, I have a system with 2x xeon x5687 and here's my sensors command output coretemp-isa-0001 Adapter: ISA adapter MB Temp: +27.0°C (high = +82.0°C, crit = +102.0°C) Core 1: +27.0°C (high = +82.0°C, crit = +102.0°C) Core 9: +27.0°C (high = +82.0°C, crit = +102.0°C) Core 10: +27.0°C (high = +82.0°C, crit = +102.0°C) intel5500-pci-00a3 Adapter: PCI adapter CPU Temp: +80.5°C (high = +100.0°C, hyst = +95.0°C) (crit = +110.0°C) coretemp-isa-0000 Adapter: ISA adapter Core 0: +25.0°C (high = +82.0°C, crit = +102.0°C) Core 1: +29.0°C (high = +82.0°C, crit = +102.0°C) Core 9: +27.0°C (high = +82.0°C, crit = +102.0°C) Core 10: +23.0°C (high = +82.0°C, crit = +102.0°C) Am I supposed to see core 0 to 15 here ? Thank you
  7. Thank you so much saarg, that was part of the problem. I've been able to passthrough only 2 of the 5 usb ports on the PCI card but that will do because I need only one to plug my usb hub on an extender cable.
  8. Hi, I'm giving up on this, can't figure out what I'm doing wrong. I have a USB2 PCI 5 ports card that I want to passthrough to a windows 10 VM Here's my server configuration, I have my Kingston Technology DataTraveler G4 flash drive pluged in one of the USB ports on the PCI root@unraid:~# lspci | grep USB 00:1a.0 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #4 00:1a.1 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #5 00:1a.2 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #6 00:1a.7 USB controller: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #2 00:1d.0 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #1 00:1d.1 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #2 00:1d.2 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #3 00:1d.7 USB controller: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #1 08:04.0 USB controller: VIA Technologies, Inc. VT82xx/62xx UHCI USB 1.1 Controller (rev 61) 08:04.1 USB controller: VIA Technologies, Inc. VT82xx/62xx UHCI USB 1.1 Controller (rev 61) 08:04.2 USB controller: VIA Technologies, Inc. USB 2.0 (rev 63) root@unraid:~# lsusb Bus 003 Device 002: ID 0951:1666 Kingston Technology DataTraveler G4 Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 011 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 010 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 009 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 007 Device 002: ID 046d:c52b Logitech, Inc. Unifying Receiver Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 001 Device 002: ID 0781:5406 SanDisk Corp. Cruzer Micro U3 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub root@unraid:~# readlink /sys/bus/usb/devices/usb3 ../../../devices/pci0000:00/0000:00:1e.0/0000:08:04.2/usb3 Here's what I figured out to put in my xml <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x08' slot='0x04' function='0x2'/> </source> </hostdev> And here's the error I get when I try to start the VM Execution error internal error: early end of file from monitor, possible problem: 2016-10-23T00:08:35.093062Z qemu-system-x86_64: -device vfio-pci,host=08:04.2,id=hostdev1,bus=pci.0,addr=0x8: vfio: error, group 11 is not viable, please ensure all devices within the iommu_group are bound to their vfio bus driver. 2016-10-23T00:08:35.093119Z qemu-system-x86_64: -device vfio-pci,host=08:04.2,id=hostdev1,bus=pci.0,addr=0x8: vfio: failed to get group 11 2016-10-23T00:08:35.093139Z qemu-system-x86_64: -device vfio-pci,host=08:04.2,id=hostdev1,bus=pci.0,addr=0x8: Device initialization failed Please help me figure this out. Thank you