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.

ledfortr

Members
  • Joined

  • Last visited

Everything posted by ledfortr

  1. That was fast! Trying now. Thanks
  2. I still have the V1, i didn't realize there was an update. I am having issues restoring from backup. My server had a cache drive problem and crashed mid way through a recovery and it pretty much wiped out a bunch of dockers, my vm's etc... I do have a backup that I'm trying to deploy from last monday and I see it in the location it should be and the restore tab says "No backup settings have already been defined. You must set those settings before you are able to restore any backups". It says 'no backup sets found', however I can see one right there and I pulled it off the server to confirm validity and its all good. Is there a way to force CA backup to recognize the backup set so I can continue on?
  3. It's set to single. I just discovered the my plex dock is also messed up. I can reinstall it fine but I can't get to plex.
  4. Now I'm having a different issue. I expanded my cache drives to include another disk in jbod. That all went well and everything is functioning outside of macinabox. I got to a point where I was just going to start from scratch with the macinabox docker and I can't delete it or the VM. I get 'server execution error'. Thoughts?
  5. I was able to get my ram/cpu settings pushed through, all is good there. However, when I boot it up, sometimes it goes into MAC recovery mode. Is there something I need to do to the xml to bypass that? It essentially goes to the installation screen where you hit enter to boot to the MAC recovery. Thanks!
  6. Installed catalina, followed the video exactly. I started the vm after changing the CPU count (and deleting the line from the instructions) and display got very strange. See attached. Also, here is my xml <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'> <name>MacinaboxCatalina</name> <uuid>f8886d0e-54c1-40e3-8d04-a69b4fdb1c8a</uuid> <description>MacOS Catalina</description> <metadata> <vmtemplate xmlns="unraid" name="Windows 10" icon="/mnt/user/domains/MacinaboxCatalina/icon/catalina.png" os="Catalina"/> </metadata> <memory unit='KiB'>4194304</memory> <currentMemory unit='KiB'>4194304</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>16</vcpu> <cputune> <vcpupin vcpu='0' cpuset='0'/> <vcpupin vcpu='1' cpuset='12'/> <vcpupin vcpu='2' cpuset='1'/> <vcpupin vcpu='3' cpuset='13'/> <vcpupin vcpu='4' cpuset='2'/> <vcpupin vcpu='5' cpuset='14'/> <vcpupin vcpu='6' cpuset='3'/> <vcpupin vcpu='7' cpuset='15'/> <vcpupin vcpu='8' cpuset='4'/> <vcpupin vcpu='9' cpuset='16'/> <vcpupin vcpu='10' cpuset='5'/> <vcpupin vcpu='11' cpuset='17'/> <vcpupin vcpu='12' cpuset='6'/> <vcpupin vcpu='13' cpuset='18'/> <vcpupin vcpu='14' cpuset='7'/> <vcpupin vcpu='15' cpuset='19'/> </cputune> <os> <type arch='x86_64' machine='pc-q35-3.1'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/f8886d0e-54c1-40e3-8d04-a69b4fdb1c8a_VARS-pure-efi.fd</nvram> </os> <features> <acpi/> <apic/> </features> <cpu mode='host-passthrough' check='none'/> <clock offset='utc'> <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/local/sbin/qemu</emulator> <disk type='file' device='disk'> <driver name='qemu' type='qcow2' cache='writeback'/> <source file='/mnt/user/domains/MacinaboxCatalina/Clover.qcow2'/> <target dev='hdc' bus='sata'/> <boot order='1'/> <address type='drive' controller='0' bus='0' target='0' unit='2'/> </disk> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/user/domains/MacinaboxCatalina/Catalina-install.img'/> <target dev='hdd' bus='sata'/> <address type='drive' controller='0' bus='0' target='0' unit='3'/> </disk> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/user/domains/MacinaboxCatalina/macos_disk.img'/> <target dev='hde' bus='sata'/> <address type='drive' controller='0' bus='0' target='0' unit='4'/> </disk> <controller type='sata' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/> </controller> <controller type='pci' index='0' model='pcie-root'/> <controller type='pci' index='1' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='1' port='0x10'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0' multifunction='on'/> </controller> <controller type='pci' index='2' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='2' port='0x11'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x1'/> </controller> <controller type='pci' index='3' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='3' port='0x12'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x2'/> </controller> <controller type='pci' index='4' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='4' port='0x13'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x3'/> </controller> <controller type='virtio-serial' index='0'> <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/> </controller> <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> <interface type='bridge'> <mac address='52:54:00:d9:02:d1'/> <source bridge='br0'/> <model type='e1000-82545em'/> <address type='pci' domain='0x0000' bus='0x01' slot='0x00' 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='1'/> </input> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <graphics type='vnc' port='-1' autoport='yes' websocket='-1' listen='0.0.0.0' keymap='en-us'> <listen type='address' address='0.0.0.0'/> </graphics> <video> <model type='qxl' ram='65536' vram='65536' vgamem='16384' heads='1' primary='yes'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0'/> </video> <memballoon model='virtio'> <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/> </memballoon> </devices> <qemu:commandline> <qemu:arg value='-usb'/> <qemu:arg value='-device'/> <qemu:arg value='usb-kbd,bus=usb-bus.0'/> <qemu:arg value='-device'/> <qemu:arg value='isa-applesmc,osk=***********'/> <qemu:arg value='-smbios'/> <qemu:arg value='type=2'/> <qemu:arg value='-cpu'/> <qemu:arg value='Penryn,kvm=on,vendor=GenuineIntel,+invtsc,vmware-cpuid-freq=on,+pcid,+ssse3,+sse4.2,+popcnt,+avx,+aes,+xsave,+xsaveopt,check'/> </qemu:commandline> </domain>
  7. You can telnet to any port, provided you specify it in the command as an argument. If the port is available, the screen will just turn black. If the port is not available, it'll fail. This is also in space invaders vid on it if you want to see an example. Its a great way to test ports being opened. I am using http to validate the cert. My ISP does not block 80. I am not testing the port from outside my firewall. I am going directly to the port of the container to verify it is responding. It does not appear to be an issue with my firewall or my ISP because I am going directly to it. What config are you looking for? Should I take screenshots of the container settings? PS. To show how I am testing, use telnet to connect to a known port on your unraid server. example "telnet 192.168.1.2 32400" , if you can reach that port from the device you are telnetting from, the screen goes black, that means the connection is established. Is there is no connection at that port, it was simply say 'could not open connection to host, on port 9999: connect failed'
  8. Hey all - I following spaceinvader one's guide to setting this up and I'm struggling with a couple of issues. I have my own domain and a few subdomains setup. I set up the ports and port forwarding exactly as SI did in the video. When I start the docker, I am getting the error that the "Cert does not exist! Please see the validate error above. The issue may be due to incorrect dns or port forwarding..." Up above, it references "some challenges have failed". I tested internally to see if I could telnet to the ports and it fails. It's not a router/port forwarding issue (at least i don't think). I set the http and https to the same numbers that SI used (180 and 1443). When I try to telnet into those ports locally, I get an error "could not open connection to the host, on port 180: Connect failed". The same thing happens for 1443. I followed the instructions and set 'yes' to the preserve user defined networks setting and restored docker. I created a terminal window and did "docker network create proxynet" and assigned that network to the container config. To me it seems as though unraid isn't forwarding the request over to the correct container. Is there anything else I can do to troubleshoot? I'm at a loss. Thanks all!
  9. Based on the spaceinvaderone video, Netherlands is on the list. I kept using a bunch of different profiles until i found one that worked. Sweden worked for me. Another question - once I have pia setup in unraid, is it useful to configure the Proxy config from within deluge? Or is that like have a vpn within a vpn?
  10. Thanks for that. I checked and everything appears to be in order. After some further digging, I was able to get to the webui by turning off VPN_Enabled. So I guess it's something i'm doing wrong there. I have PIA, I loaded the netherlands openvpn profile into appdata\... Are there any instructions on how to setup the VPN piece? I followed SIO to the t including signing up for PIA. Any suggestions or instructions to help?
  11. Hi all, I just tried to access the webui on my unraid box. I get "the site cannot be reached" error. I'm using 8112 as the web gui and I haven't changed anything. I just switched to PIA and setup a new account. username and password are correct and I am still getting page cannot be reached. I followed the SIO video and set everything up in alignment with that, including using the netherlands vpn profile. Any suggestions?
  12. I can connect to the app remotely using the microsoft vpn software. It authenticates fine. Where would I find the VPN_Enabled setting?
  13. Hi all, I just tried to access the webui on my unraid box. I get "the site cannot be reached" error. I'm using 8112 as the web gui and I haven't changed anything. i can VPN into the docker without a problem. I looked through the last few pages of comments and can't tell if the suggestions would solve my problem. Everything is functioning well on unraid outside of this. I am new to unraid so if you have suggestions, if you could explain where I need to get the log or run a command etc... generally, I can find it.

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.