jpimlott

Members
  • Posts

    153
  • Joined

  • Last visited

Everything posted by jpimlott

  1. I bought a NEC based controller and is working fine now. The new one has 5 vertical usb and no problem inserting cables. John
  2. I am having trouble right now with a via chip set controller. It works when not pass through to a VM. I will get a nec version with vertical usb slots instead. The slots are horizontal on mine and is difficult to plug in devices I started another post about it. John
  3. I ran the command listed on passing a pcie card to a vm. It is a 7 port usb 3.0 pcie 1x adapter. It works and usb devices plugged in can be pass to a VM. When I try to pass the entire card through then it does not work. The usb card shows up on the VM config screen is checked. It is iomm group 19 This is the command in syslinux label unRAID OS menu default kernel /bzimage append vfio-pci.ids=1106:3483 pcie_acs_override=downstream initrd=/bzroot root@Tower:~# for usb_ctrl in $(find /sys/bus/usb/devices/usb* -maxdepth 0 -type l); do pci_path="$(dirname "$(realpath "${usb_ctrl}")")"; echo "Bus $(cat "${usb_ctrl}/busnum") --> $(basename $pci_path) (IOMMU group $(basename $(realpath $pci_path/iommu_group)))"; lsusb -s "$(cat "${usb_ctrl}/busnum"):"; echo; done Bus 1 --> 0000:00:14.0 (IOMMU group 4) Bus 001 Device 002: ID 093a:2510 Pixart Imaging, Inc. Optical Mouse Bus 001 Device 003: ID 0781:5406 SanDisk Corp. Cruzer Micro U3 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 2 --> 0000:00:14.0 (IOMMU group 4) Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 3 --> 0000:04:00.0 (IOMMU group 17) Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 4 --> 0000:04:00.0 (IOMMU group 17) Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 5 --> 0000:07:00.0 (IOMMU group 19) Bus 005 Device 007: ID 0619:0104 Seiko Instruments, Inc. SLP-200N Driver Bus 005 Device 006: ID 046d:c018 Logitech, Inc. Optical Wheel Mouse Bus 005 Device 005: ID 04f2:0112 Chicony Electronics Co., Ltd KU-8933 Keyboard with PS/2 Mouse port Bus 005 Device 004: ID 2109:2813 VIA Labs, Inc. Bus 005 Device 003: ID 03f0:6c11 Hewlett-Packard Photosmart C4480 Bus 005 Device 002: ID 2109:3431 VIA Labs, Inc. Hub Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 6 --> 0000:07:00.0 (IOMMU group 19) Bus 006 Device 002: ID 2109:0813 VIA Labs, Inc. Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub root@Tower:~# 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 IOMMU group 17 [RESET] 04:00.0 USB controller [0c03]: ASMedia Technology Inc. ASM1142 USB 3.1 Host Controller [1b21:1242] IOMMU group 7 [RESET] 00:1b.0 PCI bridge [0604]: Intel Corporation Sunrise Point-H PCI Root Port #17 [8086:a167] (rev f1) IOMMU group 15 [RESET] 02:00.0 RAID bus controller [0104]: Marvell Technology Group Ltd. MV64460/64461/64462 System Controller, Revision B [11ab:6485] (rev 01) IOMMU group 5 00:16.0 Communication controller [0780]: Intel Corporation Sunrise Point-H CSME HECI #1 [8086:a13a] (rev 31) IOMMU group 13 [RESET] 00:1f.6 Ethernet controller [0200]: Intel Corporation Ethernet Connection (2) I219-V [8086:15b8] (rev 31) IOMMU group 3 [RESET] 00:02.0 VGA compatible controller [0300]: Intel Corporation HD Graphics 530 [8086:1912] (rev 06) IOMMU group 11 [RESET] 00:1d.0 PCI bridge [0604]: Intel Corporation Sunrise Point-H PCI Express Root Port #9 [8086:a118] (rev f1) IOMMU group 1 00:01.0 PCI bridge [0604]: Intel Corporation Skylake PCIe Controller (x16) [8086:1901] (rev 07) IOMMU group 18 05:00.0 PCI bridge [0604]: ASMedia Technology Inc. ASM1083/1085 PCIe to PCI Bridge [1b21:1080] (rev 04) IOMMU group 8 [RESET] 00:1c.0 PCI bridge [0604]: Intel Corporation Sunrise Point-H PCI Express Root Port #1 [8086:a110] (rev f1) IOMMU group 16 [RESET] 03:00.0 RAID bus controller [0104]: Marvell Technology Group Ltd. 88SE9485 SAS/SATA 6Gb/s controller [1b4b:9485] (rev c3) IOMMU group 6 00:17.0 SATA controller [0106]: Intel Corporation Sunrise Point-H SATA controller [AHCI mode] [8086:a102] (rev 31) IOMMU group 14 01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GK208 [GeForce GT 710B] [10de:128b] (rev a1) 01:00.1 Audio device [0403]: NVIDIA Corporation GK208 HDMI/DP Audio Controller [10de:0e0f] (rev a1) IOMMU group 4 00:14.0 USB controller [0c03]: Intel Corporation Sunrise Point-H USB 3.0 xHCI Controller [8086:a12f] (rev 31) IOMMU group 12 00:1f.0 ISA bridge [0601]: Intel Corporation Sunrise Point-H LPC Controller [8086:a145] (rev 31) 00:1f.2 Memory controller [0580]: Intel Corporation Sunrise Point-H PMC [8086:a121] (rev 31) 00:1f.4 SMBus [0c05]: Intel Corporation Sunrise Point-H SMBus [8086:a123] (rev 31) IOMMU group 2 00:01.1 PCI bridge [0604]: Intel Corporation Skylake PCIe Controller (x8) [8086:1905] (rev 07) IOMMU group 10 [RESET] 00:1c.5 PCI bridge [0604]: Intel Corporation Sunrise Point-H PCI Express Root Port #6 [8086:a115] (rev f1) IOMMU group 0 00:00.0 Host bridge [0600]: Intel Corporation Skylake Host Bridge/DRAM Registers [8086:191f] (rev 07) IOMMU group 19 [RESET] 07:00.0 USB controller [0c03]: VIA Technologies, Inc. VL805 USB 3.0 Host Controller [1106:3483] (rev 01) IOMMU group 9 [RESET] 00:1c.2 PCI bridge [0604]: Intel Corporation Sunrise Point-H PCI Express Root Port #3 [8086:a112] (rev f1) Where do I go from here?
  4. Any more ideas on this ? Maybe installing another 2003 or 2008 server as a VM from the start and joining my existing domain might work.
  5. I had preinstalled the drivers on the virtual box and then copied the vmdk file to unraid. I have already tried IDE and SATA and they do not work either. I am running out of ideas. It is like it is not even seeing the hard drive. The drive loads fine in another VM as secondary john
  6. Thanks for the help so far. I have tried loading the drivers for virtio in virtual box and copying the vmdk over to the unraid. it still says booting from drive and using 100% of the cpu core. the currant xml file : <domain type='kvm'> <name>Windows Server 2003</name> <uuid>hidden</uuid> <metadata> <vmtemplate xmlns="unraid" name="Windows Server 2003" icon="windowsxp.png" os="windows2003"/> </metadata> <memory unit='KiB'>1572864</memory> <currentMemory unit='KiB'>1572864</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>1</vcpu> <cputune> <vcpupin vcpu='0' cpuset='4'/> </cputune> <os> <type arch='x86_64' machine='pc-i440fx-2.5'>hvm</type> </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'> <topology sockets='1' cores='1' 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='file' device='disk'> <driver name='qemu' type='vmdk' cache='writeback'/> <source file='/mnt/disk10/appdata/exchange-disk1.vmdk'/> <target dev='hdc' bus='virtio'/> <boot order='1'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/cache/isos/virtio-win-0.1.126-2.iso'/> <target dev='hdb' bus='ide'/> <readonly/> <address type='drive' controller='0' bus='0' target='0' unit='1'/> </disk> <controller type='usb' index='0' model='ich9-ehci1'> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x7'/> </controller> <controller type='usb' index='0' model='ich9-uhci1'> <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'> <master startport='2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x1'/> </controller> <controller type='usb' index='0' model='ich9-uhci3'> <master startport='4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2'/> </controller> <controller type='pci' index='0' model='pci-root'/> <controller type='ide' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/> </controller> <controller type='virtio-serial' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> </controller> <interface type='bridge'> <mac address='52:54:00:5f:7d:ec'/> <source bridge='br0'/> <model type='virtio'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </interface> <serial type='pty'> <target port='0'/> </serial> <console type='pty'> <target type='serial' port='0'/> </console> <channel type='unix'> <target type='virtio' name='org.qemu.guest_agent.0'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> <input type='tablet' bus='usb'> <address type='usb' bus='0' port='1'/> </input> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <graphics type='vnc' port='-1' autoport='yes' websocket='-1' listen='0.0.0.0' keymap='en-us'> <listen type='address' address='0.0.0.0'/> </graphics> <video> <model type='cirrus' vram='16384' heads='1' primary='yes'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> </video> <memballoon model='virtio'> <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/> </memballoon> </devices> </domain>
  7. I have tried the vmdk as well. I just tried cirus video as well and still no luck. Will any of the logs help to figure this out.
  8. I have a running 2003 server on virtual box running on a corei3 win10 box. I want to move that server on to my new corei7 6700k unraid box. I have a windows 10 VM running on there now with pass through working. I converted the vmdk file to a raw file per the instructions on limetech. The new 2003 VM does not boot from the drive. I can load that same drive a secondary drive and see all the files on it. The only partition on the drive is marked active and passes check disk. I have tried all the different seabios machines and all of them do the same. The VM is set to boot to IDE. When started the host cpu for the one core goes to %100 and the vnc shows booting from hard disk. If I set it to sata or virtio then is says a disk error has occurred please press clt alt del John
  9. the VM works without using 9p for networking I followed the instructions but it starts in emergency mode when using the 9p network addon. john
  10. Thank you for the links. It fixes the issue and I am preclearing now. john
  11. I just put a new 4 Tb Seagate SHDD in the system. The five year warranty is great even if the sdd part of drive is not used. The problem I am having it is saying it is busy when I try to start a preclear process. It has never been part of the array or formatted. Reboot does not help. I can be chosen as a array drive but I want to preclear it first. I checked the reported capacity and it is the same as the normal 4 TB drives. john
  12. I don't remember creating an image file or where it would be stored. How big would the file be? What is stored in it ? john thanks for help
  13. I just upgraded to 6.2beta21 from 6.19 with docker and kvm working. The docker is working great but the kvm engine will not start. the log shows: May 21 21:01:03 Tower root: /mnt/cache/docker2/ is not a file May 21 21:01:03 Tower emhttp: shcmd (36773): /etc/rc.d/rc.libvirt start |& logger May 21 21:01:03 Tower root: no image mounted at /etc/libvirt May 21 21:02:02 Tower root: /mnt/cache/docker2/ is not a file May 21 21:02:02 Tower emhttp: shcmd (36786): /etc/rc.d/rc.libvirt start |& logger May 21 21:02:02 Tower root: no image mounted at /etc/libvirt May 21 21:02:26 Tower root: /mnt/cache/docker2/ is not a file May 21 21:02:26 Tower emhttp: shcmd (36799): /etc/rc.d/rc.libvirt start |& logger May 21 21:02:26 Tower root: no image mounted at /etc/libvirt May 21 21:02:26 Tower emhttp: need_authorization: getpeername: Transport endpoint is not connected May 21 21:03:03 Tower root: /mnt/cache/docker2/ is not a file May 21 21:03:03 Tower emhttp: shcmd (36812): /etc/rc.d/rc.libvirt start |& logger May 21 21:03:03 Tower root: no image mounted at /etc/libvirt May 21 21:03:51 Tower root: /mnt/cache/docker2/ is not a file May 21 21:03:51 Tower emhttp: shcmd (36825): /etc/rc.d/rc.libvirt start |& logger May 21 21:03:51 Tower root: no image mounted at /etc/libvirt May 21 21:03:52 Tower emhttp: need_authorization: getpeername: Transport endpoint is not connected May 21 21:03:52 Tower emhttp: need_authorization: getpeername: Transport endpoint is not connected May 21 21:03:52 Tower emhttp: need_authorization: getpeername: Transport endpoint is not connected May 21 21:03:52 Tower emhttp: need_authorization: getpeername: Transport endpoint is not connected May 21 21:03:52 Tower emhttp: need_authorization: getpeername: Transport endpoint is not connected May 21 21:03:55 Tower root: /mnt/cache/docker2/ is not a file May 21 21:03:55 Tower emhttp: shcmd (36838): /etc/rc.d/rc.libvirt start |& logger May 21 21:03:55 Tower root: no image mounted at /etc/libvirt May 21 21:04:00 Tower emhttp: need_authorization: getpeername: Transport endpoint is not connected May 21 21:04:00 Tower emhttp: sendFile: sendfile /usr/local/emhttp/webGui/images/scheduler.png: Broken pipe May 21 21:04:00 Tower emhttp: need_authorization: getpeername: Transport endpoint is not connected May 21 21:04:00 Tower emhttp: sendFile: sendfile /usr/local/emhttp/plugins/preclear.disk/icons/userutilities.png: Broken pipe May 21 21:04:00 Tower emhttp: need_authorization: getpeername: Transport endpoint is not connected May 21 21:04:00 Tower emhttp: sendFile: sendfile /usr/local/emhttp/plugins/preclear.disk/images/preclear.disk.png: Broken pipe May 21 21:04:00 Tower emhttp: need_authorization: getpeername: Transport endpoint is not connected May 21 21:04:00 Tower emhttp: sendFile: sendfile /usr/local/emhttp/plugins/dynamix.system.stats/images/dynamix.system.stats.png: Broken pipe May 21 21:04:02 Tower root: /mnt/cache/docker2/ is not a file May 21 21:04:02 Tower emhttp: shcmd (36851): /etc/rc.d/rc.libvirt start |& logger May 21 21:04:02 Tower root: no image mounted at /etc/libvirt May 21 21:04:02 Tower root: /mnt/cache/docker2/ is not a file May 21 21:04:02 Tower emhttp: shcmd (36864): /etc/rc.d/rc.libvirt start |& logger May 21 21:04:02 Tower root: no image mounted at /etc/libvirt May 21 21:04:03 Tower emhttp: need_authorization: getpeername: Transport endpoint is not connected May 21 21:05:02 Tower root: /mnt/cache/docker2/ is not a file May 21 21:05:02 Tower emhttp: shcmd (36877): /etc/rc.d/rc.libvirt start |& logger May 21 21:05:02 Tower root: no image mounted at /etc/libvirt What did I miss on the upgrade? I did copied only the files on the root directory from the download over the flash. john
  14. I have tried to do it btrcl with the terminal but some things still do not work. I cant seem to connect those bridges to nics for access. john
  15. Did you run these tests? When upgraded to unraid 6 I switched to kvm and the VMs run a lot faster to a point that video plays now and did not before.
  16. I would like to see multiple interfaces being added in the GUI as well. I run an Untangle router as a KVM VM. I used brctl but I can not get the Docker system to see the networks now. John
  17. Update here I got untangle to work along with using ultravnc It sees both networks and routes after I fix all my fat fingers and brain farts. I has have a windows 7 computer that is a VM it works but the network card does not see any of the bridges that on the system. I have tried all 3 of them. it shows as disconnected. I also have a 2003 windows server that does not boot at all. It is not seeing the drive. it just says booting from drive. These are vmdk files from virtualbox.
  18. I am setting up the bridge in the GO file ifconfig eth0 down brctl addbr pub brctl stp pub yes brctl addif pub eth0 ifconfig eth0 0.0.0.0 ifconfig pub 192.168.20.58 netmask 255.255.255.0 up ifconfig eth1 down brctl addbr priv brctl stp priv yes brctl addif priv eth1 ifconfig eth1 0.0.0.0 ifconfig priv 192.168.0.199 netmask 255.255.255.0 up Nothing is configured in network or bridge pages in the gui I can see both networks from pcs but not the VMs The VM log has this 2015-11-27 16:36:07.205+0000: starting up libvirt version: 1.2.18, qemu version: 2.3.0 Domain id=1 is tainted: high-privileges Domain id=1 is tainted: host-cpu char device redirected to /dev/pts/0 (label charserial0)
  19. I got the bridges installed manually user brcrl and instructions from http://www.tldp.org/HOWTO/BRIDGE-STP-HOWTO/set-up-the-bridge.html Computers on both networks can see the unraid server. I can not get to console with the default viewer novnc or with vncviewer. How do I get to the console ?
  20. NoVNC is the default viewer web based that comes with unraid. I have also tried vncviewer but no luck there either How else can I connect to console of the VMs?
  21. The noVNC fails when launched. I can get the server from both interfaces with different pcs for both the web site or smb. Novnc worked before I made the changes to the bridge settings. I have not turned on the bridge in the unraid gui.
  22. I have bridge turned off in unraid config. I followed a set from http://www.tldp.org/HOWTO/BRIDGE-STP-HOWTO/set-up-the-bridge.html Now the interfaces are up but I can access the VMs from vnc to finish the config for rdp. John
  23. I am trying the same thing and my interfaces no longer become accessible. I tried it the way is was showed there john
  24. I just upgraded to unraid 6.14. I was running 5.06 with virtualbox. I have 3 VMs running. Win 7, 2003 server ,and Untangle which is a debian based router/firewall/virus virtual machine. Virtualbox setups 2 virtual switches bridged to the onboard nics if setup that way. I have both NICs in unraid working with IPs on the different networks. I can only see one bridge setup in the GUI to do it. How can I add a second Virtual bridge on the second NIC ? PCs on both networks can see Unraid. I have a dlink router in front of internet access. John
  25. I did find this error message the time of the file is currant VBoxSVC.txt