Jump to content

chillr

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by chillr

  1. Had a party Friday night and was disappointed that Roon couldn't go for more than a couple of hours before playback issues occurred. Restarting the docker fixed things as usual.

     

    Today I got a chance to have a look at things and noticed the roonserver docker was using 21GB of ram which lead me to this post that may be related: https://community.roonlabs.com/t/memory-leak-in-roon-see-staff-post/145321/88?page=5

     

    FYI - on restarting the docker it consumes 1.4GB of ram and continues to creep up.

     

  2. 17 hours ago, Snorf said:

    It looks like that is the me opening and closing Roon on my PC, LOL. 

     

    But i still have the problem of it seems like every 50 minutes i have a stutter stop then it starts again on its own.  I will keep investigating,  This never happened before and now I have to figure it out.  Maybe someone else has the answer or where to look.  We will see.  If I ever figure it out I will post here for the next person that has this issue.

     

    Snorf

     

    I noticed the same stuttering you describe a few times, the last was in the weekend. It was during a 96khz Qobuz track and at the time I put it down to an internet streaming related issue. Have never had an issue playing back music from my local library (44.1 - 192khz).

     

     

  3. On 11/21/2021 at 8:50 AM, binhex said:

    this is interesting, the warning you are seeing is out of date leading me to think ive either not rebiult the image with my latest changes or you are not up to date and havent pulled down the latest image. whichever it was to ensure the latest image is built i have triggered a build, please pull down and re-test.

    Thanks for looking into it.

     

    I checked & found my installed binhex/arch-privoxyvpn docker version was 7 months old for some reason - strange as I only installed it for the first time last week (on two different Unraid machines as well - both grabbed the old version) .

    binhex/arch-privoxyvpn              latest            sha256:62829fd90130a29e48320faacc9c0ffc249a0cc1e13a56a4699652f2e00e684e   818db7544137   7 months ago    685MB

     

    Anyway, forcing a check for updates in the Unraid Docker GUI page found the latest version which I installed and tested - works well as you describe.

  4. FYI - temporary work around I'm using to get microsocks to run without requiring authentication is to edit the /home/nobody/microsocks.sh file from the container console and remove the following entries:

     

    -u "${SOCKS_USER}" -P "${SOCKS_PASS}"

     

    Then restart the container.

     

    Would probably need to be done each time the container is edited / updated. 

  5. On 9/14/2021 at 8:12 PM, binhex said:

    that is already implemented, set values for SOCKS_USER and SOCKS_PASS to empty string.

     

    Hi there, regarding socks5 without authentication - is this confirmed as still working?

     

    With the empty strings passed i get this in the container logs:

    2021-11-15 16:20:27.768499 [info] ENABLE_SOCKS defined as 'yes'
    2021-11-15 16:20:27.788122 [warn] SOCKS_USER not defined (via -e SOCKS_USER), defaulting to 'no'
    2021-11-15 16:20:27.806554 [warn] SOCKS_PASS not defined (via -e SOCKS_PASS), defaulting to 'no'

     

    But then testing to the microsocks server with no credentials using curl i get an error:

    chillr@CH-R5:/mnt/c/Users/chillr$ curl --socks5 10.10.1.110:9118 www.google.com
    curl: (7) No authentication method was acceptable. (It is quite likely that the SOCKS5 server wanted a username/password, since none was supplied to the server on this connection.)

     

    However passing the container default microsocks credentials (admin/socks) in the same curl request works?

    chillr@CH-R5:/mnt/c/Users/chillr$ curl --socks5 admin:[email protected]:9118 www.google.com
    <!doctype html><html itemscope="" itemtype="http://schema.org/WebPage".....

     

×
×
  • Create New...