Eric Allen

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Eric Allen

  1. Hello Binhex. Seems I need some help, and the FAQs don't cover it. I grabbed your delugevpn and I've been following SpaceInvaderOne's youtube video on how to set it up. I set VPN_ENABLES to yes and VPN_PROV to custom. I then found my provider's Netherlands opvn file and cert files (IVPN uses two: ca & client1) and copied them into the openvpn directory. However once I start the container and try to connect to web gui I get either "Unable to connect" or "The connection was reset" depending on the port tried. I tried disabling the VPN but the errors persist. Nothing looks out of the ordinary in the supervisord.log at debug level but I'm sure I'm missing something. Can you (Or anyone her for that matter) provide some guidance? supervisord.log
  2. I'm trying to install Ubuntu into a fresh VM container on unRAID v6.3.5. Everything goes ok until it gets to the point where it wants to install GRUB and spits out the error "unable to install GRUB on /dev/vda". Doing research on this issue I learn that not only is it a long standing issue (Since at least Ubuntu 12) but the error comes from when the virtual disk is not the first device. Looking at the XML I see the ISO is at /dev/hda and the virtual disk is at /dev/hdc: Simply swapping the dev value doesn't resolve the issue, and it was suggested on the unRAID Reddit forum that the address line also need to be modified. Which I unfortunately do not have any idea what to change. So my question is two fold: What should I modify in the above XML so the ISO and the virtual disks are properly swapped so (hopefully) Ubuntu will install grub, and how do I modify the underlying unRAID template for Ubuntu so future VMs don't need any changes?