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.

mostlydave

Members
  • Joined

  • Last visited

Everything posted by mostlydave

  1. I'm having some trouble getting things up and running, I used this tutorial, but it seems a little out of date: https://cyanlabs.net/tutorials/the-complete-unraid-reverse-proxy-duck-dns-dynamic-dns-and-letsencrypt-guide/#comment-190 I ended up changing the ports in the docker config to 80 > 81 and 443 > 444 Here is my config file: upstream backend { server 192.168.1.2:19999; keepalive 64; } server { listen 444 ssl default_server; listen 81 default_server; root /config/www; index index.html index.htm index.php; server_name _; ssl_certificate /config/keys/letsencrypt/fullchain.pem; ssl_certificate_key /config/keys/letsencrypt/privkey.pem; ssl_dhparam /config/nginx/dhparams.pem; ssl_ciphers 'ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-DSS-AES128-GCM-SHA256:kEDH+AESGCM:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA:ECDHE-ECDSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA256:DHE-RSA-AES256-SHA256:DHE-DSS-AES256-SHA:DHE-RSA-AES256-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:AES:CAMELLIA:DES-CBC3-SHA:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!aECDH:!EDH-DSS-DES-CBC3-SHA:!EDH-RSA-DES-CBC3-SHA:!KRB5-DES-CBC3-SHA'; ssl_prefer_server_ciphers on; client_max_body_size 0; location /sonarr { include /config/nginx/proxy.conf; proxy_pass http://192.168.1.2:8989/sonarr; } location /radarr { include /config/nginx/proxy.conf; proxy_pass http://192.168.1.2:7878/radarr; } #PLEX location /web { # serve the CSS code proxy_pass http://192.168.1.2:32400; } # Main /plex rewrite location /plex { # proxy request to plex server proxy_pass http://192.168.1.2:32400/web; } } whenever I try to access any of the apps by visiting mysubdomain.duckdns.org/radarr I get the "Welcome to our server" page. I'm not sure what I have wrong.
  2. I'm not sure what's going on, I had this setup and working, I don't use it often but the last time I tried I could not connect. I have a big red OpenVPN Server is NOT RUNNING message on the settings page, and not start server button
  3. I just remembered I am on the beta version6.4.0-rc8q, is 6.4 maybe what's causing this?
  4. root@Zelda:~# An error occurred, server not started!. More info in /var/log/openvpnserver.log or /var/local/emhttp/plugins/openvpnserver/openvpnserver.out -bash: !.: event not found root@Zelda:~# /var/run/openvpnserver is empty I'm thinking I might just remove the plugin and start over, I just remember it being a pain trying to get the cert on an iphone
  5. First Command: root@Zelda:~# ps -ef |grep openvpn root 23009 22337 0 11:44 pts/1 00:00:00 grep openvpn root@Zelda:~# root 23009 22337 0 11:44 pts/1 00:00:00 grep openvpn I am not seeing the .pid file in my appdata\openvpn folder
  6. I have the exact same thing you describe going on, did you ever figure this out?
  7. It's probably a device serial number (identification) issue. Remove the historical device and let it be found again. I have removed them, should a reboot be required to have them found? I am not seeing them after rescanning disks. That should work. It looks to me like unraid is not recognizing the disk. Try a couple things. 1) Remove the unassigned devices plugin and see if the drive in question shows up in the default unassigned devices tab. 2) On the command line 'ls /dev/disk/by-id/' and see if the drive in question is showing up. If it does not show up in either case, unraid does not recognize it. You were right! My sata controller card that I used for my VM SSDs kicked the bucket, it just did it sporadically. I'm now on your version of the plugin and 6.1.7 and everything is good. Thanks for the help!
  8. It's probably a device serial number (identification) issue. Remove the historical device and let it be found again. I have removed them, should a reboot be required to have them found? I am not seeing them after rescanning disks.
  9. The old plugin worded for me until I upgraded to 6.1.7, then my 2 SSDs used for VMs show as historical with missing status. Reverting unraid to 6.1.6 fixed the problem. I have uninstalled the old plugin, rebooted and installed the new one and I still have the same problem after the upgrade to 6.1.7, both SSDs show as historical with status as missing. Am I doing something wrong? Is there anything I can post to help troubleshooting?
  10. Thanks jonp! I actually found the original demonic audio post and enabled msi for my video card, but I didn't enable it for the audio device itself, that seems to have done the trick! I reccomend this tool from the instruction page for enabling MSI, it's way easier (and safer) than messing with the registry: Edit: Here is utility for switching MSI-mode http://www.mediafire.com/download/hr...i/MSI_util.zip
  11. I have had my windows 10 gaming VM setup and running great for several months. All of the sudden I'm having audio issues. I'll watch a couple youtube videos or start to play a game and my audio stutter/slows down like it's in slow motion. The only changes I have made recently are cranking up the ram dedicated to the VM, I've got 24 GB installed with 16 going to this VM. Below is the XML, anyone have any ideas? <domain type='kvm' id='9' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'> <name>Aryll</name> <uuid>5105bd78-05d5-63e5-edcb-6d375bf1b7aa</uuid> <metadata> <vmtemplate name="Custom" icon="windows.png" os="windows"/> </metadata> <memory unit='KiB'>16777216</memory> <currentMemory unit='KiB'>16777216</currentMemory> <memoryBacking> <nosharepages/> <locked/> </memoryBacking> <vcpu placement='static'>6</vcpu> <cputune> <vcpupin vcpu='0' cpuset='2'/> <vcpupin vcpu='1' cpuset='3'/> <vcpupin vcpu='2' cpuset='4'/> <vcpupin vcpu='3' cpuset='5'/> <vcpupin vcpu='4' cpuset='6'/> <vcpupin vcpu='5' cpuset='7'/> </cputune> <resource> <partition>/machine</partition> </resource> <os> <type arch='x86_64' machine='pc-i440fx-2.3'>hvm</type> </os> <features> <acpi/> <apic/> </features> <cpu mode='host-passthrough'> <topology sockets='1' cores='6' threads='1'/> </cpu> <clock offset='localtime'> <timer name='rtc' tickpolicy='catchup'/> <timer name='pit' tickpolicy='delay'/> <timer name='hpet' present='no'/> </clock> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>restart</on_crash> <devices> <emulator>/usr/bin/qemu-system-x86_64</emulator> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/disks/ssd1/Aryll/vdisk1.img'/> <backingStore/> <target dev='hdc' bus='virtio'/> <boot order='1'/> <alias name='virtio-disk2'/> <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/tmp/VM Installation Media/Rescue.iso'/> <backingStore/> <target dev='hda' bus='ide'/> <readonly/> <boot order='2'/> <alias name='ide0-0-0'/> <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/tmp/VM Installation Media/virtio-win-0.1.105.iso'/> <backingStore/> <target dev='hdb' bus='ide'/> <readonly/> <alias name='ide0-0-1'/> <address type='drive' controller='0' bus='0' target='0' unit='1'/> </disk> <controller type='usb' index='0'> <alias name='usb'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/> </controller> <controller type='pci' index='0' model='pci-root'> <alias name='pci.0'/> </controller> <controller type='ide' index='0'> <alias name='ide'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/> </controller> <controller type='virtio-serial' index='0'> <alias name='virtio-serial0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </controller> <interface type='bridge'> <mac address='52:54:00:4a:fb:44'/> <source bridge='br0'/> <target dev='vnet0'/> <model type='virtio'/> <alias name='net0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> </interface> <serial type='pty'> <source path='/dev/pts/0'/> <target port='0'/> <alias name='serial0'/> </serial> <console type='pty' tty='/dev/pts/0'> <source path='/dev/pts/0'/> <target type='serial' port='0'/> <alias name='serial0'/> </console> <channel type='unix'> <source mode='bind' path='/var/lib/libvirt/qemu/channel/target/Aryll.org.qemu.guest_agent.0'/> <target type='virtio' name='org.qemu.guest_agent.0' state='connected'/> <alias name='channel0'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> <memballoon model='virtio'> <alias name='balloon0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/> </memballoon> </devices> <qemu:commandline> <qemu:arg value='-device'/> <qemu:arg value='ioh3420,bus=pci.0,addr=1c.0,multifunction=on,port=2,chassis=1,id=root.1'/> <qemu:arg value='-device'/> <qemu:arg value='vfio-pci,host=02:00.0,bus=root.1,addr=00.0,multifunction=on,x-vga=on'/> <qemu:arg value='-device'/> <qemu:arg value='vfio-pci,host=02:00.1,bus=root.1,addr=00.1'/> <qemu:arg value='-device'/> <qemu:arg value='vfio-pci,host=00:14.0,bus=root.1,addr=00.2'/> </qemu:commandline> </domain>
  12. An official app with some basic stats and controls would be amazing!
  13. I'm having no luck with the system temp, should installing the plugin also install the sensors-detect script? I don't have it on my flash so I'm unable to detect any sensors.
  14. This has been working great for me, today I rebooted my unraid server and added some memory to my VM. After making those changes the edits were gone from my go file and from the VM's XML. Any idea why that disappeared? I'm assuming that this doesn't need to be done with every reboot.
  15. Thanks for the tutorial, it's working great for me. One thing I did notice is that the VM I created with the GUI already had the code from hint one in the beginning of the XML.
  16. I had this this exact same problem on my ASRock H97M Pro 4. I couldn't get any thing to pass through until I added an old GPU in my primary PCI-E slot. My CPU has no onboard video. Did you end up leaving the old GPU in? I didn't try removing it and starting the VM, but I have a feeling it won't work without the old one in place for unraid to use.
  17. I got this working by installing an older GPU in the first PCI slot and putting the 750 in the second slot. That worked right away and I was able to pass through a usb controller as well. Do you need at lease one card installed for unraid if your board doesn't have onboard video?
  18. The only option I see is to change primary display adapter, there are no on board graphics since my CPU doesn't support it. I can start the server with the hdmi from the gtx 750 showing boot up and then the unraid console, but as soon as I start my VM the monitor goes into power saving mode. I'm going to grab a spare video card tomorrow and see if it behaves any better with a primary card for unraid.
  19. I've just setup a new Windows 10 VM on my server with the following hardware: ASRock - C216 WS Xeon CPU E3-1270 V2 HVM: Enabled IOMMU: Enabled NVIDIA GeForce GTX 750 Ti My Window 10 VM runs fine with the graphics card set to VNC, and will even run with audio set to NVIDA device. If I switch the graphics card to the 750 and It puts the monitor into power saving. I do not think my CPU has onboard video, is this causing a problem since unraid is using it for the console?
  20. A fix is on the way. Thanks!!
  21. Any change on getting whatever was changed in the latest NZBGet update rolled back? I'm getting the same Error: 404
  22. The original version you posted worked for me, I did the update that was available I think yesterday and all of my settings got wiped and It's not seeing clients even after redoing the config, any ideas?
  23. Here's the project page http://sourceforge.net/projects/slackers/files/etherwake/ And a direct link to latest 64bit for unRAID 6 http://sourceforge.net/settings/mirror_choices?projectname=slackers&filename=etherwake/etherwake-1.09-x86_64-5cf.txz Install the package then run from the command-line with the mac of the computer you want to wake. etherwake 00:11:22:33:44:55 I could make a plugin easily so you could add several computers to a list. I may just do that anyway. That would be amazing! I am able to openvpn into my server from anywhere, but my router will not play nice with WOL packets, a plugin with a gui list is exactly what I'm looking for!
  24. I'd like to be able to send a WOL packet to another PC on my local network from my unraid server, is anyone aware of a plugin or docker that could enable this?

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.