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.

newillusions

Members
  • Joined

  • Last visited

  1. Since updating from 12.6 to 12.8 yesterday, my server has locked up twice. Unresponsive and needed hard reset. server-diagnostics-20240217_1235.zip
  2. Ok, so nothing seems to be working at this point, so I've rolled back to BIOS v40 v50 and it all boots up straight away... Edit: Ended up on v62 and it all boots up nicely. there's something [not clearly described] about v64h having some UEFI changes, so guessing that's the culprit, without having access to any more info. Thanks all for your suggestions.
  3. Yeah, it was off previously, but that caused all the errors during the memtest. Edit: I don't remember it being turned on previously, but it has been several years since I set the machine up, so may have just forgotten.
  4. Only have my laptop to test with, and that didn't boot from the USB, however I wound up in a bitlocker key screen [it's normally running windows, and had to turn off encryption to test the USB] so not convinced that counts as an actual fail... I did try to boot the unraid machine from a fresh install on a new key before, which failed in the same way. Will try that again now that the XMP profile is active. Also, confirmed that USB is active in POST based on BIOS settings.
  5. Ok, so memtest has run all 4 passes and no issues there. SAS card disconnected. Confirmed that "Storage Boot Option Control" is set to UEFI, and the "Other PCI Device ROM Priority" is Legacy. Still seeing exactly the same issue, though. It's getting to the splash screen and freezes. Any other areas I should be looking at?
  6. No, I hadn't. Just running it now shows thousands of errors. All of that was working before, though... Any ideas what might have caused this in updating the BIOS? Edit: Sorry... for info, I ran the memtest86 scan, as I can't get to the unraid boot screen. It's showing the 4 x 16gb sticks correctly, but the initial test was all errors. I've turned on the XMP Profile 1 settings in the BIOS and re-run memtest again. No errors so far... Someone on Reddit pointed out this conversation. From memory, the "Storage Boot Option Control" is set to UEFI, and the "Other PCI Device ROM Priority" is Legacy already. Will check that and the CSM Support once the memtest is done. Similarly to that reddit post, I also have an SAS card in, so will remove that at some point in the proceedings, too.
  7. Hi all, Yes, it's ANOTHER USB issue, but promise of been reading and searching all over the place before posting... I've been doing a bunch of disk changes lately, so I'm currently in a state of not having a valid parity disk. Having said that, everything has been running fine, and I was just about to put in the last disk and close it all up when I [stupidly, I know...] decided to update the BIOS while I had the machine out on the bench. MB is Aorus B450. Bios went from v50 to v64. After updating that, the machine won't boot the unraid USB. It seems to freeze up and sits on the MB splash screen, but doesn't progress from there. I've checked all the usual suspects... Fastboot is off. Drive is visible from BIOS and is set to boot from there. UEFI is set on BIOS and checked the usb folders to make sure EFI didn't have a hyphen after it. I've tried: Booting another OS from USB - that works fine, and all disks are visible. Reinstall unraid to the original USB using a backup zip from connect - still freezes. Install fresh unraid to new USB stick - still freezes. I gather there has to be SOMETHING in the BIOS that's stopping unraid running, but can't see what it might be for the life of me. Any thoughts would be more than welcome! Cheers!
  8. I've had to do this as well... What are the implications of not using SSH? Is there a better solution?
  9. Thanks peeps. Looks like a no go, unfortunately. Appreciate the input.
  10. So, I inherited an Intel Nuc 9 Extreme Kit from a project I was working on, and found an Asus Hyper M.2 board to put in it. The Nuc already had a Gigabyte GP-GSM2NE3512GNTD in it, so that's set up as the cache. I've picked up a couple of Kingston SNV2S/1000G drives to put in the Hyper card, but I can only manage to see one drive in it. The BIOS has Auto / 16 / 2 x 8 / 8 + 2x4 options for the PCIe bifurcation settings, all of which I've tried. The drives are in slots 1+3, though I've tried different configurations as well. I can only see one of the Kingston drives at a time. Any ideas as to the ridiculously simple thing I'm missing here?
  11. Absolutely! I use IN regularly, so more than happy to help with testing in parallel.
  12. Sorry for resurrecting a zombie, but did anyone manage to get a v5 install running? Would love to keep using this on my home server rather than migrating to the remote web one.
  13. newillusions changed their profile photo
  14. newillusions joined the community
  15. Hi all. Anybody able to help out with this issue? I added a new subdomain [I've successfully set up several others so far], and started getting this: dns validation via cloudflare plugin is selected Generating new certificate Saving debug log to /var/log/letsencrypt/letsencrypt.log Plugins selected: Authenticator dns-cloudflare, Installer None An unexpected error occurred: Traceback (most recent call last): File "/usr/lib/python3.7/site-packages/urllib3/connection.py", line 160, in _new_conn (self._dns_host, self.port), self.timeout, **extra_kw) File "/usr/lib/python3.7/site-packages/urllib3/util/connection.py", line 57, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib/python3.7/socket.py", line 748, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Try again During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.7/site-packages/urllib3/connectionpool.py", line 603, in urlopen chunked=chunked) File "/usr/lib/python3.7/site-packages/urllib3/connectionpool.py", line 344, in _make_request self._validate_conn(conn) File "/usr/lib/python3.7/site-packages/urllib3/connectionpool.py", line 843, in _validate_conn conn.connect() File "/usr/lib/python3.7/site-packages/urllib3/connection.py", line 316, in connect conn = self._new_conn() File "/usr/lib/python3.7/site-packages/urllib3/connection.py", line 169, in _new_conn self, "Failed to establish a new connection: %s" % e) urllib3.exceptions.NewConnectionError: <urllib3.connection.VerifiedHTTPSConnection object at 0x1483b7300400>: Failed to establish a new connection: [Errno -3] Try again During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.7/site-packages/requests/adapters.py", line 449, in send timeout=timeout File "/usr/lib/python3.7/site-packages/urllib3/connectionpool.py", line 641, in urlopen _stacktrace=sys.exc_info()[2]) File "/usr/lib/python3.7/site-packages/urllib3/util/retry.py", line 399, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='acme-v02.api.letsencrypt.org', port=443): Max retries exceeded with url: /directory (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x1483b7300400>: Failed to establish a new connection: [Errno -3] Try again')) During handling of the above exception, another exception occurred: requests.exceptions.ConnectionError: HTTPSConnectionPool(host='acme-v02.api.letsencrypt.org', port=443): Max retries exceeded with url: /directory (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x1483b7300400>: Failed to establish a new connection: [Errno -3] Try again')) Please see the logfiles in /var/log/letsencrypt for more details. ERROR: Cert does not exist! Please see the validation error above. Make sure you entered correct credentials into the /config/dns-conf/cloudflare.ini file. cloudflare.ini hasn't been touched, but I re-verified the login / api info and it's still correct... any ideas?

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.