ED209

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by ED209

  1. Hi all, hoping someone can point me in the right direction.  I'm loving the Deluge docker and it's working great except the plugins.  I use the AutoAdd plugin and it works fine.  The issue i'm having is that every time I login to the web interface I have to go to settings and enable the plugin as the checkmark for the plugin is gone.   Am I doing something wrong?  how do I make it so the setting is saved and stays on at all times?

     

    any help anyone can provide will be appreciated.

     

    thank you

     

     

  2. No just using the stable version.  Tried the DEV version still same problem.  ERR_CONNECTION_REFUSED

     

    Using OpenVPN provider: PIA
    Starting OpenVPN using config Switzerland.ovpn
    Setting OPENVPN credentials...
    adding route to local network 192.168.86.0/24 via 192.168.86.1 dev eth0
    RTNETLINK answers: File exists
    Tue Oct 27 20:40:47 2020 OpenVPN 2.4.7 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on May 27 2020
    Tue Oct 27 20:40:47 2020 library versions: OpenSSL 1.1.1c 28 May 2019, LZO 2.10
    Tue Oct 27 20:40:47 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
    Tue Oct 27 20:40:47 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]212.102.36.166:1198
    Tue Oct 27 20:40:47 2020 UDP link local: (not bound)
    Tue Oct 27 20:40:47 2020 UDP link remote: [AF_INET]212.102.36.166:1198

     

     

    Are there other logs I should be checking out to see what is going on?

  3. Is anyone else having issues reaching the WEB UI.  Not sure what happened the docker has been working for Months and last week it stopped working.  I don't know where to begin.   I see this in the container log 

     

    Setting OPENVPN credentials...
    adding route to local network 192.168.86.0/24 via 192.168.86.1 dev eth0
    RTNETLINK answers: File exists

     

    when I attempt to access the interface I get ERR_CONNECTION_REFUSED

     

    Any help would be appreciated.

     

    thank you

  4. On 3/7/2020 at 8:37 AM, Leoyzen said:

    6.8.3 is out, here is the new kernel and some tweaks:

    1. Add Vega Reset Patch
    2. Add Navi Reset Patch
    3. Enable NFSv4 in kernel(God damned, we finally get nfsv4 to work)
    4. Add R8125 out tree driver.
    5. AMD onboard audio/usb controller flr patch, you can now passthrough them.
    6. Provide two version (linux-5.5.8 and linux-4.19.108) in case of bug. Notice that the linux-4.19.108 version still don't have AMD Zen 2 suppport.

    For those who want to use NFSv4:

    NFSv4 have some change compared to v2/v3, it must have root share and the nfs-utils/unRaid can't handle it well for now.You must add this script to UserScript Plugin triggered when array start:

    
    #!/bin/bash
    # Add NFSv4 root
    echo '"/mnt/user/" -async,no_subtree_check,fsid=0 *(sec=sys,rw,insecure,anongid=100,anonuid=99,all_squash,crossmnt)' >> /etc/exports
    # Load configuration
    exportfs -ra
    # Tunning
    mkdir -p /var/lib/nfs/v4recovery
    sed -i 's@/usr/sbin/rpc.nfsd 8@/usr/sbin/rpc.nfsd 32@g' /etc/rc.d/rc.nfsd
    # Restart Services
    /etc/rc.d/rc.nfsd restart

    And if you have trouble mount nfsv4, you can specify mount vers=3 on client.

     

    6.8.3-4.19.108.zip 13.03 MB · 24 downloads 6.8.3-5.5.8.zip 13.31 MB · 42 downloads

     

    Hello,

      I have loaded your compiled kernel onto my 6.8.3 server in an attempt to correct the Audio/USB pass through on my Asus Tuf X570 Gaming.   Everything seems ok, computer boots and I get the console logon with the server IP displayed, however the web UI interface is not accessible.    Not sure what is going on, I'm hoping someone can point me in the right direction.

     

    My System:  Asus TUF Gaming X570-Plus / Rizen 3900x

     

    I have attached my syslog in the hopes someone can pin point why this thing wont work.

     

    Thank you in advance

    syslog-03-26.txt

  5. Hello All, fairly new to Unraid and loving it!   I just built a new server and i'm looking to passthrough my GTX 1080ti to a VM I would like to use for Gaming.  I have a secondary Video card in the system for Unraid to use and free up the 1080..   What I cant figure out is how to force Unraid to bind to the second video device and free up the 1080?

     

    Any help anyone can provide in pointing me to instructions will greatly be appreciated.

     

    thank you.