Jump to content

Archonite

Members
  • Posts

    15
  • Joined

  • Last visited

Archonite's Achievements

Noob

Noob (1/14)

2

Reputation

3

Community Answers

  1. Hi everyone, I have an issue that started recently. I have a few sites (e.g Vaultwarden, overseer) exposed through Cloudflare tunnel + NPM. They no longer seem to be working for some reason. When I hit the URL endpoint, nothing happens until the request times out and I get a 524 HTTP Error from cloudflare. Looking at the logs, I can see the request come in through the tunnel and then to NPM: ==> /data/logs/proxy-host-20_access.log <== [07/Jan/2024:15:29:04 -0500] - 307 307 - GET https my.domain.url "/" [Client xx.xx.xx.xx] [Length 5] [Gzip -] [Sent-to 192.168.1.24] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" But it seems like it never goes back to cloudflare to serve the site. I can access the site locally no problem with the configured URL + port over HTTP I have configured in NPM. Has anyone experienced this before? Any ideas or things to look at?
  2. I am getting the same problem as TekDRu reported here. When I try to load up the web portal I get 404 not found, on both HTTPS and HTTP paths. Users are created properly in mongo (Currently using 7.0.5-rc0):
  3. @Pr0m Did you figure out a way to do this?
  4. Hi all, I'm trying to upgrade my basic license. When I go to the Web UI ( Tools -> Registration ) and click on "Upgrade Key", it opens a new page on unraid.net but all I get is "Preflight Failed" error. Tried with both Chrome and Edge and same issue. Any ideas?
  5. If anyone comes to this thread with a similar issue: The issue boiled to down virtio not working with the kernel version I had on CentOS 7 (3.10). Updating to current mainline kernel fixed the issue. To do so, I had to switch the VDISK BUS to SATA, update the kernel, then swap back to VIRTIO and everything was working.
  6. If anyone comes to this thread with a similar issue: The issue boiled to down virtio not working with the kernel version I had on CentOS 7 (3.10). Updating to current mainline kernel fixed the issue. To do so, I had to switch the VDISK BUS to SATA, update the kernel, then swap back to VIRTIO and everything was working.
  7. I just upgraded to Unraid v6.12.2 from v6.11.5 My VM does not seem to be getting any IP address from the bridged network since the upgrade. I've tried toggling the "Network Model" setting between virtio & virtio-net , but same result occurs. Here is my VM config XML. I'm also attaching diagnostics. <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm' id='1'> <name>CentOS</name> <uuid>2f59a900-46d6-1ac5-f3e9-b4b872af1a0b</uuid> <metadata> <vmtemplate xmlns="unraid" name="CentOS" icon="centos.png" os="centos"/> </metadata> <memory unit='KiB'>16777216</memory> <currentMemory unit='KiB'>16777216</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>16</vcpu> <cputune> <vcpupin vcpu='0' cpuset='0'/> <vcpupin vcpu='1' cpuset='8'/> <vcpupin vcpu='2' cpuset='1'/> <vcpupin vcpu='3' cpuset='9'/> <vcpupin vcpu='4' cpuset='2'/> <vcpupin vcpu='5' cpuset='10'/> <vcpupin vcpu='6' cpuset='3'/> <vcpupin vcpu='7' cpuset='11'/> <vcpupin vcpu='8' cpuset='4'/> <vcpupin vcpu='9' cpuset='12'/> <vcpupin vcpu='10' cpuset='5'/> <vcpupin vcpu='11' cpuset='13'/> <vcpupin vcpu='12' cpuset='6'/> <vcpupin vcpu='13' cpuset='14'/> <vcpupin vcpu='14' cpuset='7'/> <vcpupin vcpu='15' cpuset='15'/> </cputune> <resource> <partition>/machine</partition> </resource> <os> <type arch='x86_64' machine='pc-q35-7.1'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/2f59a900-46d6-1ac5-f3e9-b4b872af1a0b_VARS-pure-efi.fd</nvram> </os> <features> <acpi/> <apic/> </features> <cpu mode='host-passthrough' check='none' migratable='on'> <topology sockets='1' dies='1' cores='8' threads='2'/> <cache mode='passthrough'/> <feature policy='require' name='topoext'/> </cpu> <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='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/CentOS-7-x86_64-DVD-2009.iso' index='2'/> <backingStore/> <target dev='hda' bus='sata'/> <readonly/> <boot order='2'/> <alias name='sata0-0-0'/> <address type='drive' controller='0' bus='0' target='0' unit='0'/> </disk> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/user/domains/CentOS/vdisk1.img' index='1'/> <backingStore/> <target dev='hdc' bus='sata'/> <boot order='1'/> <alias name='sata0-0-2'/> <address type='drive' controller='0' bus='0' target='0' unit='2'/> </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='pcie-root'> <alias name='pcie.0'/> </controller> <controller type='pci' index='1' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='1' port='0x10'/> <alias name='pci.1'/> <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'/> <alias name='pci.2'/> <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'/> <alias name='pci.3'/> <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'/> <alias name='pci.4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x3'/> </controller> <controller type='pci' index='5' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='5' port='0x14'/> <alias name='pci.5'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x4'/> </controller> <controller type='virtio-serial' index='0'> <alias name='virtio-serial0'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/> </controller> <controller type='sata' index='0'> <alias name='ide'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/> </controller> <interface type='bridge'> <mac address='52:54:00:29:f6:68'/> <source bridge='br0'/> <target dev='vnet0'/> <model type='virtio'/> <alias name='net0'/> <address type='pci' domain='0x0000' bus='0x01' slot='0x00' 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-1-CentOS/org.qemu.guest_agent.0'/> <target type='virtio' name='org.qemu.guest_agent.0' state='disconnected'/> <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> <graphics type='vnc' port='5900' autoport='yes' websocket='5700' listen='0.0.0.0' keymap='en-us'> <listen type='address' address='0.0.0.0'/> </graphics> <audio id='1' type='none'/> <video> <model type='qxl' ram='65536' vram='65536' vgamem='16384' heads='1' primary='yes'/> <alias name='video0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0'/> </video> <memballoon model='virtio'> <alias name='balloon0'/> <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0'/> </memballoon> </devices> <seclabel type='dynamic' model='dac' relabel='yes'> <label>+0:+100</label> <imagelabel>+0:+100</imagelabel> </seclabel> </domain> I do see this in the libvirt log file if it can help pinpoint the issue? Thank you!! dragoon-diagnostics-20230706-1548.zip
  8. I'm piggy backing on this thread as I have a similar issue. Upgraded to 6.12.2 from 6.11.5 yesterday. My CentOS 7 VM no longer works. I'm uploading the diagnostics, but what I see this in the libvirt logs: I'm currently rolling back to 6.11.5 and will post again to say if the restore brought back the VM. dragoon-diagnostics-20230703-1038.zip
  9. Just tried it, it does but also outputs with a Signal Out Of Range.
  10. Hi everyone, I have an old VGA monitor that I plug into my server. It's a really small form factor (like 13") and fits in the server closet amazingly. Is there a way to force the resolution output of the Unraid command line OS when plugging directly in the server? I'm getting a signal out of range warning on the monitor. Thanks!
  11. Going to close this, seems like this started working randomly after an update. Might have been a bug?
  12. I have Sonarr & Transmission setup. Both containers can see each other when setup on Bridge network. If I change Transmission to use my Wireguard VPN configuration, Sonarr is no longer able to access Transmission using the same local address. The same occurs if I put both docker containers on the WG network. Is there a way to have Sonarr be able to reach Transmission container while it is on WG network? Thank you!
  13. Ahh that would make sense. I have more ram on the way, was hoping to get it going until then. I will wait then. Thank you!
  14. Hi there, I just put a Quadro P620 in my server. I'm trying to install the Nvidia Driver plugin, and it is failing to install. plugin: installing: nvidia-driver.plg Executing hook script: pre_plugin_checks plugin: downloading: nvidia-driver.plg ... done plugin: downloading: nvidia-driver-2023.03.02.txz ... done +============================================================================== | Installing new package /boot/config/plugins/nvidia-driver/nvidia-driver-2023.03.02.txz +============================================================================== Verifying package nvidia-driver-2023.03.02.txz. Installing package nvidia-driver-2023.03.02.txz: PACKAGE DESCRIPTION: Package nvidia-driver-2023.03.02.txz installed. +============================================================================== | WARNING - WARNING - WARNING - WARNING - WARNING - WARNING - WARNING - WARNING | | Don't close this window with the red 'X' in the top right corner until the 'DONE' button is displayed! | | WARNING - WARNING - WARNING - WARNING - WARNING - WARNING - WARNING - WARNING +============================================================================== -----------------Downloading Nvidia Driver Package v530.41.03------------------ ----------This could take some time, please don't close this window!------------ ----Successfully downloaded Nvidia Driver Package v530.41.03, please wait!---- -----------------Installing Nvidia Driver Package v530.41.03------------------- Warning: file_put_contents(): Only -1 of 274 bytes written, possibly out of free disk space in /usr/local/emhttp/plugins/dynamix/scripts/notify on line 218 Warning: file_put_contents(): Only -1 of 304 bytes written, possibly out of free disk space in /usr/local/emhttp/plugins/dynamix/scripts/notify on line 219 ------------Installation of Nvidia driver v530.41.03 successful---------------- Please make sure to disable and enable Docker if you installed the Nvidia driver for the first time! Settings -> Docker -> Enable Docker 'No' -> Apply -> Enable Docker 'Yes' -> Apply plugin: run failed: /bin/bash Executing hook script: post_plugin_checks Once this occurs, the boot device and cache device are no longer found when I view the "Main" tab. The system runs fine until I try to install the plugin. If I reboot the system, everything is back to working normal. root@Dragoon:~# df -xh Filesystem 1K-blocks Used Available Use% Mounted on rootfs 1899104 1899100 4 100% / tmpfs 32768 360 32408 2% /run /dev/sda1 15352144 681920 14670224 5% /boot overlay 1899104 1899100 4 100% /lib/firmware overlay 1899104 1899100 4 100% /lib/modules devtmpfs 8192 0 8192 0% /dev tmpfs 2015060 0 2015060 0% /dev/shm cgroup_root 8192 0 8192 0% /sys/fs/cgroup tmpfs 131072 184 130888 1% /var/log /dev/md1 2928835740 939821676 1989014064 33% /mnt/disk1 /dev/md2 1952560688 13646524 1938914164 1% /mnt/disk2 /dev/md3 1952560688 13646524 1938914164 1% /mnt/disk3 /dev/sdc1 244197560 30367720 211774408 13% /mnt/cache shfs 6833957116 967114724 5866842392 15% /mnt/user0 shfs 6833957116 967114724 5866842392 15% /mnt/user /dev/loop2 1048576 4528 925776 1% /etc/libvirt I'm struggling to figure out what is going on.
×
×
  • Create New...