Hallo zusammen, ich habe ein Problem. Mein Server ist, für mich urplötzlich, instabil geworden. Er stürzt aktuell mindestens einmal täglich ab. Erst dachte ich, dass da Global C-States irgendwie rein spielen, aber es passierte heute Nacht zum Beispiel während eine Festplatte im PreClear war, und vorgestern während des Parity Check auf Grund des Absturzes am Tag davor. Ich habe keine neuen Docker oder Plugins. Mit ist vor zwei Wochen ein Absturz aufgefallen. Da zeitgleich (mitten in der Nacht) die Fritzbox neustartete, bin ich von einem kurzen Stromausfall ausgegangen. Parity Check war fehlerfrei. Letzte Woche Freitag ist er aus mir unbekanntem Grund abgestürzt. Das habe ich genutzt, um den Server umzuziehen in ein anderes Gehäuse (das Jonsbo N4 ist zwar schick, aber thermisch eine Katastrophe!) inkl. Mainboardtausch. Da das Asus ROG Strix X570-E nur USB 3.x Anschlüsse hat, womit Unraid nicht vom Stick starten wollte, habe ich den Stick per Front USB angeschlossen und dann in Unraid auf eine interne SSD als Bootmedium gesetzt. Leider ist der Server seit Sonntag jeden Tag abgestürzt. Im Log finde ich keine Einträge, die irgendwas andeuten. Da es schon vorm Mainboardtausch zwei Abstürze gab, würde ich das neue Mainboard zumindest als Hardware defekt ausschließen. Ich habe MEMTEST86+ durchlaufen lassen, da gab es keinen Fehler. Die Grafikkarte kann ich mit KI quälen, da passiert auch nichts. Es könnte, wenn Hardware, dann nur die CPU sein. Da überlege ich gerade, wie ich die am b
Fórum Unraid
forums.unraid.net ↗Fórum Invision Community em inglês. 9 seções acompanhadas: File Sharing Protocol Support, Active Directory, Forum Feedback, Security, Pre-Sales Support, Unraid Blog and Uncast Show Discussion, Unraid Polls, General Support e Announcements.
- Discussões por dia
- 22
- Discussões coletadas
- 721
- Mensagens por dia
- 45
- Seções
- 9
- Fontes acompanhadas
- 10
- Motor
- Invision Community
Últimas discussões
Coletadas a cada 4 horas do feed público do fórum. Reproduzimos apenas o título, o link e o começo da mensagem; cada link leva à fonte.
I'm trying to some help with the binhex-official-byparr container, but I can't find any support forums for them. The support link in the Unraid app center just takes you to the github issues page, but my problem isn't with the app itself, I just can't find a configuration file on my mac to work with it. I don't want to clutter their issue page with an id10t error. I don't use discord, and was hoping someone here knows a good forum for things like byparr, qbittorrent, and other related(🏴☠️) stuff.
Adds a dashboard tile for your Vast.ai host machines. If you rent out GPUs on Vast.ai, this puts your fleet on the Unraid Dashboard. What it shows Rental state per machine: on-demand, interruptible, reserved, listed, unlisted or offline Live hourly earnings and projected daily income GPU model, VRAM, and real-time GPU temperature with color thresholds Host reliability score An expandable details row with CPU, RAM, storage and network bandwidth A summary line with combined fleet earnings and your account balance Requirements- Unraid 6.12 or newer - A Vast.ai account and an API key from https://console.vast.ai/manage-keys/ Notes- The API key is stored at /boot/config/plugins/vastai/vastai.cfg, mode 600 and root-only, and is scrubbed from the config when you uninstall the plugin. - API responses are cached server side with a configurable TTL, so several open dashboard tabs do not each hit the Vast.ai API. - If the API is unreachable the tile falls back to the last good response and labels it STALE rather than presenting stale numbers as live. - No third-party runtime dependencies. The only outbound destination is the Vast.ai API. InstallPaste this into Plugins > Install Plugin: https://raw.githubusercontent.com/0xntpower/VastAI-Unraid-Widget/main/vastai.plg Source and issueshttps://github.com/0xntpower/VastAI-Unraid-Widget MIT licensed. Bug reports and feature requests are welcome here or on GitHub. One caveat worth stating up front: I have only been able to test against a singl
Server: Minisforum NAS N5 Air eSATA Controller: PEXESAT322I PCI Express SATA III Controller Card External enclosure: Syba 5 Bay 2.5" and 3.5" SATA HDD External USB 3.0 / eSATA RAID Hard Drive Enclosure - SY-ENC50122 (set to JBOD) Server has been working fine (and still is). Internal drives continue to work fine. Diags attached. It looks like the controller is recognized but nothing beyond that. server04b-diagnostics-20260916-1634.zip
Hi all, Firstly thanks for any help you can provide me here. I am a complete beginner to UnRaid, so your advice is greatly appreciated. I had a power cut the other day and low and behold my USB drive failed - TBH I wasn't even aware it had one. I have purchased a new drive, installed the OS and sorted the license. Of course I now need to recover my array, and no I don't have a backup - hopefully I won't be learning the hard way how stupid that was. So.. withough me random clicking buttons and completely messing things up, can anyone give me a step by step on how to recover the array, if that's possible. It's a Lincstation N1, with two NVMe disks in it, if I recall correctly it had one array and that's all. Many thanks!
abend derzeit nutz ich ja einen USB Stick hab gelesen das man auch auf einen Interne SSD wechseln kann ich nutze derzeit 2 SSB im Raid für die Apps etc und 2 NVMe im Raid als Cache wenn ich jetzt auf interne Boot wechsel möchte welche SSD könnt ihr da empfehlen , die Grösse ist da ja wohl nicht ausschlaggebend soll man da auch 2 im Raid nutzen ? als Motherboard nutz ich Gigabyte Technology Co., Ltd. B760M DS3H DDR4 Danke für die Infos lg Mike
I thought I'd document a solution to a GPU passthrough problem that took quite a bit of fault-finding to track down. Unraid 7.3.1, Threadripper 3960X and RTX 3090 passed through to Windows 11. The VM would boot normally, NVIDIA drivers worked, desktop/video playback was stable, but putting the GPU under significant 3D load caused an immediate black screen. VFIO would then report Bad address and D3/power/reset errors, and sometimes the host needed a full power cycle before the GPU could be used again. The key errors in the Unraid VM/kernel logs were vfio_container_dma_map(...) = -14 (Bad address), often followed by Unable to power on device, stuck in D3 and eventually kvm run failed Bad address. I ruled out Windows, drivers, VM RAM/hugepages, storage, PCIe Gen4 and eventually the GPU/PSU/slot itself by booting Windows bare-metal and successfully stress-testing the same 3090 at 100% load. The actual problem turned out to be QEMU placing the GPU's BAR memory at an address outside the usable physical/IOMMU address range of this system. The Threadripper reports a 43-bit physical address width, while QEMU had placed the RTX 3090 BAR1 at a much higher address. The fix was simply to limit the VM's physical address width to 43 bits in its libvirt CPU configuration. QEMU then relocated the GPU BAR into the appropriate address range. After that, the exact benchmark that previously crashed almost immediately completed at 100% GPU utilisation, the VFIO/kernel logs remained clean, and subs
Seems it is having problems fetching or parsing the feed. Page shows the error Last JSON error Recorded: Syntax error Relatively certain this is not a network issue as I'm able to ping github.com from the shell, so DNS and routing are working fine. I've tried un-installing and re-installing the plugin and enabling the cloudflare CDN. any other suggestions? CA-Logging-20260914-2257.zip
I ran into an issue where the Unraid WebGUI login page worked normally, but immediately after logging in, /Mainreturned: HTTP 500 Internal Server ErrorThis happened while a disk reconstruction was actively running, so rebooting, stopping the array, or restarting emhttpdwas not an acceptable troubleshooting option. Nginx itself was working, PHP-FPM was running, the PHP socket existed, and there was plenty of free RAM-filesystem space/inodes. Nginx's error log also wasn't showing anything useful when /Main failed. The breakthrough was checking PHP's actual error log: tail -f /var/log/phplogWhen I attempted to load /Main, it showed: PHP Fatal error: Uncaught TypeError: extract(): Argument #1 ($array) must be of type array, false given in /usr/local/emhttp/plugins/dynamix/template.php:55Looking at that section of template.php showed: // Read network settings extract(parse_ini_file('state/network.ini',true));Checking the expected file: ls -l /usr/local/emhttp/state/network.inireturned: No such file or directoryHowever, searching for the runtime copy found it here: /var/local/emhttp/network.iniI initially restored that individual file: cp -a /var/local/emhttp/network.ini /usr/local/emhttp/state/network.iniThat got PHP past line 55, but /Main still returned HTTP 500. Checking /var/log/phplog again showed the next error: PHP Fatal error: Uncaught TypeError: date(): Argument #2 ($timestamp) must be of type ?int, string given in /usr/local/emhttp/plugins/dynamix/template.php:59That lin
Hi There, I am in need of help because I am not getting anywhere. Currently I can access my server via its IP only via tailscale, which is not ideal. I have a the System data and Appdata in a cache drive. In order to backup the data, I use the Appdata Backup plugin, which is configured to update the dockers afterwards. I notice that the network settings for my docker was a bit mess up, I think it has to do with some of the docker updates, but I am not 100% sure. In order to troubleshoot, I stopped docker, restarted the server, the router, tried to flush ARP tables and did other things that found in the forum, in reddit, etc, but nothing did work. My knowledge here is limited, but I have the feeling that I have conflicting IPs from the docker and the server. Another thing that I notice is that my pi-hole (outside unraid) became as well unreachable. The Fix Common problems did not get me anywhere, it is suggesting to update tailscale but I dont want to do it until i fix the bigger issue. As well, a month ago or so, I installed a second Ethernet card, because it could connect to my router at 2.5Gbps instead of the 1Gbps that the integrated Ethernet card offered. I have tried to connect to that one instead, but it neither worked. I am attaching the diagnostics with the hope that someone can help me with this. If I turn on docker, I can access to the different apps via the ip:port but again, only via tailscale. It seems that the torrents client, for instance, can even generate tra
Hello, My unraid server seems to reboot on it's own about once a week. I've set BIOS to NOT run EXPO. Power Supply Idle Control to "Typical Current Idle" I had Global C-State Enabled but the machine would crash every time so I have that disabled. I also had ECO mode turned on for 65W TDP, but due to the weekly crashes I have that shut off. Everything else is default. My system specs: AMD 5900x Asus ROG Crosshair VIII Dark Hero x570 4x8gb of Corsair Dominator Platinum CMT32GX4M4K3600C16 I looked through the logs but don't really see anything obvious, Diagnostics attached. fatty-diagnostics-20260915-1025.zip
I recently migrated my NAS from a PowerEdge R720xd to a PC with an HBA. Everything has gone smoothly including reducing my drive count from 11+1 to 7+1 to help save power. One thing I was hoping for was with my new setup my drives would spin down more but they don't when my dockers are running. I can't seem to figure out why though. Also, unraid seems to be rebooting at the same time every night, uncleanly. I don't see anything configured that would cause this to happen but I don't know where to look in the logs to see if there is some kind of panic causing it. Please let me know if anything else is needed. I've attached my diag below. unraid-diagnostics-20260915-0942.zip
721 discussões coletadas desde 1 September 2026. Acompanhe este fórum com uma palavra-chave →