Linguafoeda

Members
  • Posts

    224
  • Joined

  • Last visited

Posts posted by Linguafoeda

  1. 12 minutes ago, bmartino1 said:

    I run a Plex server like this the past 5 years... using the latest tags and have had no issues sharing my library between 3 plex users and a revers proxy for public ip to lan access.

     

    image.thumb.png.013b925fa0abd9a6bb57feb4f729f0cb.png

     

    image.png.bbb999ec698cbcc9e4db4fa2e6aac0c5.png

     

    If you don't specify a tag its default to stable RC latest.

    image.png.d998907fa296999cd1f3b7eef840489f.png

     

    Hmm interesting, i wonder why my lscr container with LATEST tag + plex/general/serverupdatesettings=PUBLIC is then using BETA 1.40.0.7775 instead of stable 1.32.8.7639.

     

    @Hoopster, what server version are you running with your DOCKER tag enabled? The entire reason i'm asking this is because of some sort of instability being caused in 1.40.7775.

     

    image.thumb.png.8e20ae45bb6d86cbe975e99cf8227308.png

  2. For people who are Plex Pass users, what VERSION setting are you using among the 4 options (DOCKER, LATEST, PUBLIC, specific-version)? I found out I'm on the most recent BETA (1.40.0.7775-456fbaf97) using the LATEST container variable even though my plex -> general -> server update settings set to "public". A plex employee recently commented that my recent server woes may be driven by a BETA issue in 1.40.0.7775-456fbaf97 affecting music libraries (I have ~50k+ of songs).

     

    If that is the case, (A) I want to roll back to the latest STABLE release and (B) two figure out if for future reference i stay on BETA or stable/public releases going forward. I do like to get the latest BETA features because Plex is genuinely my favorite thing ever, but i also don't want to run into a future scenario of Plex being able to take down my entire system. One thought i had around (B) was to stay on BETA (once they roll out the fix) but limit Plex's ability to utilize all my CPU/RAM resources presumably causing the crash by limiting CPU to 50% of my available cores and RAM usage to ~25% of my total system RAM. Curious others thoughts around this solution.

    • docker: Let Docker handle the Plex Version, we keep our Dockerhub Endpoint up to date with the latest public builds. This is the same as leaving this setting out of your create command.
    • latest: will update plex to the latest version available that you are entitled to.
    • public: will update plexpass users to the latest public version, useful for plexpass users that don't want to be on the bleeding edge but still want the latest public updates.
    • <specific-version>: will select a specific version (eg 0.9.12.4.1192-9a47d21) of plex to install, note you cannot use this to access plexpass versions if you do not have plexpass.

     

  3. On 1/12/2024 at 11:08 PM, Ether Wrangler said:

     

    The sudo command isn't working because that package is not in the image.  Also on my install I have not been able to find the netdata_random_session_id file.  I don't see this file in a quick google search either.  Can you post a link on what you are trying to do?

     

    For the second part, it looks like you have to change the alert settings via CLI.  You'll have to edit two files from inside off the netdata container's cli (one to change the alert's config, another to actually give netdata the settings to send the Discord notifications).  You'll also have to create a new webhook/bot in discord that will be used in that second file.  Let me know if this is something you want to look at and I can try to help you, but I saw in your other thread that you think you have the issue narrowed down to Plex.

     

     

    I would love to get netdata properly setup so i can monitor alerts in future. Right now i have no folder of netdata anywhere i can find to even begin to edit an alert file? What is step #1 to create the netdata appdata folder...is there a package i need to install besides https://hub.docker.com/r/netdata/netdata docker container i have installed?

     

    How do i get "netdata cloud" installed and working?

  4. On 1/11/2024 at 11:57 AM, Michael_P said:

     

    I'd start with large blocks of files, and narrow it down from there. Or maybe Tdarr's health check could work, too

     

    How do you limit Plex's RAM usage? It just crashed again last night. i feel i can safely say it's Plex causing unraid to crash, but now i want to troubleshoot and fix my plex install while i will be remotely away instead of having my server constantly crash. I also pinned the Plex container to only use CPU 4-7 / HT 12-15 

     

    image.png.a64c749d4c1b3b666e80af1982a62935.png

  5. 6 hours ago, Michael_P said:

     

    This suggests its a video file that can't be properly read. If you've added media before it started acting up, start by removing those files and/or examining them, and adding them back until you find the culprit.

     

    I posted in the plex forum to see how to trouble shoot this. I added a ton of different tv shows / movies so it would be very cumbersome to try test each and every one. Any idea of how to troubleshoot finding specifically the one that is throwing the error?

  6. Crashed again at 4:20am. This time i had PuTTY running TOP and it gave me the below last screenshot. So this might be plex related? Any idea how to further troubleshoot this?

     

    image.png.e25bda07c9b0072f8be736d10cbc1b8a.png

     

    I have re-followed the macvlan troubleshooting (https://docs.unraid.net/unraid-os/release-notes/6.12.4/#fix-for-macvlan-call-traces)

  7. Dumb question but I'm trying to connect my agent to Netdata, i logged in via GitHub and then it asks me to run the command below, which i tried in the netdata's own console. Nothing happens, it says "sh: 1: sudo: not found". I cannot find any sort of netdata folder in either /etc/ or /mnt/cache/appdata/. Where is this file location that i can use to enable this netdata cloud connection?

     

     

    $ sudo cat /var/lib/netdata/netdata_random_session_id
    
    Tip: Run the command and paste here the key it will give you. If the command doesn't work out of the box, locate the /var/lib/netdata/netdata_random_session_id file, open it in your favorite text editor, and copy it to your clipboard.

     

     

    Also separately - what steps do i need to follow to enable alerts for x% memory usage that can be sent to my discord server? I clicked on "Alerts" button up top -> Alerts Configuration -> System Memory Utilization -> clicked the singular line item twice until it shows up as a sidebar but i don't see anywhere to enable it / configure it / change it. I am a pretty big noob when it comes to some Unraid stuff so any dummy-guide to enabling this would be much appreciated (the reason i want to enable memory usage alerts is so i can track down what is causing my Unraid machine to hit 100% RAM usage and crash daily, see below)

  8. 4 hours ago, itimpi said:

    It would be possible write a script that checks memory usage using the linux 'free' command and set this to run regularly with the User Scripts plugin.  The 'ps' command might also be relevant if you want to monitor particular processes.  What you do when you detect a trigger level will be up to the script - although it could either write entries to the syslog, or alternatively raise a notification at the Unraid level.

     

    I would love to get an unraid notification (which then feeds to my discord). Do you have any idea how to setup the script?

  9. Does anyone know how to create a notification of memory usage at x%? I am trying to debug my server crashing and i haven't gotten much helpful responses so far across unraid forum / discord servers besides "turn off the app and see if it works". I unfortunately need to move apartments in 1 week so i need to desperately get this crash-free before i leave. I want to diagnose this and have an alert setup that when memory reaches 70%, 80%, 90%, i can quickly login and see via HTOP what is leaking.

  10. On 1/2/2024 at 4:57 PM, Houmi said:

    @Linguafoeda

     

    If you're behind CGNAT, you need a Commercial VPN with port forwarding or a VPS with your own VPN with port forwarding setup. Once you find that provider and setup port forwarding on their page. You have 3 options

     

    1) Setup VPN for the whole system on Unraid

    2) Setup VPN for the docker containers only on Unraid (a hassle to pass other containers through it because of port sharing)

    3) Setup VPN on a capable router that has port forwarding (I use a Glinet)

     

     

     

    @Houmi @dgaglioni so i called my ISP and had them give me a new IP address and now the IP address that shows up under the WAN IP of the main router is the same as the IP address of any device connected to that router (before they weren't matching per comment #1344275 above).

     

    so now https://www.duckdns.org/ is showing the same IP address of the router WAN IP. And when i try launch two of my active NGINX proxy manager apps i.e. https://emby.[SERVER].duckdns.org, it correctly works. success!

     

    What isn't working is my Wireguard VPN to be able to remote manage my server. When i connect to wireguard VPN on my iphone, it shows it "connected" but won't launch anything. DuckDNS is presumably working since that above emby link is now live (as well as my other one - https://tautulli.[SERVER].duckdns.org/). Do i need to reset up something in Wireguard to make this work? I tried both RTA and RATL on my iphone while connected to 5G to see if it works... no luck.

     

    EDIT: restarted server and it's working. Thank you all for the help!

     

     

  11. On 12/25/2023 at 12:30 PM, markc1986 said:

    Hey!

     

    Part of my issue was docker containers reliant on Java - Unifi Controller and UrBackup had to be removed!

     

    Hope that's helps!

     

    How would i begin to troubleshoot and figure out which one is causing this? Is there a troubleshooting step to figure this out before it crashes?

  12. 23 hours ago, Vr2Io said:

    You have many ARRS application and Plex, could you disable those and monitor crash or not ? If still crash, you may need disable docker service, the aim were identify does problem come from docker.

     

    Your system temperature in 6x degree, does this true or wrong sensors select ? ( It doesn't make sense as CPU temp in 7x degree only with 50% loading when system temp in 6x )

     

    I will try that in a few days. I may try roll back to 6.12.4 too. Should I just let my VM run and turn off Plex and ARRs. It would be odd that only I'm experiencing this (has it been posted elsewhere?) If it were related to one of those arr/Plex Dockers right?

  13. 7 hours ago, dgaglioni said:


    What about the WAN interface on your router? Does it shows the public IP as well?

     

    Are you sure your new ISP modem is in router mode?

     

    Isn't the TPLINK your WAN router, why google wifi would influence on your port forwards?

     

     

     

     

    I'm not using the TPLink anymore, that was the old router in the old apartment. I'm now using just the Google wifi pucks -> TPLink 24 port switch -> 2.5gbe Ethernet port on server.

     

    I checked my WAN IP for the Google wifi puck themselves and they don't match the IP assigned to the system.

     

    My server IP is 170.xx.xxx.79 while Google wifi is showing that the puck the server is hardwired to (via the switch) is 100.xx.xx.116. ipv6 is disabled. 

  14. I moved my server to a new apartment / new ISP and router and now am having serious issues with with it :( I moved it two days ago within a couple of hours last night, i noticed the web UI had frozen last showing the CPU pegged at 100% / temps in the 80s, the RAM usage skyrocketing from 48% to 97% and the entire GUI freezing. It required me to manually turn off the server unsafely (not sure what's called but a forced shutdown essentially). Then to make things worse, the mobo won't boot the USB device until I unplug the PSU and re-plug it in. this now happened again for 2nd time 24 hours later. I have no idea how to begin to troubleshoot this or what is causing this. I didn't have this issue 3 days ago when my server was sitting in another apartment, I'm extremely sad / frustrated given a lot of what i do is sitting on this now, unstable server. I typically run Plex, related *arr apps, downloading utilities, Windows 11 VM and some other random media-related things.

     

    I started off not being able to connect with wireguard down, nginx not working (see below thread i'm having issues with) and now my CPU/RAM is getting taken to 100% within 24 hours of use causing a crash...does anyone know what is happening here? I'm running 6.12.6 which has been running for a at least a few weeks now (and again, all was fine until 3 days ago).

     

    I got a notice last night from Fix Common Problems to (a) use the community apps 8125G realtek plugin so i installed that and (b) also fiddled around with something related to "macvlan" after being redirected to this link from FCP (https://docs.unraid.net/unraid-os/release-notes/6.12.4/#fix-for-macvlan-call-traces), where I did all the steps (I changed it to ipvlan, bonding was already on so no changes there, I turned bridging off, and I enabled "Host access to custom networks"). I don't have any logs from when the server crashd requiring a hard shut down, I can only see logs when i rebooted. Now IPVlan option is grayed out from my server setting too...i'm at loss of what to do.

  15. Hi all - I recently changed IP addresses, routers & ISP and now none of my DuckDNS / Wireguard / NGINX Proxy manager external sites are working. This has broken ability of accessing Emby (which I was accessing via SSL port forwarding), VPNing into Unraid with Wireguard and other functionality that used external access.

     

    I previously had the Ethernet plugged directly from my TPLink Archer router into the 2.5gbe eth0 port on my Mobo --> now have Google Wifi puck feeding into a TP-link TL-SG1024S 1GBe switch that then feeds into the same 2.5gbe port. I set up DHCP reservation on my new router To keep the same LAN IP (192.168.0.xxx) and then forwarded the exact same set of 4 ports I had on my old Archer Router (see below for port forwarding in old vs. new setup).

     

    I checked the external IPv4 shown on https://www.duckdns.org/domains and it matches the server external IP shown via the "curl ifconfig.me" command. I checked https://www.canyouseeme.org/ and put in my public IP address:8096 (i.e. the IP shown in duckDNS.org/domains + the port forwarding for Emby SSL), and it gives error: "Error: I could not see your service on xxx.xx.xxx.xx on port (8096), Reason: No route to host".

     

    I'm a bit confused how to properly troubleshoot this - is it most likely my Google Wifi is just not forwarding ports correctly? Or does anyone have any other tips on how to get VPN/wireguard/my other external accesses working again

     

    396035461_Screenshot2024-01-08153445.thumb.png.da5a59dd4076c590426aefd8b6acc7e3.png