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.

1812

Members
  • Joined

  • Last visited

Everything posted by 1812

  1. take a look at this:
  2. Current does not equate to RC/beta versions. Current pertains to stable versions. But I have updated that text to reflect that since there seems to be confusion.
  3. the second will be listed as de[recated once the stable version comes out, thanks to you!
  4. She's selling a service to set it up for you.
  5. you will have to ask in this thread, as I don't maintain the script.
  6. try setting up a syslog server and it might capture any errors that occur right before it power cycles.
  7. I had an 8th gen ML350p with 2 rx580's, 2 10gbe cards, 2 hba's, and 1 gt 710 for Plex. (and maybe something else, I don't remember) The 2 rx580's went to a Macos vm plus a 10gbe solar flare card. Passthrough was fine once the RMRR issue was solved. Switching to legacy doesn't really affect anything in your setup/use. As I mentioned before I remember the onboard quad being a bit finicky. I think I disabled mine altogether since the server was on 10gbe. That doesn't help you much unless you get an aftermarket card.
  8. we'll try some troubleshooting/digging around try switching to legacy mode and boot with the 4 nics. make sure to disable UEFI in bios as well as an option. see if it works. change acs override to both in the vm manager and reboot. this shouldn't matter, but then try to start the vm with just 1 of the nics. the newer bios won't fix the rmrr issue. HP doesn't care about older hardware. the newer bios were essentially for spectre, etc... you may just have to get a quad intel nic and not use the onboard if it doesn't want to play nice.
  9. for some reason I'm unable to view your syslog... I can't unzip it. not sure why. Are you using the onboard raid controller? A long time ago I ran into problems with it even being enabled causing issues when trying to also use onboard networking. are you booting in legacy mode?
  10. check for this if that's not it, then post your full diagnostic files
  11. If you're using the internal display output, I can't really advise that. But you should try to bind whatever graphics device you want to use under tools>system devices to start. If you bork the vm and get the "guest not initializing display", make a new vm with the same settings/disk (don't delete your old disk when removing the old vm afterwards.)
  12. It's generated by HP's server management system iLO.
  13. Off the top of my head, no. You would have to ask @ich777 if there is a way to support this (unless I overlooked something in the configuration page of the plugin.) There is a section for beta builds, so it may be possible.
  14. do they show up in the raid controller menu/configuration? Also post your complete diagnostics zip.
  15. Do any of the cards show in the bios on that riser? if not, its possibly a faulty riser board. try swapping the 2 cards on the other one on to this one
  16. Could be a mismatch between boot options on the server and unpaid (legacy vs UEFI). Check bios and try a different setting. Could also be a usb thumb drive issue. I'd start by eliminating variables. Make a backup copy of your usb, wipe it, then use the unRaid USB creator tool to make a new install. Set boot option in bios to legacy and check if it boots. if so, do it a few times. If it keeps working, then re-download your license.
  17. look in your logs to see if the following appears Device is ineligible for IOMMU domain attach due to platform RMRR requirement. Contact your platform vendor. if so, this is the fix:
  18. there is now also an option to compile unraid via the kernel helper docker with the hpsahba patch. I've used it and it worked without issue. But obviously it's not persistent through upgrades.
  19. I was having the same issue on a new build. My dual sapphire 580's worked fine Catalina and a previous Big Sur vm I made a year ago. But no joy with this. I did the following: Updated OpenCore to the latest Made sure the GPU and sound were on the same bus/slot Updated Lilu and Whatevergreen Made sure my on-card performance switch was to the right (top) . Some places say to the left works, but those are mainly Hackintosh and not vm. But I get no signal with it to the left and to the right worked previously. Was only using DisplayPort to view (HDMI is not currently supported) Used my previously self-dumped 580 bios Make sure you have a Mac defined in open core that could use a gpu like a Mac Pro or possibly the latest iMac Pro. I then played around and booted the vm with vnc as the primary and GPU secondary. Display in vnc worked but the card was not properly listed in the vm. it only knew it as an AMD something, and no output. So, I took a wild shot and moved my GPU to the same bus assignment as the VNC viewer (and removed the vnc viewer). I was able to see the OpenCore selection menu on the screen, and it booted normally. I don't know which one's of the above specifically fixed it but I know to get my sapphire rx580's to work I had to have that change in my xml. <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x11' slot='0x00' function='0x0'/> </source> <rom file='/mnt/cache/domains/vbios/580.dump'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0' multifunction='on'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x11' slot='0x00' function='0x1'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x1' multifunction='on'/> </hostdev> if you end up with a conflict on slot 2, then change to slot 3 or higher. I don't show sound available, but that's ok for now. hope this helps!
  20. do you have 2 processors installed?
  21. I've tried searching but can't find anything relevant. Has anyone gotten Wireguard to work on unraid using untangle as a router? Yes, I know untangle has it as an app, but I'm not interested in paying 250 a year for the functionality. If I use pfsense, wireguard works as expected with almost not modifications. Using it with untangle only gives me server access even when remote tunneled access is selected. And if I create a rule to bypass all apps for the Wireguard subnet, still no joy.... I feel like I'm missing one setting somewhere but dont know what it is. --- edit putting my laptop in the subnet that Wireguard uses allows access to all devices on the lan across subnets but no internet access, even when changing DNS from local to something like 1.1.1.1
  22. I use the following script that loads via user scripts plugin at the start of the array: #!/bin/bash nvidia-smi -pm 1 makes my gt 710 go to P8 reliably when not used by plex.
  23. IIRC, when directly hooked up to the cages, yes, when run through an expander, no.
  24. modified the original post to make it clearer. It should go under menu default

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.