Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

ag3n7

Members
  • Joined

  • Last visited

Everything posted by ag3n7

  1. ag3n7 replied to ag3n7's topic in General Support
    Using Gemini, it gave me the following instructions to solve my issue. It seems to have worked. Pasting it below in hopes it will help others. Yes, I can see exactly what is causing the issue in your syslog.txt. The "Out of Memory" error is a symptom, but the root cause is your NVIDIA GPU driver. The Problem Your log is being flooded with millions of error messages from the NVIDIA driver (NVRM). This is filling up your server's RAM (because Unraid stores logs in RAM), which triggers the "Out of Memory" warnings. Here are the key lines from your file: Nov 30 04:40:01 Tower kernel: NVRM: kbifInitLtr_GB202: LTR is disabled in the hierarchy (Repeated hundreds of times) Nov 30 05:53:56 Tower kernel: NVRM: nvCheckOkFailedNoLog: Check failed: Out of memory [NV_ERR_NO_MEMORY] What this means: The code GB202 indicates you are using a very new NVIDIA GPU architecture (likely the RTX 50-series you mentioned previously). The driver is struggling to communicate with the card's power management features (LTR = Latency Tolerance Reporting) and is failing to initialize the adapter, getting stuck in a loop that eats up all your memory. How to Fix It You need to stop the driver from spamming the logs and fixing the communication issue. Step 1: Update the Nvidia Driver Go to the Settings > User Utilities > Nvidia Driver plugin in Unraid. Check if there is an update available. You likely need the very latest "Production" or "New Feature" branch (e.g., version 580.x or newer) to support the RTX 5060 Ti properly. If you are on an older version (like 565.x or 570.x), update it and reboot. Step 2: Modify Boot Parameters (Crucial for the "LTR" error) The "LTR is disabled" error is a PCIe power state issue often seen on newer cards with certain motherboards. You can force it off. Go to the Main tab in Unraid. Click on Flash (the name of your USB drive) to open its settings. Scroll down to Syslinux Configuration. Look for the line starting with append. It usually looks like: append initrd=/bzroot Add pcie_aspm=off to the end of that line. It should look like this: append initrd=/bzroot pcie_aspm=off (Note: Ensure there is a space before the new command). Click Apply. Step 3: Reboot Restart your server. This will: Clear the full log file (freeing up your RAM). Apply the new driver and boot settings. Once rebooted, check your log again. The NVRM spam should be gone, and your memory usage should return to normal.
  2. Hi, my Unraid has found some errors, specifically one that shows that I am out of memory. Can someone please take a look at my diagnostics and advise what I need to do to fix it. MANY THANKS! My son is my admin but he is not available to help. tower-diagnostics-20251130-1642.zip
  3. Thank you trurl and Frank1940. Problem for me is that it isn't a docker app, at least I don't think it is. It is an SMB that I can access and copy, but when I try to move or delete, I get that permissions error.
  4. The problem for me is that I have to do this every day, or twice a day. Can I not get rid of this issue once and for all?
  5. Hi folks, Not able to access community apps anymore after exchanging my router. Checked the common issues found and made the suggested changes but still not able to access CA. Any help would be greatly appreciated. CA-Logging-20250207-1504.zip
  6. Decided to upgrade my router to TP BE900 from Asus AXE11000 and starting to see a weird issue with my unraid server. On my tv I see it the unraid address is 192.168.2.x but my address of my router is 192.168.1.x and I don't know why. I removed the network.cfg file from my usb key and it still does the same thing and I cannot get to my login screen. I even tried to hardcode 192.168.1.x and 'DHCP = No' on the network.cfg file and see that it IPV4 was assigned but still cannot get to it. Any ideas?
  7. Had Unraid for a number of months without major issues. Just recently however, it was acting strange where commands was not being executed. I rebooted the server and now I don't see the cache drive, all containers in docker have stopped even though I have set it to auto start. Need my beloved server back and need youtower-diagnostics-20240111-1712.zipr help please. Attached is the latest diagnostics for your review. THANKS!
  8. I have two 8TB drives and two 16TB drives. When I setup Unraid it choose the following array: Parity: 16TB Parity2: 16TB Disk1: 8TB Disk2: 8TB I feel that I should configure the following way to get the most space possible: Parity: 16TB Parity2: 8TB Disk1: 16TB Disk2: 8TB Does that make sense? Or is this a bad idea.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.