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.

ashman70

Members
  • Joined

  • Last visited

Everything posted by ashman70

  1. I know I am running a release candidate, just curious however why SMBD is running at 100% CPU?
  2. Thanks Squid, the did the trick.
  3. I recently had to switch to a different unRAID server as my main unRAID server. For whatever reason, the Downloads folder where a few apps download files has permissions issues. The share is set to public and one user is setup with read write. When an app like Sonarr or Radarr downloads a file into a sub folder of Downloads, I am unable to delete it. I did just notice that enhanced Mac OS interoperability is not enabled in SMB settings, could this be part of the issue, I am on a Mac.
  4. It's not an issue per se, I am just asking if I swap my motherboard. everything should remain the same, which it should, thanks.
  5. Currently I have a cache pool consisting of one 2.5' SSD and on onboard NVme drive. The 2.5' SSD is 500GB and the NVMe is 1TB. If I had to swap my motherboard. how would I break the cache of would I just leave it? Or would I move the contents of the cache to the array, then copy it back once the motherboard was completed? Assuming the replacement drive has an NVMe slot where I can install my 1TB drive.
  6. Let's say I am replacing my parity drive with a larger one, and party is re syncing. All of a sudden the power goes out, but I have my server on a UPS with 5 minutes of run time left If I pause the party sync before the server shuts down, then, when power is restored and the server boots backup, can I resume the parity sync from where I paused it, or would I have to restart the party sync all over again? My guess, is I would have to start all over again.
  7. Got it working, thanks for the very helpful thread.
  8. Thanks, but how do I remove the Nvidia integration with Plex first? I assume I have to do that before shutting down my server and removing my P2000?
  9. Hello, I am currently running Plex on a server with an Nvidia P2000 and it has been running great for years. I am looking to downsize my setup and replace my dual CPU motherboard and P2000 with a smaller motherboard utilizing intel Quicksync. How would I go about doing that in terms of removing the Nvidia integration in my Plex docker? All the media locations will remain the same, my concern is removing all the Nvidia entries, and then I believe I would need to reload Plex with a non Nvidia integrated version?
  10. The las few days I've been getting this error message pop up in Sabnzb: The server replied with an unexpected error code (other than a refusal of a recipient). Is this an old problem that has returned or a new one? Is there a way to make it go away? Ive cleared my browsers cache, tried a different browser, I still get the error, I am on a Mac.
  11. How do I do this? "passthrough all the components of the gpu with a proper topology (multifunction with same bus/slot different function)"
  12. Strange thing is that this worked in the past with the exact same hardware.
  13. Definitely strange. Today I powered up the host, and again since the VM is set to autostart, it started and came up on the display. As a test, I reboot the VM, and sure enough, no display on reboot. Seems the only way to get the the display of the VM on the monitor is to reboot the unRAID server.
  14. Yes I did. I had the host powered down, I powered it up, the VM was set to auto start, and it started, and it came up on the monitor. There were some pending windows updates, I installed them and it rebooted and I lost the display again.
  15. I have setup a new Windows 10 VM, I am passing through the following devices: GTX 1060 3GB video card Intel Audio Two USB devices. If I reboot my unRAID server with the VM set to auto start, it starts up and I get the display of my VM on the monitor that is connected to the DVI port on the 1060. Everything works as it should. If I do windows updates, and reboot the VM, I lose the display and the USB devices, at least the keyboard does not appear to be connected. What could be causing this? <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm'> <name>Windows 10</name> <uuid>7d7e1b12-e6c4-5e98-18ae-46001b2f909e</uuid> <description>Gaming</description> <metadata> <vmtemplate xmlns="unraid" name="Windows 10" icon="windows.png" os="windows10"/> </metadata> <memory unit='KiB'>16777216</memory> <currentMemory unit='KiB'>16777216</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>2</vcpu> <cputune> <vcpupin vcpu='0' cpuset='0'/> <vcpupin vcpu='1' cpuset='1'/> </cputune> <os> <type arch='x86_64' machine='pc-i440fx-5.1'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/7d7e1b12-e6c4-5e98-18ae-46001b2f909e_VARS-pure-efi.fd</nvram> </os> <features> <acpi/> <apic/> <hyperv> <relaxed state='on'/> <vapic state='on'/> <spinlocks state='on' retries='8191'/> <vendor_id state='on' value='none'/> </hyperv> </features> <cpu mode='host-passthrough' check='none' migratable='on'> <topology sockets='1' dies='1' cores='2' threads='1'/> <cache mode='passthrough'/> </cpu> <clock offset='localtime'> <timer name='hypervclock' present='yes'/> <timer name='hpet' present='no'/> </clock> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>restart</on_crash> <devices> <emulator>/usr/local/sbin/qemu</emulator> <disk type='file' device='disk'> <driver name='qemu' type='qcow2' cache='writeback'/> <source file='/mnt/user/domains/Windows 10/vdisk1.img'/> <target dev='hdc' bus='virtio'/> <boot order='1'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/Windows 10/Win10_2004_English_x64.iso'/> <target dev='hda' bus='ide'/> <readonly/> <boot order='2'/> <address type='drive' controller='0' bus='0' target='0' unit='0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/virtio-win-0.1.173-2.iso'/> <target dev='hdb' bus='ide'/> <readonly/> <address type='drive' controller='0' bus='0' target='0' unit='1'/> </disk> <controller type='usb' index='0' model='ich9-ehci1'> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x7'/> </controller> <controller type='usb' index='0' model='ich9-uhci1'> <master startport='0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0' multifunction='on'/> </controller> <controller type='usb' index='0' model='ich9-uhci2'> <master startport='2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x1'/> </controller> <controller type='usb' index='0' model='ich9-uhci3'> <master startport='4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2'/> </controller> <controller type='pci' index='0' model='pci-root'/> <controller type='ide' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/> </controller> <controller type='virtio-serial' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </controller> <interface type='bridge'> <mac address='52:54:00:90:6c:be'/> <source bridge='br0'/> <model type='virtio'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> </interface> <serial type='pty'> <target type='isa-serial' port='0'> <model name='isa-serial'/> </target> </serial> <console type='pty'> <target type='serial' port='0'/> </console> <channel type='unix'> <target type='virtio' name='org.qemu.guest_agent.0'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> <input type='tablet' bus='usb'> <address type='usb' bus='0' port='3'/> </input> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x01' slot='0x00' function='0x0'/> </source> <rom file='/mnt/user/isos/1060.rom'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x00' slot='0x1f' function='0x3'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x0461'/> <product id='0x4d22'/> </source> <address type='usb' bus='0' port='1'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x413c'/> <product id='0x2105'/> </source> <address type='usb' bus='0' port='2'/> </hostdev> <memballoon model='none'/> </devices> </domain>
  16. Today I noticed my windows 11 VM had some updates, went to run the updates and got this message: My mother board on this system is a Gigabyte Z370 HD3 which should support TPM 2.0 I believe I have enabled it in the BIOS Is there a way to pass it through to this VM I am running unRAID 6.8.2 on this server.
  17. Thanks I am doing that now
  18. Ok so I moved my appdata and other data off my failing cache drive, replaced the drive and then moved everything back. When I start docker none of my containers are there, is this normal? Should I restore my appdata backup or just add my containers back?
  19. That would be correct. This thread can be moved to general support.
  20. I have installed the plugin only just about an hour ago. My dockers are not running, does this affect the plugin?
  21. Looks like my backup completed, it is currently verifying. I will be getting a replacement 2TB drive (original was 2TB) and putting it in tonight. What are the steps to restore? I've read some posts that say once the new cache drive is in and docker is running, to re download my docker apps, start them, then stop them, then to delete anything in appdata, then restore my appdata backup? Is this correct?
  22. Recently I have had issues with my otherwise rock solid server. After some investigation is appears my cache drive has errors. I don't have an appdata backup but I am going to try and see if I can get one now. I recently moved Plex to its own SSD. Any suggestions on what I can do if I can't get an appdata backup? tower-diagnostics-20210805-1506.zip
  23. Thank you for your help, I was able to figure it out.
  24. "Container side must be the same as well" Do you mean in the app itself or in the docker settings?
  25. Thanks, I figured out how to post the docker run commands. I am still having the issue.

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.