deagle

Members
  • Posts

    46
  • Joined

  • Last visited

Posts posted by deagle

  1. I got PA-VM working with Q35-2.6, anything newer hangs at boot. PCI passthrough works as well, I used an old Intel quad PT and the interfaces are detected as e1000e. Looking to buy an ixgbe card for DPDK support. 

     

    Something to keep in mind, only the first virtio interface (mgmt) was detected so you may need to passthough. I tried rebooting a couple of times and it wouldn't recognize the other virtio NICs. There may be a troubleshooting step I missed but I was going to passthough anyway so I skipped that part.

  2. On 9/22/2018 at 5:43 AM, binhex said:

    In that case you should simply download the newer ovpn config file that includes the new encryption type and replace the one in /config/openvpn/

    Sent from my SM-G935F using Tapatalk
     

    I edited the config file as follows and it works! Thanks.

    cipher aes-128-gcm
    auth sha256
    ncp-disable

     

    • Like 1
  3. How do I prevent a container update from resetting my custom upstream DNS setting (internal router IP running Unbound)? I entered the IP in the template and I tried it three ways, with the second DNS server blank, repeating first IP, and deleting the variable. None worked ,the container started with an upstream DSN error and disabled the resolver and UI.

  4. On 6/19/2017 at 6:17 PM, robbiered said:

    On a Ryzen 7 1700 i am getting around 500mbit on 100% cpu with PIA (which is 1 core, OpenVPN is not multithreaded)

     

    It's unlikely that a 1700 is double the single core performance of a 3.2GHz Sandy Bridge so would it be safe to assume AES-NI is working?

  5. I just upgraded to gigabit internet and it turns out the openvpn process inside this container maxes out ~250 Mbit/s with 100% of one CPU core. When PIA starts supporting AES-GCM this should improve but in the meantime I'm inclined to upgrade to a CPU that supports AES-NI.

     

    OpenSSL 1.1.0e inside the container should automatically leverage AES-NI, can someone with AES-NI run a speed test and report back?

  6. On 3/29/2017 at 2:07 AM, saarg said:

     

    You will not have driver support for that card in unraid.

     

    Didn't think about Nvidia drivers in Unraid... and my i3 doesn't support VT-d for VM passthrough. Looks like I'm stuck with software transcoding unless I change motherboards.

  7. 10 hours ago, uldise said:

    What exact MB you have?

    i recommend to look at MB manual - if i remember correctly, you can't use iGPU on some SM boards(server ones ?) and SM even recommends using CPU without iGPU.

    I have the X9SCM with C204 chipset. Got it back when Microcenter were selling i3-2100s for $99 and they support ECC. Didn't consider quicksync at the time.

     

    By the looks of it the chipset locks out the iGPU. I might look into a cheap Nvidia card instead.

  8. I have a sandy bridge i3-2100 and /dev/dri is missing even after reboot with modprobe i915 added to the boot go file. Is my C204 Chipset blocking the iGPU from being detected? 

     

    lspci output shows:

     

    VGA compatible controller: Matrox Electronics Systems Ltd. MGA G200eW WPCM450 (VGA device on Supermicro server board)

     

    Is it possible to force detection of the intel GPU?

  9. Which PIA server are you using? I just tried your settings (unlimited connections, I always use unlimited speed) and I had no better results downloading ubuntu 15.10.

    nl.privateinternetaccess.com

     

    Just tested with ubuntu 15.10 with unlimited speed, and I got 9.0MB/s. I have seen 10MB/s with multiple torrents.

    width=200http://i.imgur.com/UpMD0bN.png[/img]

     

    How did you get it to run on Ubuntu? I just tried in a Ubuntu Server VM and I get the same permissions issue on /var/log/nginx as I did on OMV.

  10. Hey, since we couldn't write to /var/log/nginx I created a folder for it on the host (chowned to 1005:1000) and added the following adding the following to my docker run command to see what would happen:

     

    -v /docker/rutorrent/log:/var/log/nginx \

     

    With this it went further than before and the webui comes up but still not starting rtorrent correctly. Log included, maybe it can help. I'll likely be migrating to unRAID soon anyway.

     

    Thanks.

    supervisord.log.txt