Dragon99

Members
  • Posts

    8
  • Joined

  • Last visited

Recent Profile Visitors

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

Dragon99's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Hello, Every so often my server will start acting up and causing a bunch of different issues. Basically, when trying to interact with a docker it will freeze or just not work properly and run very slow. When it's doing this if I try to open the Webui to restart the docker half the time it won't load the docker tab at all either. Usually, main load fine and some other tabs but not all of them VM and Docker are the ones I have noticed it the most since those are usually what I am having issues with that I am trying to troubleshoot and fix. I am not sitting at crazy CPU usage or anything like that or anything else I can see that might be causing the issues. I can usually restart my whole server and sometimes that fixes it sometimes I can't even start the array afterwards or it restarts fine but is still doing it. I finally thought about posting here and waited for it to do it so I could grab a log. I attached a picture of the docker tab basically it just sits on that forever. It might eventually load but usually not for at least 10 minutes or more. Let me know if you guys have seen this before and have any ideas or see something in the logs that might explain it. diagnostics-20211206-0942.zip
  2. Hello, I set up a unraid server for a friend of mine everything seems to be working fine but he is getting an error from fix common problems saying "Your server has detected hardware errors. You should install mcelog via the NerdPack plugin, post your diagnostics and ask for assistance on the unRaid forums. The output of mcelog (if installed) has been logged" From what I can via google and other posts on the forum nothing to really worry about but he wanted me to see if anyone else had any idea and just double check that there isnt a issue. Fairly new system so if there is a hardware error would be better to figure it out now while everything is under warranty. I attached his diag file. Let me know what you all think. mediapool-diagnostics-20211130-1603.zip
  3. Ever able to resolve this? I am having the same issue.
  4. I think that was something left over that should have been removed. in troubleshooting i tried adding a small v disk per someone's suggestion on the forum in another thread i thought i had removed it already. I guess i did not. Before adding the v disk it would not boot still even though the only drive was the NVME drive. I did not know that you could go in to the OVMF bios so thanks for that tip. I currently abandoned this endeavor after spending almost 2 weeks fighting with VMs I was done plus I needed to be able to use one for work this week. So for now I just using unassigned devices to mount the drives then storing the Vdisk on there as again from someone else suggestion and claim that performance is nearly the same. I will probably revisit it at some point so I appreciate the info. If I had to guess going in to the bios and at least checking the boot could have fixed the issue. In case that info helps anyone else out.
  5. Hello, So I am trying to passthrough and boot of a NVME drive. I have tried installing windows 11 via both the installer via the VM and BareMetal then boot. I have followed both of spaceinvaderone's videos (How to passthrough and boot from an NVMe controller for bare metal performance in KVM/unRAID - YouTube) Per the forum post this one is outdated and clover should not be needed so i did not set up that part, correct me if i am wrong there, and (How to dual boot baremetal windows and unRAID then boot the same windows as a vm - YouTube) With no luck. I am able to boot and install it via the ISO but once windows reboots during the install process it does not boot back to the NVME drive. Here is my XML let me know if you need anything else or have any advice. Also included diag incase that helps. I have looked everywhere i can think of online and couldnt find a solution, if there is another thread to reference then please direct me there. <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm'> <name>windows II</name> <uuid>6d0e71e9-c374-6532-e82e-de19871e587c</uuid> <metadata> <vmtemplate xmlns="unraid" name="Windows 10" icon="windows.png" os="windows10"/> </metadata> <memory unit='KiB'>8388608</memory> <currentMemory unit='KiB'>8388608</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>4</vcpu> <cputune> <vcpupin vcpu='0' cpuset='0'/> <vcpupin vcpu='1' cpuset='8'/> <vcpupin vcpu='2' cpuset='2'/> <vcpupin vcpu='3' cpuset='10'/> </cputune> <os> <type arch='x86_64' machine='pc-q35-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/6d0e71e9-c374-6532-e82e-de19871e587c_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='2' 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='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/Windows/Window11_Insiders.iso'/> <target dev='hda' bus='sata'/> <readonly/> <boot order='2'/> <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'/> <target dev='hdb' bus='sata'/> <readonly/> <address type='drive' controller='0' bus='0' target='0' unit='1'/> </disk> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/user/domains/Saphira II/vdisk1.img'/> <target dev='hdc' bus='sata'/> <boot order='1'/> <address type='drive' controller='0' bus='0' target='0' unit='2'/> </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='pcie-root'/> <controller type='pci' index='1' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='1' port='0x10'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0' multifunction='on'/> </controller> <controller type='pci' index='2' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='2' port='0x11'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' 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:98:a0:5c'/> <source bridge='br0'/> <model type='virtio-net'/> <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'/> <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='qxl' ram='65536' vram='65536' vgamem='16384' heads='1' primary='yes'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0'/> </video> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x08' slot='0x00' function='0x0'/> </source> <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/> </hostdev> <memballoon model='none'/> </devices> </domain> diagnostics-20210719-1152.zip
  6. Yes that is what i am trying to do. I am trying to set it up. I have a outside network to test it from and its not working.
  7. Yes I did it was saying connection timed out after deleting everything and re adding i am able to connect locally but not remotely even though my port is already set up to forward
  8. Hello below is the log i am getting. Basically it looks like i am getting a error with the steam API loading for the 7days to die server docker. Any idea how to fix this? When trying to join the server i get a connection time out even though it does show up in game. ---Prepare Server--- ---Moving SaveGameFolder location--- ---Savegame location found--- ---Moving UserDataFolder location--- ---UserDataFolder location found--- ---Server ready--- ---Start Server--- Found path: /serverdata/serverfiles/7DaysToDieServer.x86_64 [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed. [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed. Setting breakpad minidump AppID = 251570