Jump to content

Mark G

Members
  • Posts

    10
  • Joined

  • Last visited

Posts posted by Mark G

  1. 16 hours ago, binhex said:

    2 things to check:-

     

    1. go to unraid docker web ui, left click sonarr and select 'edit' then top right click on 'basic view' toggle to turn it on to 'advanced view', then check the 'repository' it should be set to 'binhex/arch-sonarr' if it has a colon and then some value then you are hard set to a particular tagged image, remove the colon and the value after it.

    2.  go to unraid docker web ui, click on top right click on 'basic view' toggle to turn it on to 'advanced view' then click on 'force update' link.

     

    this should sort you out, and to answer your question, no i would not expect an old CA plugin to block updates to docker images.

    Awesome, Thank you.

  2. On 3/19/2024 at 7:52 AM, guythnick said:

     

     Also getting the same error when adding a show or when the application refreshes info.  Did you ever find a fix for this?

     

    DEBG 'sonarr' stdout output:
    [Error] X509CertificateValidationService: Certificate validation for https://skyhook.sonarr.tv/v1/tvdb/shows/en/403294 failed. RemoteCertificateChainErrors 
    
    
    [v3.0.4.1126] System.Net.WebException: Error: TrustFailure (Authentication failed, see inner exception.): 'https://skyhook.sonarr.tv/v1/tvdb/shows/en/403294' ---> System.Net.WebException: Error: TrustFailure (Authentication failed, see inner exception.) ---> System.Security.Authentication.AuthenticationException: Authentication failed, see inner exception. ---> Mono.Btls.MonoBtlsException: Ssl error:1000007d:SSL routines:OPENSSL_internal:CERTIFICATE_VERIFY_FAILED
      at /build/mono/src/mono/external/boringssl/ssl/handshake_client.c:1132
    ...

     

     

    I have the same issue. something is broken

     

     

  3. Hi All,

     

    Seem to be getting the following error! this filling up my log file.

     

    Apr 18 09:42:14 STD nginx: 2023/04/18 09:42:14 [crit] 5422#5422: ngx_slab_alloc() failed: no memory Apr 18 09:42:14 STD nginx: 2023/04/18 09:42:14 [error] 5422#5422: shpool alloc failed Apr 18 09:42:14 STD nginx: 2023/04/18 09:42:14 [error] 5422#5422: nchan: Out of shared memory while allocating message of size 8683. Increase nchan_max_reserved_memory. Apr 18 09:42:14 STD nginx: 2023/04/18 09:42:14 [error] 5422#5422: *2581515 nchan: error publishing message (HTTP status code 500), client: unix:, server: , request: "POST /pub/update2?buffer_length=1 HTTP/1.1", host: "localhost" Apr 18 09:42:14 STD nginx: 2023/04/18 09:42:14 [error] 5422#5422: MEMSTORE:00: can't create shared message for channel /update2

     

    Does anybody know how to fix this?

  4. On 4/7/2023 at 8:26 AM, E-ManN said:

     

     

    did you add the  NZBGET container port  8989  to nordVPN containr ?

     

    this is my setting for deluge in nordVPN container...

     

    image.thumb.png.6e0041bcfb43a9723bc33205e0b27c45.png

     

    in nodrvpn docker click add port ... make sure you select port from the drop down box and then put 8989 in the value for nzbget conatiner port.  restart nordvpn container .. then restart nzbget container.  Then try to see if it works.

     

    image.thumb.png.b684d9b6af9b920b30b6a32b1ed3c434.png

     

    I don't know if nzbget uses both TCP & UDP as I do not use this app.

     

    image.png.b20eaa23d692ad6ad4b97d16b5222833.png

     

     

    hope this helps ... I'm still a noob so don't know much about nzbget.

     

    I have the same issue, if you set nzbget to bridge without using NordVPN it works fine, it's seem's like the port information add to NordVPN for nzbget is not working properly. Does anyone have any idea how to set this up so it works?

  5. On 4/4/2023 at 11:48 PM, E-ManN said:

    thank you guillelopez ! ... i got it working again with https://hub.docker.com/r/tmknight88/nordvpn/

     

    steps ...

    - uninstalled and removed image for bunbuntu NordVPN container. 

    - went into CA and searched for NordVPN ... scroll down until you see nordvpn tmknight88

    - install with default settings

    - stop the nordVPN container

    - edit the container and swtich to advanced view

    - configured as follows ...

           - Extra Parameters:    --cap-add=NET_ADMIN --cap-add=NET_RAW

           - Network Type:    Bridge

           - Console shell command: Shell

           - CONNECT: canada        var was already in template ... just entered canda for canada server

           -  added the following Variables & ports

           - TECHNOLOGY: (Variable)         OpenVPN
           - DNS: (Variable)            1.1.1.1,8.8.8.8 + the IPs for my domain DNS servers as my unraid server is                a member of my domain
           - NET_LOCAL: (Variable)        192.168.1.0/24
           - binhex-deluge: (port)        8112
           - TOKEN: (Variable)    <my NordVPN token I generrated within my NordVPN account>

     

    did not have to change  binhex deluge setting as the net container net route is still the same in the extra parameters settings ...

     

    extra parameters: --net=container:nordvpn-1

     

    now when I run the NordVPN console and check status for this nordVPN container I do not receive new update is available.  WOOHOO current !

     

    #nordvpn status                    returns ...

     

    # nordvpn status
    Status: Connected
    Hostname: ca1509.nordvpn.com
    IP: 37.19.212.112
    Country: Canada
    City: Toronto
    Current technology: OPENVPN
    Current protocol: UDP
    Transfer: 31.78 KiB received, 33.20 KiB sent
    Uptime: 13 seconds

     

    and enter curl ifconfig.io to check adapter IP is not my router WAN IP, it's Nord's server IP. 🙂

     

    # curl ifconfig.io
    86.48.14.118

     

    and final check  ... the IP listed in deluge system tray is ..

     

    image.thumb.png.eadcde3217b325a795c959cc2f44c4f1.png

     

     

    I hope this helps others as I had a hell of a time getting this to work  again.  It was not just repointing in my case.

     

    I'm still a noob but learning each update.    lol

     

     

     

     

     

     

    Thanks for the info, but nordvpn no longer appears in my Apps, so how do I reinstall?

  6. Hi All, not sure why I'm getting this error, my log file is filling up with this    

     

    Increase nchan_max_reserved_memory.
    Mar 22 04:40:02 STD nginx: 2023/03/22 04:40:02 [error] 5238#5238: *5724215 nchan: error publishing message (HTTP status code 500), client: unix:, server: , request: "POST /pub/notify?buffer_length=1 HTTP/1.1", host: "localhost"
    Mar 22 04:40:02 STD nginx: 2023/03/22 04:40:02 [error] 5238#5238: MEMSTORE:00: can't create shared message for channel /notify
    Mar 22 04:40:04 STD nginx: 2023/03/22 04:40:04 [crit] 5238#5238: ngx_slab_alloc() failed: no memory
    Mar 22 04:40:04 STD nginx: 2023/03/22 04:40:04 [error] 5238#5238: shpool alloc failed
    Mar 22 04:40:04 STD nginx: 2023/03/22 04:40:04 [error] 5238#5238: nchan: Out of shared memory while allocating message of size 4162.
    [11:32 AM]
    can anyone help me to fix this issue?

×
×
  • Create New...