bmdegraaf

Members
  • Posts

    100
  • Joined

  • Last visited

Everything posted by bmdegraaf

  1. Problem solved! I installed the drivers from the anateck website... should not have done that. Reverting back to the windows 10 drivers and everything is working accordingly.
  2. Problem persists using pci-stub, although stub is claiming the pci. A cold boot into VM, everything works as it should. A VM reset, I can still login to the VM, but it is extremely slow. Third reboot and I cannot even start the VM and receive a pop up with the following message: Execution error internal error: qemu unexpectedly closed the monitor: 2016-12-17T15:42:06.737278Z qemu-system-x86_64: -device vfio-pci,host=03:00.0,id=hostdev2,bus=pci.0,addr=0x9: vfio: Error: Failed to setup INTx fd: Device or resource busy 2016-12-17T15:42:08.620251Z qemu-system-x86_64: -device vfio-pci,host=03:00.0,id=hostdev2,bus=pci.0,addr=0x9: Device initialization failed Log VM: 2016-12-17T15:42:06.737278Z qemu-system-x86_64: -device vfio-pci,host=03:00.0,id=hostdev2,bus=pci.0,addr=0x9: vfio: Error: Failed to setup INTx fd: Device or resource busy 2016-12-17T15:42:08.620251Z qemu-system-x86_64: -device vfio-pci,host=03:00.0,id=hostdev2,bus=pci.0,addr=0x9: Device initialization failed 2016-12-17 15:42:08.664+0000: shutting down, reason=failed Log unraid: Dec 17 16:38:46 unRAID kernel: vfio-pci 0000:03:00.0: timed out waiting for pending transaction; performing function level reset anyway Dec 17 16:38:47 unRAID kernel: vfio-pci 0000:03:00.0: Failed to return from FLR Dec 17 16:38:48 unRAID kernel: vgaarb: device changed decodes: PCI:0000:02:00.0,olddecodes=io+mem,decodes=io+mem:owns=none Dec 17 16:38:48 unRAID kernel: vfio-pci 0000:03:00.0: Refused to change power state, currently in D3 Dec 17 16:38:48 unRAID kernel: pci-stub 0000:03:00.0: claimed by stub
  3. please ssh into your server and copy the result of this. Should say reset next to your usb card/controller if it supports reset for iommu_group in $(find /sys/kernel/iommu_groups/ -maxdepth 1 -mindepth 1 -type d);do echo "IOMMU group $(basename "$iommu_group")"; for device in $(\ls -1 "$iommu_group"/devices/); do if [[ -e "$iommu_group"/devices/"$device"/reset ]]; then echo -n "[RESET]"; fi; echo -n $'\t';lspci -nns "$device"; done; done It should be able to reset itself: IOMMU group 13 [RESET] 03:00.0 USB controller [0c03]: Fresco Logic FL1100 USB 3.0 Host Controller [1b73:1100] (rev ff)
  4. Hi Gridrunner, Running the same USB pci card as you have. However, I keep running into problems when I restart my VM's. Either UNRAID freezes up or I am not able to start up the VM as the USB resource is busy. Are you experiencing the same? Is there anything I can do to check why my usb card is not resetting properly? Only a cold restart seems to resolve the problem. Running 6.3 rc6 Dec 17 13:26:18 unRAID kernel: vfio_ecap_init: 0000:03:00.0 hiding ecap 0xffff@0xffc Dec 17 13:26:18 unRAID kernel: vfio_ecap_init: 0000:03:00.0 hiding ecap 0xffff@0xffc Dec 17 13:26:18 unRAID kernel: vfio_ecap_init: 0000:03:00.0 hiding ecap 0xffff@0xffc Dec 17 13:26:18 unRAID kernel: vfio_ecap_init: 0000:03:00.0 hiding ecap 0xffff@0xffc Dec 17 13:26:18 unRAID kernel: vfio_ecap_init: 0000:03:00.0 hiding ecap 0xffff@0xffc Dec 17 13:26:18 unRAID kernel: vfio_ecap_init: 0000:03:00.0 hiding ecap 0xffff@0xffc Dec 17 13:26:18 unRAID kernel: vfio_ecap_init: 0000:03:00.0 hiding ecap 0xffff@0xffc Dec 17 13:26:18 unRAID kernel: vfio_ecap_init: 0000:03:00.0 hiding ecap 0xffff@0xffc Dec 17 13:26:18 unRAID kernel: genirq: Flags mismatch irq 16. 00000000 (vfio-intx(0000:03:00.0)) vs. 00000080 (ehci_hcd:usb1) Dec 17 13:26:18 unRAID kernel: vfio-pci 0000:03:00.0: Refused to change power state, currently in D3 Dec 17 13:26:19 unRAID kernel: vfio-pci 0000:03:00.0: timed out waiting for pending transaction; performing function level reset anyway Dec 17 13:26:20 unRAID kernel: vfio-pci 0000:03:00.0: Failed to return from FLR Dec 17 13:26:20 unRAID kernel: br0: port 2(vnet0) entered disabled state Dec 17 13:26:20 unRAID kernel: device vnet0 left promiscuous mode Dec 17 13:26:20 unRAID kernel: br0: port 2(vnet0) entered disabled state Dec 17 13:26:21 unRAID kernel: vgaarb: device changed decodes: PCI:0000:02:00.0,olddecodes=io+mem,decodes=io+mem:owns=none
  5. To be honest I only installed the card for a day so can't really say. So far no problems. Do you stub the card prior to pass-through or just pass-through without stubbing the card? I am stubbing, but tried both. Somehow the card does not get released (reset) when shutting down a VM. Let me know if you have more luck. Sent from my iPhone using Tapatalk
  6. Hi Gridrunner, I am having the same usb 3.0 card as you are having due to the native passthrough capabilities with OSX. How is the card working out for you? Whenever i boot up cold the card is working, but when i switch between VM's I get in to problems ... at times the whole system would even freeze up....?!
  7. Having a similar problem... Running 6.3RC4 and stubbed my Fresco 1100 USB3.0 PCIe card. When I start any VM for the first time it boots correctly and the PCIe card is detected correctly... When I close the VM and change to another VM the USB is not being "released"... and message below is shown. Is there a way to force the card to release, besides rebooting the whole server? internal error: early end of file from monitor, possible problem: 2016-11-18T17:02:14.904122Z qemu-system-x86_64: -device vfio-pci,host=03:00.0,id=hostdev2,bus=pci.2,addr=0x6: vfio: Error: Failed to setup INTx fd: Device or resource busy 2016-11-18T17:02:16.786970Z qemu-system-x86_64: -device vfio-pci,host=03:00.0,id=hostdev2,bus=pci.2,addr=0x6: Device initialization failed Nov 18 22:30:48 unRAID kernel: vfio_cap_init: 0000:03:00.0 hiding cap 0xff Nov 18 22:30:48 unRAID kernel: vfio_cap_init: 0000:03:00.0 hiding cap 0xff Nov 18 22:30:48 unRAID kernel: genirq: Flags mismatch irq 16. 00000000 (vfio-intx(0000:03:00.0)) vs. 00000080 (ehci_hcd:usb1) Nov 18 22:30:48 unRAID kernel: vfio-pci 0000:03:00.0: Refused to change power state, currently in D3 Nov 18 22:30:49 unRAID kernel: vfio-pci 0000:03:00.0: timed out waiting for pending transaction; performing function level reset anyway Nov 18 22:30:50 unRAID kernel: vfio-pci 0000:03:00.0: Failed to return from FLR Nov 18 22:30:51 unRAID kernel: br0: port 3(vnet1) entered disabled state Nov 18 22:30:51 unRAID kernel: device vnet1 left promiscuous mode Nov 18 22:30:51 unRAID kernel: br0: port 3(vnet1) entered disabled state Nov 18 22:30:51 unRAID kernel: vgaarb: device changed decodes: PCI:0000:02:00.0,olddecodes=io+mem,decodes=io+mem:owns=none Nov 18 22:30:51 unRAID kernel: vfio-pci 0000:03:00.0: Refused to change power state, currently in D3 Nov 18 22:30:51 unRAID kernel: pci-stub 0000:03:00.0: claimed by stub
  8. Got everything working as well from terminal. Is there a way to create a short cut in launchpad that opens virt-manager in terminal with --no-fork with a click of a button?
  9. No, I did run through all my dockers and did not see any conflicts, unless there are some settings I don't know about. My list of dockers just in case: - CouchPotato, DDClient, deluge, Dolphin, muximux, openvpn-as, plex, plexpy, sabnzbd, Sonarr. Try a reboot... worked for me when I was having a similar problem. Sent from my iPhone using Tapatalk
  10. All seems to be working! But the way port 53 is past through two times, one time TCP and another time as UDP. My problem is still getting plexconnect to work on another port. Managed to move port 80 and 443. However, port 53 is bugging me. Anyone any suggestion how to move plexconnect from port 53 to port 6053 in Nginx?
  11. Restarted the server and things seems to be OK now. I do get an error message for a certain log file: tail: can't open '/var/log/lighttpd/*.log': No such file or directory Also the dashboard does not show any stats.
  12. Changed things a bit around and the DNS 53 remark is gone. Was using plexconnect and had to move the ports via nginx. That is done. However, I cannot browse when I only select my unraid ip address as dns. Used a similar setup as per the screenshot. Log file: Nov 2 08:45:04 dnsmasq[174]: compile time options: IPv6 GNU-getopt no-DBus no-i18n no-IDN DHCP DHCPv6 no-Lua TFTP no-conntrack ipset auth no-DNSSEC loop-detect inotify Nov 2 08:45:04 dnsmasq[174]: warning: interface eth0 does not currently exist Using IPv4 dnsmasq: syntax check OK. [02-Nov-2016 08:44:59] NOTICE: configuration file /etc/php5/php-fpm.conf test is successful nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful ::: Testing DNSmasq config: ::: Testing PHP-FPM config: ::: Testing NGINX config: ::: All config checks passed, starting ... ::: ::: Neutrino emissions detected... ::: ::: No custom adlist file detected, reading from default file... done! ::: ::: Getting raw.githubusercontent.com list... List updated, transport successful! ::: Getting mirror1.malwaredomains.com list... No changes detected, transport skipped! ::: Getting sysctl.org list... No changes detected, transport skipped! ::: Getting zeustracker.abuse.ch list... No changes detected, transport skipped! ::: Getting s3.amazonaws.com list... No changes detected, transport skipped! ::: Getting s3.amazonaws.com list... No changes detected, transport skipped! ::: Getting hosts-file.net list... No changes detected, transport skipped! ::: Getting raw.githubusercontent.com list... List updated, transport successful! ::: ::: Aggregating list of domains... done! ::: Formatting list of domains to remove comments.... done! ::: 126372 domains being pulled in by gravity... ::: Removing duplicate domains.... done! ::: 102289 unique domains trapped in the event horizon. ::: ::: Adding adlist sources to the whitelist... done! ::: Whitelisting 6 domains... done! ::: BlackListing 0 domains... done! ::: Formatting domains into a HOSTS file... ::: ::: Cleaning up un-needed files... done! ::: ::: Refresh lists in dnsmasq... ::: Pi-hole blocking is Enabled ==> /var/log/pihole.log <== Nov 2 08:40:54 dnsmasq[180]: using nameserver 8.8.8.8#53 Nov 2 08:40:54 dnsmasq[180]: using nameserver 8.8.4.4#53 Nov 2 08:40:54 dnsmasq[180]: read /etc/hosts - 2 addresses Nov 2 08:40:54 dnsmasq[180]: read /etc/pihole/gravity.list - 102289 addresses Nov 2 08:45:04 dnsmasq[174]: started, version 2.76 cachesize 10000 Nov 2 08:45:04 dnsmasq[174]: compile time options: IPv6 GNU-getopt no-DBus no-i18n no-IDN DHCP DHCPv6 no-Lua TFTP no-conntrack ipset auth no-DNSSEC loop-detect inotify Nov 2 08:45:04 dnsmasq[174]: warning: interface eth0 does not currently exist Nov 2 08:45:04 dnsmasq[174]: using nameserver 8.8.8.8#53 Nov 2 08:45:04 dnsmasq[174]: using nameserver 8.8.4.4#53 Nov 2 08:45:04 dnsmasq[174]: read /etc/hosts - 2 addresses tail: can't open '/var/log/lighttpd/*.log': No such file or directory Nov 2 08:45:04 dnsmasq[174]: read /etc/pihole/gravity.list - 102289 addresses
  13. I have everything set including the daily cron. And it's all working... or better said, the ads are being blocked as far as I can tell But I am getting the following error messages when I run the cron and the dashboard is not working: Script Starting Tue, 01 Nov 2016 18:39:39 +0100 Full logs for this script are available at /tmp/user.scripts/tmpScripts/pihole/log.txt cat: can't open '/etc/pihole/list.0.raw.githubusercontent.com.domains': No such file or directory cat: can't open '/etc/pihole/list.1.mirror1.malwaredomains.com.domains': No such file or directory cat: can't open '/etc/pihole/list.2.sysctl.org.domains': No such file or directory cat: can't open '/etc/pihole/list.3.zeustracker.abuse.ch.domains': No such file or directory cat: can't open '/etc/pihole/list.4.s3.amazonaws.com.domains': No such file or directory cat: can't open '/etc/pihole/list.5.s3.amazonaws.com.domains': No such file or directory cat: can't open '/etc/pihole/list.6.hosts-file.net.domains': No such file or directory cat: can't open '/etc/pihole/list.7.raw.githubusercontent.com.domains': No such file or directory dnsmasq: failed to create listening socket for port 53: Address in use Script Finished Tue, 01 Nov 2016 18:40:20 +0100 Full logs for this script are available at /tmp/user.scripts/tmpScripts/pihole/log.txt My docker log: nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful ::: Testing DNSmasq config: ::: Testing PHP-FPM config: ::: Testing NGINX config: ::: All config checks passed, starting ... ::: ::: Neutrino emissions detected... ::: ::: No custom adlist file detected, reading from default file... done! ::: ::: Getting raw.githubusercontent.com list... No changes detected, transport skipped! ::: Getting mirror1.malwaredomains.com list... No changes detected, transport skipped! ::: Getting sysctl.org list... No changes detected, transport skipped! ::: Getting zeustracker.abuse.ch list... No changes detected, transport skipped! ::: Getting s3.amazonaws.com list... No changes detected, transport skipped! ::: Getting s3.amazonaws.com list... No changes detected, transport skipped! ::: Getting hosts-file.net list... No changes detected, transport skipped! ::: Getting raw.githubusercontent.com list... No changes detected, transport skipped! ::: cat: can't open '/etc/pihole/list.0.raw.githubusercontent.com.domains': No such file or directory cat: can't open '/etc/pihole/list.1.mirror1.malwaredomains.com.domains': No such file or directory cat: can't open '/etc/pihole/list.2.sysctl.org.domains': No such file or directory cat: can't open '/etc/pihole/list.3.zeustracker.abuse.ch.domains': No such file or directory cat: can't open '/etc/pihole/list.4.s3.amazonaws.com.domains': No such file or directory cat: can't open '/etc/pihole/list.5.s3.amazonaws.com.domains': No such file or directory cat: can't open '/etc/pihole/list.6.hosts-file.net.domains': No such file or directory cat: can't open '/etc/pihole/list.7.raw.githubusercontent.com.domains': No such file or directory ::: Aggregating list of domains... done! ::: Formatting list of domains to remove comments.... done! ::: 0 domains being pulled in by gravity... ::: Removing duplicate domains.... done! ::: 0 unique domains trapped in the event horizon. ::: ::: Adding adlist sources to the whitelist... done! ::: Whitelisting 6 domains... done! ::: BlackListing 0 domains... done! ::: Formatting domains into a HOSTS file... ::: ::: Cleaning up un-needed files... done! ::: ::: Refresh lists in dnsmasq... ::: Pi-hole blocking is Enabled tail: can't open '/var/log/lighttpd/*.log': No such file or directory ==> /var/log/pihole.log <== Nov 1 16:56:49 dnsmasq[173]: read /etc/hosts - 6 addresses Nov 1 16:56:49 dnsmasq[173]: read /etc/pihole/gravity.list - 0 addresses Nov 1 17:02:12 dnsmasq[172]: started, version 2.76 cachesize 10000 Nov 1 17:02:12 dnsmasq[172]: compile time options: IPv6 GNU-getopt no-DBus no-i18n no-IDN DHCP DHCPv6 no-Lua TFTP no-conntrack ipset auth no-DNSSEC loop-detect inotify Nov 1 17:02:12 dnsmasq[172]: warning: interface eth0 does not currently exist Nov 1 17:02:12 dnsmasq[172]: using nameserver 209.222.18.218#53 Nov 1 17:02:12 dnsmasq[172]: using nameserver 209.222.18.222#53 Nov 1 17:02:12 dnsmasq[172]: bad address at /etc/hosts line 7 Nov 1 17:02:12 dnsmasq[172]: read /etc/hosts - 6 addresses Nov 1 17:02:12 dnsmasq[172]: read /etc/pihole/gravity.list - 0 addresses
  14. Having the same issue... W: 2016/10/27 14:33:19 server.go:179: shadowHash != actualHash
  15. Can you check the log (should be at /usr/local/emhttp/plugins/controlr/controlr.log) for any warnings ? Send it over pm or email if you want. I'll change the log location in the next release. There is no *.log file in that folder. I am having the exact same problem. I cannot login: unable to connect to server 401 (unauthorized). Similar to interwebtech no log file being created.
  16. Switching to iMac 14,2 solved the mouse issues, gpu is working.. but no sound EDIT Installed dreadkopp's patched clover and everything is working out of the box, including sound!
  17. Did anyone have any luck passing through a gpu in 10.12 Sent from my iPhone using Tapatalk
  18. Hi gridrunner, Liking your vids! Looked at the create mac os sierra install media usb and disk image video. I can't however find the link to the files in the description....
  19. Many thanks for the clear video guide! Everything is working like a champ, including GPU passthrough. Managed to update clover to the latest version as well, without problems... Sent from my iPhone using Tapatalk
  20. Hi all, This docker app was working fine on 6.1.9, two days ago I moved to RC 2 and the app does no longer work. It starts: _ _ _ | |___| (_) ___ | / __| | |/ _ \ | \__ \ | | (_) | |_|___/ |_|\___/ |_| Brought to you by linuxserver.io We do accept donations at: https://www.linuxserver.io/donations ------------------------------------- GID/UID ------------------------------------- User uid: 99 User gid: 100 ------------------------------------- [cont-init.d] 10-add-user: exited 0. [cont-init.d] 20-config: executing... [cont-init.d] 20-config: exited 0. [cont-init.d] 30-keygen: executing... [cont-init.d] 30-keygen: exited 0. [cont-init.d] done. [services.d] starting services [services.d] done. That all looks OK to me. However, I cannot access the Unifi webpage. As soon as the docker start I get the following log entries in my UNRAID log: Jul 21 13:18:55 Unraid kernel: docker0: port 9(vetheca349d) entered forwarding state Jul 21 13:19:03 Unraid shfs/user: shfs_write: write: (22) Invalid argument Jul 21 13:19:10 Unraid shfs/user: shfs_write: write: (22) Invalid argument Jul 21 13:19:10 Unraid kernel: docker0: port 9(vetheca349d) entered forwarding state Jul 21 13:19:16 Unraid shfs/user: shfs_write: write: (22) Invalid argument Jul 21 13:19:23 Unraid shfs/user: shfs_write: write: (22) Invalid argument Jul 21 13:19:29 Unraid shfs/user: shfs_write: write: (22) Invalid argument Jul 21 13:19:36 Unraid shfs/user: shfs_write: write: (22) Invalid argument Jul 21 13:19:43 Unraid shfs/user: shfs_write: write: (22) Invalid argument Jul 21 13:19:50 Unraid shfs/user: shfs_write: write: (22) Invalid argument Jul 21 13:19:56 Unraid shfs/user: shfs_write: write: (22) Invalid argument Can anyone point me in the right direction? Thanks
  21. It is similar. It goes from sab to CP to kickoff postprocessing in CP. SAB triggers the script. Sent from my iPhone using Tapatalk
  22. Great, can the same be done for couchpotato? Port 5050. Never got postprocessing to work via the script. Probably for above mentioned reason. Loving this docker app by the way!! Sent from my iPhone using Tapatalk
  23. Trying to get my GTX 970 passed through. It is working in my Windows 10 VM using: <qemu:arg value='-device'/> <qemu:arg value='ioh3420,bus=pci.0,addr=1c.0,multifunction=on,port=1,chassis=1,id=root.1'/> <qemu:arg value='-device'/> <qemu:arg value='vfio-pci,host=02:00.0,bus=root.1,addr=00.0,multifunction=on,x-vga=on'/> <qemu:arg value='-device'/> <qemu:arg value='vfio-pci,host=02:00.1,bus=root.1,addr=00.1'/> When these lines are added to the OSX xml it gives me the following error when starting the OSX VM: Execution error internal error: process exited while connecting to monitor: 2016-03-16T06:15:54.113946Z qemu-system-x86_64: -device ioh3420,bus=pci.0,addr=1c.0,multifunction=on,port=1,chassis=1,id=root.1: Bus 'pci.0' not found Can anyone point me in the right direction? Would be great to have the video card going! OK, found the problem: had to change the pci from pci.0 to pci.1 Installed nvidia drivers and added a nvda_drv=1 kernel flag in the plist. All working well except sound... Switched over to Clover and HDMI audio is working!
  24. I got the client going, but would like to whitelist dyndns.com via the bypassed.txt in order for my ddclient docker to work correctly. The openvpn log files indicate that dyndns.com is being bypassed: starting bypassing IP addresses ............. wait 204.13.248.117 >>>>>>> dyndns.com However, my PIA ip address is being picked up by ddclient not my home ip address. How does one let ddclient pick up my home ip address whilst using the openvpn client?