ledfortr

Members
  • Posts

    53
  • Joined

  • Last visited

Everything posted by ledfortr

  1. here is where everything is my appdata is /mnt/user/appdata the backup file is /mnt/user/appdata/CA_backup.tar What command would I type to untar and replace the appdata path?
  2. The backup is saved as a .tar, do I need to untar it then copy? I ended up copying the whole tar file over to appdata.
  3. 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?
  4. Hi All, My cache drive was running out of space, it was around 80% utilized and I decided to add in another drive and create a pool in single (jbod) mode. I followed instructions in one of spaceinvaders vids. The existing cache drive is 256gb, new drive is 500gb. Everything went find with the balance command once I added the new drive and I spot checked some dockers and a VM to make sure all was good. I discovered last night that my plex image was failing. I tried to reinstall the image, the image successfully was reinstalled, however, the same problem occurs. I have attached the diags from the server, let me know if there is something that sticks out that I can fix. Thanks for the help galactus-diagnostics-20200201-0929.zip
  5. 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.
  6. 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?
  7. 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!
  8. what I like: the hypervisor capability what can be worked on: support for more RAID cards, more capabilities for the different VM's you can run such as ability to run next gen firewalls easily.
  9. 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>
  10. 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'
  11. 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!
  12. Hey all, i just upgraded my key for unraid. I got the email that my existing key bumped up to the next level. How do I get those changes to reflect in unraid? I tried to reapply my key and j ust got an error. Do I need to reboot?
  13. 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?
  14. 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?
  15. 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?
  16. I can connect to the app remotely using the microsoft vpn software. It authenticates fine. Where would I find the VPN_Enabled setting?
  17. 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.
  18. Yeah, I have tried cache/cookies clearing. I think I will wait a couple more days for feedback prior to laying down a new unifi.
  19. Hey all, I went in Unifi to update my access points after I was made aware of an update only to find that I was not able to get into the webUI from the docker interface. Everything else is working well on unRaid. I open the webUI for unifi and it gives the certificate error it always does, after I bypass the error, then just times out. I rebooted the docker, deleted/reapplied docker, changed IP, verified on my router that there were no IP issues and even rebooted the server. I have installed a few things since I last went into the Unifi controller - binhex-deluge-VPN (Bridge), OpenVPN (host), and pihole (br0 to my unraid server). I am not using the VPN and pihole when I try to connect. Something strange has started to happen though, I turned off all the dockers (Plex, sonarr etc....) and now when i try to go to the webui of the only running docker, the certificate error doesn't even pop up, i just get an indication from chrome that it's "loading...." on the title bar. I also tried turning off my windows security essentials and firewall on my PC I'm using to connect to unifi. I'm baffled. Thanks all, Tom
  20. Hi All - I have an r710 and my 6 drive bays are full. I wanted to also use the onboard SATA to get another drive hooked up. So my plan is to get an optical caddy and a gp703 cable and tie it into the motherboard. The optical caddy only fits 2.5" drives and the only 2.5 inch drive I have is my cache SSD. Will the system recognize the move to the new port and not have to be reconfigured or will i have to rebuild the system? The cache drive is currently connect to an h200 controller. Thanks for the help!
  21. Has anyone had a chance to consider a solution?