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.

6.8 Release Candidate

Featured Replies

Would @limetechor anyone else in the know comment on whether a 6.8 release candidate will only be released once the SQLite issue is resolved?

 

im eagerly awaiting 6.8 for the performance issue resolution now confirmed for this version. The SQLite issue has luckily never impacted me. It sounds like a nightmare issue though!

  • Community Expert

It will be release soon™ and I believe users experiencing the SQL issue will be asked to try it, since there are changes to the md driver, also a much newer kernel, etc.

2 hours ago, johnnie.black said:

It will be release soon™ and I believe users experiencing the SQL issue will be asked to try it, since there are changes to the md driver, also a much newer kernel, etc.

correct

Hope it includes a fix/bandaid for the amd reset bug which is driving me insane.

Just now, glennv said:

Hope it includes a fix/bandaid for the amd reset bug which is driving me insane.

Give me a link to that plz.

38 minutes ago, limetech said:

Give me a link to that plz.

I assume they are talking about AMD's BIOS issues in AMD GPU's that don't fully reset when passed through to a VM that shuts down / reboots. Underlying unraid needs to be rebooted to cycle the GPU. This has been around for a while, and I think was deemed an AMD issue.

 

 

Edited by cybrnook

This is the patch I added:

 

diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c
index 10684b17d0bd..6ee986b44655 100644
--- a/drivers/pci/quirks.c
+++ b/drivers/pci/quirks.c
@@ -3433,6 +3433,14 @@ DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_ATHEROS, 0x0033, quirk_no_bus_reset);
  */
 DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_CAVIUM, 0xa100, quirk_no_bus_reset);

+/*
+ * Radeon RX Vega and Navi devices break on bus reset. Oi...
+ * This is *not a real workaround* - disabling bus reset
+ * for your GPU may have unintended consequences.
+ */
+DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_ATI, 0x687f, quirk_no_bus_reset);
+DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_ATI, 0xaaf8, quirk_no_bus_reset);
+
 static void quirk_no_pm_reset(struct pci_dev *dev)
 {
        /*

 

great stuff !!!

Looking forward to the final version.  Cant test the rc's as have multiple zfs pools running and zfs plugin need to first support the next release before i can move ahead.

But again great to hear you guys are on the top of it as always. Moving into the unraid world has been an extremely satisfying and landscape transforming experience for me. 

Edited by glennv

  • Author
2 hours ago, limetech said:

correct

Thanks to @limetech and @johnnie.black for weighing in. Very much looking forward to the RC's when soon™ arrives. Hopefully it also fixes the SQLite corruption for the portion of the community it affects as well who have been/are affected by the performance issues documented thoroughly elsewhere were delighted to hear that 6.8 solves that particular issue.

 

we all await it's release to give it a thorough going over!

Just now, dgreig said:

when soon™ arrives

About an hour ago ;) 

  • Author
32 minutes ago, Squid said:

About an hour ago ;) 

I have a broken foot and all I want to do is dance! Thanks to @limetech and everyone in the beta test programme for their hard work. It really is appreciated 

Archived

This topic is now archived and is closed to further replies.

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.