Lawllipops

Members
  • Posts

    32
  • Joined

  • Last visited

Posts posted by Lawllipops

  1. Hi everyone,

     

    i was having trouble with my docker image, so i deleted it, and am reinstalling my docker apps.

    i had them all on a custom docker network, but is gone after i deleted my docker.img.

     

    i created a new one, but whenever i put a docker container to it, it would fail, and say no such network.

     

    i compared to that of the br0 network and i found that they are different subnet.

     

    br0 would say xxx.xxx.x.x/24

    while my custom would be yyy.yyy.y.y/16

     

    i am not sure why my custom docker network is creating a different subnet.

  2. Hi

     

    I recently got back from a trip so my machine was turned off for a little over a month. 
     

    I turned it on and one thing I planned was to convert my cache drives to xfc instead btrfs. 
     

    I was able to do that but I woke up to my machine not working (as in I wasn’t able to connect to the gui) 

     

    I restarted my machine but on boot up I got the errors 


    1) usb x-x.x: disable of device-(u1/u2) failed

    2) usb x-x.x: device not accepting address

    3, error 62 3) usb x-x.x device not responding to setup address unraid

    (don’t remember the usb number but found someone else with the same error message)

     

    i read this could be due to the usb port as I am using a 32gb Samsung flash drive and so I’ve been moving it into different usb slots and eventually got the machine to boot 

     

    but all the dockers seem to be unavailable (see attached)

     

    i was able to get the system logs but the diagnostic file wouldn’t download. (Or I got too impatient to wait for it to finish)

     

    I restarted and tried to do the memtest but it wouldn’t work so now I’m back up but in safe mode. 
     

    any help on what the issue might be. I will try and get diagnostics from the safe mode

     

     

    B36A69B0-DAD8-4AD6-8A7E-2C3023F553AA.png

    thehans-syslog-20221202-2304.zip

  3. 7 hours ago, JorgeB said:

    Both btrfs pools are detecting data corruption, start by running memtest.

    The btrfs pools are my cache drive. I have 2 nvme drives and an ssd as part of a cache pool.  Would memtest check that?

  4. Got it. That makes sense. My docker.img was corrupted which is why I had to rebuild it. I guess my cache drive is corrupted as well which is causing problems. I will have to look up how to fix my cache drive. 
     

    thanks!

  5. Hi

     

    ive been using my intake server mainly to run plex but recently I had to rebuild my docker.img. 
     

    after rebuilding my gui tabs would be unresponsive and plex wouldn’t work and am forced to restart my server as I’m not able to get diagnostic data. I also had an issue where I couldn’t shutdown my server and it looked on the gui as my cpu was running 100%
     

    I restarted my server and check the logs and I got the attached screenshot

     

    i pulled the diagnostics as well and wanted to see if anyone could help me identify what might be wrong with my server. 

    57120A65-23C6-4EF9-B71E-E46A5A3DAC95.jpeg

    thehans-diagnostics-20221013-1026.zip

  6. I recently just swapped my unraid server to a new case, and it has started to disconnect me from unraid.

     

    i am no longer able to connect to the server using its local IP.  when i check my router i can still see the server listed and its IP, but i can't connect to it at all.

     

    this happened in my old case as well, but after a while it just went away.

     

    not sure what the issue might be, but the only way to resolve it, is a hard shutdown.  

     

    i can connect to the machine directly, with my keyboard and monitor, but trying to connect from outside of that doesnt seem to work.

     

    ive attached my diagnostic.

     

    thehans-diagnostics-20220402-2315.zip

  7. Recently, I would lose access to the Unraid Terminal.  

     

    It would be running for a while, but then the next day I would try and login, and i wont be able to access the GUI.  also the Plex Server goes down, and cant access any of my docker containers I have setup through reverse proxy.

     

    I eventually have to hard reset my machine.  

     

    I've attached my diagnostic and syslogs.

     

    recently the only things ive tried to change is my VM.  ive been trying to add a GPU passthrough.

    syslog thehans-diagnostics-20211211-1659.zip

  8. i also attached my XML

     

    <?xml version='1.0' encoding='UTF-8'?>
    <domain type='kvm' id='12'>
      <name>Eric&apos;s Gaming VM</name>
      <uuid>83eb3afe-1b86-2811-7872-57b63fde4d91</uuid>
      <description>Remote Gaming</description>
      <metadata>
        <vmtemplate xmlns="unraid" name="Windows 10" icon="windows.png" os="windows10"/>
      </metadata>
      <memory unit='KiB'>16777216</memory>
      <currentMemory unit='KiB'>16777216</currentMemory>
      <memoryBacking>
        <nosharepages/>
      </memoryBacking>
      <vcpu placement='static'>10</vcpu>
      <cputune>
        <vcpupin vcpu='0' cpuset='3'/>
        <vcpupin vcpu='1' cpuset='11'/>
        <vcpupin vcpu='2' cpuset='4'/>
        <vcpupin vcpu='3' cpuset='12'/>
        <vcpupin vcpu='4' cpuset='5'/>
        <vcpupin vcpu='5' cpuset='13'/>
        <vcpupin vcpu='6' cpuset='6'/>
        <vcpupin vcpu='7' cpuset='14'/>
        <vcpupin vcpu='8' cpuset='7'/>
        <vcpupin vcpu='9' cpuset='15'/>
      </cputune>
      <resource>
        <partition>/machine</partition>
      </resource>
      <os>
        <type arch='x86_64' machine='pc-i440fx-5.1'>hvm</type>
        <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader>
        <nvram>/etc/libvirt/qemu/nvram/83eb3afe-1b86-2811-7872-57b63fde4d91_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' migratable='on'>
        <topology sockets='1' dies='1' cores='5' threads='2'/>
        <cache mode='passthrough'/>
      </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='raw' cache='writeback'/>
          <source file='/mnt/user/domains/Eric&apos;s Gaming VM/vdisk1.img' index='3'/>
          <backingStore/>
          <target dev='hdc' bus='virtio'/>
          <boot order='1'/>
          <alias name='virtio-disk2'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
        </disk>
        <disk type='file' device='cdrom'>
          <driver name='qemu' type='raw'/>
          <source file='/mnt/user/isos/Win10_20H2_v2_English_x64.iso' index='2'/>
          <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.190-1.iso' index='1'/>
          <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='virtio-serial' index='0'>
          <alias name='virtio-serial0'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
        </controller>
        <interface type='bridge'>
          <mac address='52:54:00:e3:08:b8'/>
          <source bridge='br0'/>
          <target dev='vnet0'/>
          <model type='virtio-net'/>
          <alias name='net0'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
        </interface>
        <serial type='pty'>
          <source path='/dev/pts/0'/>
          <target type='isa-serial' port='0'>
            <model name='isa-serial'/>
          </target>
          <alias name='serial0'/>
        </serial>
        <console type='pty' tty='/dev/pts/0'>
          <source path='/dev/pts/0'/>
          <target type='serial' port='0'/>
          <alias name='serial0'/>
        </console>
        <channel type='unix'>
          <source mode='bind' path='/var/lib/libvirt/qemu/channel/target/domain-12-Eric&apos;s Gaming VM/org.qemu.guest_agent.0'/>
          <target type='virtio' name='org.qemu.guest_agent.0' state='connected'/>
          <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='0x01' slot='0x00' function='0x0'/>
          </source>
          <alias name='hostdev0'/>
          <rom file='/mnt/user/isos/gtx1650.rom'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0' multifunction='on'/>
        </hostdev>
        <hostdev mode='subsystem' type='pci' managed='yes'>
          <driver name='vfio'/>
          <source>
            <address domain='0x0000' bus='0x01' 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>
     

  9. Hey,

     

    I was able to get my GTX 1650 OC passthrough to my windows 10 VM, and I was using splashtop to connect to my VM, but when I connect the background looks blank, but I am able to still sign up to my windows machine.

     

    When i login to screen is again blank, but if I click on the windows Key i am able to bring up the start menu, and the background flashes on, but when I try to do anything everything runs really slowly.

     

    When I had everything setup on VNC everything worked fine, but not sure why its getting some blank screens and why everything is so laggy.

     

    Anyone got any advice?

    Screen Shot 2021-12-06 at 12.34.00 AM.png

  10. Hey Guys 

     

    Not sure if this belongs here, but i tried posting in the VM section, but was hoping i would be able to get more eyes on this.

     

    I currently have 2 graphics card.  a GTX 1650 in the first PCI-E slot and a P1000 in the 3rd PCI-E slot.

     

    im using the P1000 for my plex transcoding, and planning to use the GTX for my VM to use as a remote gaming VM.

     

    I am able to setup my VM using VNC graphics, but when i go back and add the Graphics Card and the Graphics Card Sound and update, and then try and start the VM it just says starting and never starts.

     

    When i click on other tabs unraid still works, but when i click the VM tab or go to Settings - VM Settings both come up blank, and I have to reboot my machine.

     

    Can anyone help me figure out what I'm doing wrong?

    thehans-diagnostics-20211125-0056 (1).zip

  11. Hey Guys,

     

    I currently have 2 graphics card.  a GTX 1650 in the first PCI-E slot and a P1000 in the 3rd PCI-E slot.

     

    im using the P1000 for my plex transcoding, and planning to use the GTX for my VM to use as a remote gaming VM.

     

    I am able to setup my VM using VNC graphics, but when i go back and add the Graphics Card and the Graphics Card Sound and update, and then try and start the VM it just says starting and never starts.

     

    When i click on other tabs unraid still works, but when i click the VM tab or go to Settings - VM Settings both come up blank, and I have to reboot my machine.

     

    Can anyone help me figure out what I'm doing wrong?

    thehans-diagnostics-20211125-0056.zip