Jump to content

Xylter

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by Xylter

  1. Hi,

     

    So i am unable to load qbittorrent it I have the VPN enabled. I've made sure the log in is correct. i have strict port forwarding off. I've tried deluge and it does the same thing unless i turn off the VPN. Heres the logs I'm receiving 

     

     

    2020-07-10 06:28:25,098 INFO success: start-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
    2020-07-10 06:28:25,099 INFO success: watchdog-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
    2020-07-10 06:28:25,100 DEBG 'watchdog-script' stdout output:
    [info] qBittorrent config file already exists, skipping copy

    2020-07-10 06:28:25,100 DEBG 'watchdog-script' stdout output:
    [info] Removing session lock file (if it exists)...

    2020-07-10 06:28:25,110 DEBG 'start-script' stdout output:
    [warn] Password contains characters which could cause authentication issues, please consider changing this if possible

    2020-07-10 06:28:25,170 DEBG 'start-script' stdout output:
    [info] Default route for container is 172.17.0.1

    2020-07-10 06:28:25,174 DEBG 'start-script' stdout output:
    [info] Adding 209.222.18.222 to /etc/resolv.conf

    2020-07-10 06:28:25,178 DEBG 'start-script' stdout output:
    [info] Adding 84.200.69.80 to /etc/resolv.conf

    2020-07-10 06:28:25,181 DEBG 'start-script' stdout output:
    [info] Adding 37.235.1.174 to /etc/resolv.conf

    2020-07-10 06:28:25,185 DEBG 'start-script' stdout output:
    [info] Adding 1.1.1.1 to /etc/resolv.conf

    2020-07-10 06:28:25,189 DEBG 'start-script' stdout output:
    [info] Adding 209.222.18.218 to /etc/resolv.conf

    2020-07-10 06:28:25,193 DEBG 'start-script' stdout output:
    [info] Adding 37.235.1.177 to /etc/resolv.conf

    2020-07-10 06:28:25,197 DEBG 'start-script' stdout output:
    [info] Adding 84.200.70.40 to /etc/resolv.conf

    2020-07-10 06:28:25,201 DEBG 'start-script' stdout output:
    [info] Adding 1.0.0.1 to /etc/resolv.conf

    2020-07-10 06:30:25,318 DEBG 'start-script' stderr output:
    Error: error sending query: Could not send or receive, because of network error

  2. I finally got everything up and running. I only have a few minor things left. It's kind of a hassel to get it up as I have to restart the computer then I have to run the script SpaceInvader One has to reset Vega cards. Then I can start the VM and it runs. Also I have two sets of headphone a Pioneer SE-305 that goes through an audio interface. Not much issue with audio on it but my Logitech G605 gets random static when watching videos or listen to music. And lastly is their a way to passthough the RGB on the keyboard and mouse. I know doing it for the case fans would be difficult.

  3. On 11/1/2019 at 11:17 PM, G Dog said:

    Earlier in this thread are some instructions on replacing the OS Section of your XML.  There are several sections of the XML that get overwritten when you make changes to the VM in the template.  There are certain ones that you have to go back and fix in the XML and the OS section is one of them.

     

    Once I put in the vbios and removed the graphics card audio I got it to work. Now I have a self assigned ip for some reason now.

  4. I'm running Catalina I get it it to work no issue unless I try to passthough my Vega 64

    Here's my XML and error code

     

    <?xml version='1.0' encoding='UTF-8'?>
    <domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'>
      <name>MacinaboxCatalina</name>
      <uuid>d8007f5a-4f30-4f7d-a330-6084f401f8a1</uuid>
      <description>MacOS Catalina</description>
      <metadata>
        <vmtemplate xmlns="unraid" name="Windows 10" icon="/mnt/user/domains/MacinaboxCatalina/icon/catalina.png" os="Catalina"/>
      </metadata>
      <memory unit='KiB'>32505856</memory>
      <currentMemory unit='KiB'>32505856</currentMemory>
      <memoryBacking>
        <nosharepages/>
      </memoryBacking>
      <vcpu placement='static'>8</vcpu>
      <cputune>
        <vcpupin vcpu='0' cpuset='0'/>
        <vcpupin vcpu='1' cpuset='4'/>
        <vcpupin vcpu='2' cpuset='1'/>
        <vcpupin vcpu='3' cpuset='5'/>
        <vcpupin vcpu='4' cpuset='2'/>
        <vcpupin vcpu='5' cpuset='6'/>
        <vcpupin vcpu='6' cpuset='3'/>
        <vcpupin vcpu='7' cpuset='7'/>
      </cputune>
      <os>
        <type arch='x86_64' machine='pc-q35-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/d8007f5a-4f30-4f7d-a330-6084f401f8a1_VARS-pure-efi.fd</nvram>
      </os>
      <features>
        <acpi/>
        <apic/>
      </features>
      <cpu mode='host-passthrough' check='none'/>
      <clock offset='utc'>
        <timer name='rtc' tickpolicy='catchup'/>
        <timer name='pit' tickpolicy='delay'/>
        <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='qcow2' cache='writeback'/>
          <source file='/mnt/user/domains/MacinaboxCatalina/Clover.qcow2'/>
          <target dev='hdc' bus='sata'/>
          <boot order='1'/>
          <address type='drive' controller='0' bus='0' target='0' unit='2'/>
        </disk>
        <disk type='file' device='disk'>
          <driver name='qemu' type='raw' cache='writeback'/>
          <source file='/mnt/user/domains/MacinaboxCatalina/Catalina-install.img'/>
          <target dev='hdd' bus='sata'/>
          <address type='drive' controller='0' bus='0' target='0' unit='3'/>
        </disk>
        <disk type='file' device='disk'>
          <driver name='qemu' type='raw' cache='writeback'/>
          <source file='/mnt/user/domains/MacinaboxCatalina/macos_disk.img'/>
          <target dev='hde' bus='sata'/>
          <address type='drive' controller='0' bus='0' target='0' unit='4'/>
        </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' multifunction='on'/>
        </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='pcie-root'/>
        <controller type='pci' index='1' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='1' port='0x8'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0' multifunction='on'/>
        </controller>
        <controller type='pci' index='2' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='2' port='0x9'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
        </controller>
        <controller type='pci' index='3' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='3' port='0x12'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x2'/>
        </controller>
        <controller type='pci' index='4' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='4' port='0x13'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x3'/>
        </controller>
        <controller type='virtio-serial' index='0'>
          <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/>
        </controller>
        <controller type='sata' index='0'>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/>
        </controller>
        <interface type='bridge'>
          <mac address='52:54:00:b6:3b:64'/>
          <source bridge='br0'/>
          <model type='virtio'/>
          <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/>
        </interface>
        <serial type='pty'>
          <target type='isa-serial' port='0'>
            <model name='isa-serial'/>
          </target>
        </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'/>
        <hostdev mode='subsystem' type='pci' managed='yes'>
          <driver name='vfio'/>
          <source>
            <address domain='0x0000' bus='0x28' slot='0x00' function='0x0'/>
          </source>
          <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/>
        </hostdev>
        <hostdev mode='subsystem' type='pci' managed='yes'>
          <driver name='vfio'/>
          <source>
            <address domain='0x0000' bus='0x28' slot='0x00' function='0x1'/>
          </source>
          <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0'/>
        </hostdev>
        <hostdev mode='subsystem' type='usb' managed='no'>
          <source>
            <vendor id='0x046d'/>
            <product id='0x0a5b'/>
          </source>
          <address type='usb' bus='0' port='2'/>
        </hostdev>
        <hostdev mode='subsystem' type='usb' managed='no'>
          <source>
            <vendor id='0x0781'/>
            <product id='0x5596'/>
          </source>
          <address type='usb' bus='0' port='3'/>
        </hostdev>
        <hostdev mode='subsystem' type='usb' managed='no'>
          <source>
            <vendor id='0x0d8c'/>
            <product id='0x0005'/>
          </source>
          <address type='usb' bus='0' port='4'/>
        </hostdev>
        <hostdev mode='subsystem' type='usb' managed='no'>
          <source>
            <vendor id='0x1b1c'/>
            <product id='0x0c09'/>
          </source>
          <address type='usb' bus='0' port='5'/>
        </hostdev>
        <hostdev mode='subsystem' type='usb' managed='no'>
          <source>
            <vendor id='0x264a'/>
            <product id='0x1fa5'/>
          </source>
          <address type='usb' bus='0' port='6'/>
        </hostdev>
        <memballoon model='none'/>
      </devices>
      <qemu:commandline>
        <qemu:arg value='-usb'/>
        <qemu:arg value='-device'/>
        <qemu:arg value='usb-kbd,bus=usb-bus.0'/>
        <qemu:arg value='-device'/>
        <qemu:arg value='isa-applesmc,
        <qemu:arg value='-smbios'/>
        <qemu:arg value='type=2'/>
        <qemu:arg value='-cpu'/>
        <qemu:arg value='Penryn,kvm=on,vendor=GenuineIntel,+invtsc,vmware-cpuid-freq=on,+pcid,+ssse3,+sse4.2,+popcnt,+avx,+aes,+xsave,+xsaveopt,check'/>
      </qemu:commandline>
    </domain>
     

     

    heres the error 

     

     

    internal error: process exited while connecting to monitor: 2019-11-01T17:59:00.116312Z qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.01H:ECX.pcid [bit 17] 2019-11-01T17:59:00.117124Z qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.01H:ECX.pcid [bit 17] 2019-11-01T17:59:00.117952Z qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.01H:ECX.pcid [bit 17] 2019-11-01T17:59:00.118800Z qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.01H:ECX.pcid [bit 17] 2019-11-01T17:59:00.119605Z qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.01H:ECX.pcid [bit 17] 2019-11-01T17:59:00.120768Z qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.01H:ECX.pcid [bit 17] 2019-11-01T17:59:00.121598Z qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.01H:ECX.pcid [bit 17]

  5. I'm not sure which docker is having this issue. But what is going on is that i'm telling radarr or sonarr to search for a show/movie and it finds it and sends it over to delugevpn no problem. When it is finished it put it back to the bottom of the queue at 100% with no number indicated on the order it is in. For the TV shows it is going to /mnt/user/media/Tv_Shows/ but it is still in the completed folder I have as well. But for the movies it does not go to  /mnt/user/media/Movies like it is set to do and it just stays in the completed folder. I've tried looking for any invalid characters or non English letters. I've re watched the setup videos spaceinvaderone did on each docker again to make sure it is setup correctly.

  6. I'm not sure which docker is having this issue. But what is going on is that i'm telling radarr or sonarr to search for a show/movie and it finds it and sends it over to delugevpn no problem. When it is finished it put it back to the bottom of the queue at 100% with no number indicated on the order it is in. For the TV shows it is going to /mnt/user/media/Tv_Shows/ but it is still in the completed folder I have as well. But for the movies it does not go to  /mnt/user/media/Movies like it is set to do and it just stays in the completed folder. I've tried looking for any invalid characters or non English letters. I've re watched the setup videos spaceinvaderone did on each docker again to make sure it is setup correctly.

×
×
  • Create New...