Jump to content

Ashashaneil

Members
  • Posts

    10
  • Joined

  • Last visited

Posts posted by Ashashaneil

  1. 16 hours ago, Ashashaneil said:

    No download when using cdn:

    
    wget https://unraid-dl.sfo2.cdn.digitaloceanspaces.com/unraid-api/dynamix.unraid.net.txz
    --2021-07-26 16:08:35--  https://unraid-dl.sfo2.cdn.digitaloceanspaces.com/unraid-api/dynamix.unraid.net.txz
    Resolving unraid-dl.sfo2.cdn.digitaloceanspaces.com (unraid-dl.sfo2.cdn.digitaloceanspaces.com)... 205.185.216.42, 205.185.216.10
    Connecting to unraid-dl.sfo2.cdn.digitaloceanspaces.com (unraid-dl.sfo2.cdn.digitaloceanspaces.com)|205.185.216.42|:443... 

     

     

    So since the CDN is not working for me, is there any other option? Can I modify the plg file and update the url with CDN in it?

  2. 1 hour ago, ljm42 said:

     

    Please open a web terminal and type:

    
    mkdir /tmp/x
    cd /tmp/x
    wget https://unraid-dl.sfo2.cdn.digitaloceanspaces.com/unraid-api/dynamix.unraid.net.txz
    ls -al
    
    mkdir /tmp/y
    cd /tmp/y
    wget https://unraid-dl.sfo2.digitaloceanspaces.com/unraid-api/dynamix.unraid.net.txz
    ls -al

     

    and copy/paste the results of it all here. If your network is open, these wget commands should only take a second or so. 
     

     

     

     

    Contents of '/tmp/y':

    drwxrwxrwx  2 root root    60 Jul 26 16:10 ./
    drwxrwxrwt 16 root root   340 Jul 26 16:09 ../
    -rw-rw-rw-  1 root root 20496 Jul 21 20:12 dynamix.unraid.net.txz

     

    Output of wget:

    wget https://unraid-dl.sfo2.digitaloceanspaces.com/unraid-api/dynamix.unraid.net.txz
    --2021-07-26 16:10:05--  https://unraid-dl.sfo2.digitaloceanspaces.com/unraid-api/dynamix.unraid.net.txz
    Resolving unraid-dl.sfo2.digitaloceanspaces.com (unraid-dl.sfo2.digitaloceanspaces.com)... 138.68.32.225
    Connecting to unraid-dl.sfo2.digitaloceanspaces.com (unraid-dl.sfo2.digitaloceanspaces.com)|138.68.32.225|:443... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 20496 (20K) [application/octet-stream]
    Saving to: ‘dynamix.unraid.net.txz’

     

    No download when using cdn:

    wget https://unraid-dl.sfo2.cdn.digitaloceanspaces.com/unraid-api/dynamix.unraid.net.txz
    --2021-07-26 16:08:35--  https://unraid-dl.sfo2.cdn.digitaloceanspaces.com/unraid-api/dynamix.unraid.net.txz
    Resolving unraid-dl.sfo2.cdn.digitaloceanspaces.com (unraid-dl.sfo2.cdn.digitaloceanspaces.com)... 205.185.216.42, 205.185.216.10
    Connecting to unraid-dl.sfo2.cdn.digitaloceanspaces.com (unraid-dl.sfo2.cdn.digitaloceanspaces.com)|205.185.216.42|:443... 

     

  3. 1 hour ago, ljm42 said:

     

    Hmm, I just did an uninstall/reinstall to confirm everything is working.

     

    Are you on a restricted network of some kind?

     

    Try going to Settings -> Network settings and set your DNS servers to 8.8.8.8 and 8.8.4.4.

     

    Hi ljm42,

    Thanks for the quick response. I do have a pi-hole deployed but I have had any DNS issues so far. Just to be safe, I stopped Docker and VM Manager and changed the DNS Servers to google servers. The install still hangs up on downloading "dynamix.unraid.net.txz".

     

    Any other suggestions?

  4. I am unable to install the MyServer plugin.

     

    Output of the Install Plugin screen:

    plugin: installing: https://s3.amazonaws.com/dnld.lime-technology.com/unraid-api/dynamix.unraid.net.plg
    plugin: downloading https://s3.amazonaws.com/dnld.lime-technology.com/unraid-api/dynamix.unraid.net.plg
    plugin: downloading: https://s3.amazonaws.com/dnld.lime-technology.com/unraid-api/dynamix.unraid.net.plg ... done
    Downloading API. Please wait…
    plugin: downloading: https://unraid-dl.sfo2.cdn.digitaloceanspaces.com/unraid-api/dynamix.unraid.net.txz ...

     

    Entry in the log

    root: plugin: creating: /boot/config/plugins/dynamix.my.servers/dynamix.unraid.net.txz - downloading from URL https://unraid-dl.sfo2.cdn.digitaloceanspaces.com/unraid-api/dynamix.unraid.net.txz

     

    The install did create "config\plugins\dynamix.my.servers" and I can see a "dynamix.unraid.net.txz" but it is at 0KB. It has been over 15min already with no change.

     

    Is there another way to install the plugin? I have tried the Community Apps and the manual process where I try to install using the URL:

    https://s3.amazonaws.com/dnld.lime-technology.com/unraid-api/dynamix.unraid.net.plg

     

  5. On 12/21/2020 at 4:04 PM, Ashashaneil said:

    When I am in my NextCloud UI, it shows that v18.0.2 is available in Stable channel. However, LinuxServer shows v20.0.3-ls111 is the latest release. When I run the command "docker exec -it nextcloud updater.phar", it also shows the latest version as v18.0.2. So what am I missing?

    Anyone have any ideas on how I can upgrade from v18 to the latest version?

  6. On 4/6/2020 at 4:43 PM, clockwrkz said:

    @BeerEngineer I just changed Container Variable: STRICT_PORT_FORWARD to no for DelugeVPN and problem solved on my end.

      

    Hi Guys,

    I was having the same issue. IN my configuration, I am using Binhex-DelugeVPN as a proxy server for my Sonarr and Radarr. My PIA server is set to CA TORONTO (look in /appdata/binhex-delugevpn/openvpn for a .ovpn file). It seems CA TORONTO stopped working couple of weeks ago. 

     

    The recommended solution is to change to another server that support port forwarding. I am currently using "DE Berlin.ovpn" with "STRICT_PORT_FORWARD  = YES" and it works just fine. Other people have reported success with other European servers - DE Frankfurt, Sweden, Swiss, etc.

     

    If you look at Q10 and Q11 in Binhex's VPN FAQ, Binhex recommends changing the PIA's endpoint rather than setting "STRICT_PORT_FORWARD = no". It also describes how to change the endpoint.

     

    Enjoy!

×
×
  • Create New...