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.

cybrnook

Members
  • Joined

Everything posted by cybrnook

  1. Also confirming I am using a B50, and it's working fine as of RC1 (and now also on RC2). At least for VM rendering using VirtIO(3D) as well as transcoding against docker containers. I am guessing user is assuming it will just work. You still need to do the basics of passing /dev/dri through as a device to your containers.
  2. I think the below is what you were asking. fTPM is TPM built into the CPU (AMD)
  3. I believe it represents the versions of "Connect" that is installed on the Unraid box, at least last reported. Checking mine, I am on the latest version "2025.12.19.2020" and in Connect mine is also showing as blank. Perhaps a bug in the current version.
  4. Apologies, marking this as solved for anyone else maybe having this issue. Seems it's an issue with the "ZFS Master" plugin and the latest releases of unraid. @Iker Removing ZFS master allows the "main" tab to function properly again. Noticed someone else now also mentioned this in the ZFS Master thread: https://forums.unraid.net/topic/122261-plugin-zfs-master/page/28/#findComment-1584670 Again, sorry for the noise but will leave this for anyone else maybe seeing the same thing. @Squid Plugin might need to be marked as broken for the time if it's no longer being supported, which seems it may be the case.
  5. @elibosley noticed an issue with connect (tested on Chrome and Brave) that when the connect icon is pressed while on the "Main" tab it disappears and the formatting in the header seems to shift a bit. If I switch to any other tab (Dashboard or Shares) clicking the Connect icon work as expected. Uploading a video to show what I am seeing. I first noticed this on 7.2.0, but could have been there longer, and have since upgraded to 7.2.2 and seems to have been there over the past few Unraid connect releases as well, before and after USB backups not working as expected. Unraid_Connect_Button_Main.mp4
  6. Backup issue has been solved in the latest version of unraid connect.
  7. Not trying to be difficult on my part by any means, but can you confirm this is actually an acknowledged issue? I saw you mentioned in the other thread that you "think" it was, but that was a few a weeks ago. Just doing my part reporting issues.....
  8. Like I mentioned in my first post, "similar to this, but not quite exactly matching". I am not stating that backups are not happening, which is what is being said there. Two different issues.....
  9. I have a seen a few topics in here similar to this, but not quite exactly matching. Since the 7.2.0 Beta and RC, and now the subsequent release if 7.2.0 I have noticed that when looking at the flash backup status page, the status wheel just continually spins. It appears that the backups are/have happened, but the status wheel just keeps spinning..... I have noticed this behavior on both of my unraid systems. @elibosley maybe you have an idea? theark-diagnostics-20251031-1005.zip
  10. Apologies, you're absolutely correct. It all looks the same after a while as I just see it as all being part of the unraid core team.
  11. One small issue I've noticed, even during the RC's is that the flash backup icon never stops spinning though connect shows current flash backups. I see this on both of my systems. Backups seem current though
  12. looks like Memcached has moved to a hardened image. https://hub.docker.com/r/bitnami/memcached setting the repo to: bitnamisecure/memcached:latest and the registry URL to: https://hub.docker.com/r/bitnamisecure/memcached gets it going again on the new image it seems, FYI.
  13. Thanks for this. At first I was sad as you are already stating, I saw the error message again during upgrade. But then it clicked that it was still using the older logic one more time..... and I assumed that NEXT update should be clean. Thanks for driving that point home.
  14. @Rysz Thanks for carrying Nut forward, it is an excellent UPS tool and it's hard to think of Unraid without it, so thank you. I had a question I wanted to run by you, and it may just be noise in the logs... but something that has always irk'd me is whenever I update the plugin I see the verbose log as the update happens in Unraid, and I always see this: Executing hook script: pre_plugin_checks Checking for other installed NUT versions... Making sure all existing NUT services are stopped (before install/upgrade)... WARNING: WARNING: The NUT installation script was not able to stop all NUT services gracefully. WARNING: IN CASE OF PROBLEMS, please REBOOT YOUR SYSTEM to complete any upgrades. WARNING:I took a look at the code you're running on shutdown prior to update: echo "Making sure all existing NUT services are stopped (before install/upgrade)..." if [ -x /etc/rc.d/rc.nut ]; then if ! /etc/rc.d/rc.nut stop >/dev/null 2>&1; then echo "WARNING:" echo "WARNING: The NUT installation script was not able to stop all NUT services gracefully." echo "WARNING: IN CASE OF PROBLEMS, please REBOOT YOUR SYSTEM to complete any upgrades." echo "WARNING:" fi killall nut-poller >/dev/null 2>&1So you're checking if /etc/rc.d/rc.nut exists and if it does then you run /etc/rc.d/rc/nut stop and check to see if it's return code $1, got it. So on my system when I manually stop Nut, I get this: root@TheArk:~# /etc/rc.d/rc.nut stop Writing NUT configuration... Updating permissions for NUT... Checking if the NUT Runtime Statistics Module should be enabled... Enabling the NUT Runtime Statistics Module... Stopping the NUT services... Network UPS Tools upsmon 2.8.4 release Network UPS Tools upsdrvctl - UPS driver controller 2.8.4 release Can't open /var/run/nut/snmp-ups-CyberPower.pid: No such file or directory Can't open /var/run/nut/snmp-ups-auto.pid either: No such file or directoryAnd because of the two lines at the end I end with a return code 1, not 0 even though Nut has stopped. So I decided to look a little more this morning. Overall, I have a Cyberpower UPS that I use an RM Card to connect to, so Unraid is a slave connection to the RM Card over the network. I made sure this morning that the driver being used is snmp-ups (was usbhid-ups prior) though I think the driver isn't really at fault here. If I look inside /var/run/nut when Nut is running, all I have is upsmon.pid. Is there a way to suppress these warnings/errors on shutdown so I get a clean return code $0?
  15. Had no idea. Thanks for helping explain to me.
  16. Just want to say thanks for continuing to maintain this awesome plugin! Just started using external volumes as well as backup groups and it just works! Thanks. EDIT: FYI Your Paypal donate link is broken in the settings page of the plugin (https://www.paypal.com/donate/?hosted_button_id=KE7Z3KLEEY484)
  17. I don't think the no internet issue has anything to do with realtek nic's, for example my system is using 10Gb nics that are Intel, and is affected.
  18. Love your plugin, thank you. Just wanted to see if you put anymore though into updating the styling now that 7 is at beta 4? Trivial for sure, but a small continual annoyance. Assuming it maybe fell off the radar.
  19. ROFL, and so you did. I see that now 🙂 Obviously you're well aware then.
  20. @SimonF for the clipboard error, yes agreed and I think I got an error/warning similar to that when I tried to make my first snap on a VM where I had clipboard functionality enabled (as I normally had done in the past, so didn't think much of it). The head scratcher I had was trying to decipher what the warning/error was telling me and equating it to having to disable the clipboard. That's where google came in handy. I didn't realize that warning was put in by you and not just a generic one being provided from the subsystem. This is that link I found that pointed me to the clipboard. Seems it was a known issue, but perhaps abandoned for a fix? https://gitlab.com/qemu-project/qemu/-/issues/1380 For the spacing, would be greatly appreciated at least for verbose folks like myself who run in debug mode 🙂
  21. Side note, I modified manually the snapshots.db file for my EnGenius Fitcon VM as an example and removed the parenthesis as well as minimized my spacing to a single space in the "desc": and that brought the formatting back in. (Browser is Edge Chromium): Maybe something as simple as wrapping in ' ' instead of " " ? 🤷‍♂️
  22. @SimonF In poking around with the crashing VM issue, I deleted a few VM's and made some new ones. I am on a full ZFS system, and all VM's have/had snapshots taken. 2 x VM's that I deleted and removed still have remnants in /etc/libvirt/qemu/snapshotdb: Is this expected and is it safe to manually delete them? Two of those folders no longer exist as a VM (so I assume the snap shots must be gone as well, right?). Another thing, I noticed weird spacing issues on the VM snapshot names. I used regular spaces and parenthesis and got lots of white space it looks like. And finally, while I have you 🙂 I'm sure you're already aware, but the ability to snapshot breaks if you enable clipboard functionality. I had previously found a bug report online for it somewhere, seems like someone picked it up and then it went silent.
  23. Been poking at this for about a week now. Spun up a new VM about a week ago based on the latest Ubuntu 24.04 and every day or so the VM would stall/freeze and I would have to force shutdown and reboot it. Thinking it might be the Ubuntu release, I recently now spun up a Mint VM (based on latest Ubuntu) and am seeing the same issue. Only with Mint I got some logging in my display that I could capture. Some quick google searching for *error* failed to allocate vram bo , I am finding quite a few hits with others having the same issue. Only problem is the solution for them in those instances is to change the virtual display driver from QXL to VirtIO and in looking in Unraid VirtIO is not an option, only Cirrus which has dismal performance. I've tried changing from VNC to SPICE for the console protocol, but no real help as long as the driver is QXL. Figured I would raise this up the flag. theark-diagnostics-20241003-1605.zip
  24. Still got some classics from when I first started 🙂

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.