Jump to content

Jochem

Members
  • Posts

    13
  • Joined

  • Last visited

Posts posted by Jochem

  1. 9 hours ago, JorgeB said:

    Would recommend trying with a different NIC, but can also be a network issue.

    Thanks for trying to help me out. After alot of hours of debugging i managed to pinpoint it to a faulty port on my router. Put my UTP cable in another port on the router and all problems resolved for some reason...

    Thanks once again!

    • Like 1
  2. 11 minutes ago, JorgeB said:

    You can update to v6.11.5 if you feel more comfortable.

    Currently updated to 6.12.2 , the same issue remains. Every time i flush the IP pool my Unraid reconnects for a brief moment.
    Even when i restart the server itself it won't let me connect, only after i flush the IP list.

  3. Hi all,

    Since a couple of days I'm having troubles reaching my Unraid server through out any connection (web / samba / ssh).
    This problem came out of nowhere, no updates done. I was just using plex on a docker container.
    Step I've took so far where below:

    - Reset my home router, full reset and checked all the network settings.

    - Disabled Docker on Unraid

    - Disabled VM's on Unraid

     

    The only thing that seems to solve it for a short time is when i flush the IP list on my router and all devices get a new IP. When i do this i can access Unraid for up to a minute before it loses connection once more.

    When it loses connection and i login to the machine physically and preform an 'ifconfig' i can see its still connected to the given IP address.

    I'm not sure what to do anymore since all other devices linked to my router seem to work fine without any troubles.

    Anyone have a clue on how to fix or even debug?

    Much thanks in advance!

    ryzen-diagnostics-20230706-0936.zip

  4. Dear,

    I'm having troubles setting up the new router with port forwarding, those might not be so much of an unraid issue but didn't know where to ask.
    I'm using unraid with SWAG, to make some unraid containers accessible from the outside. This used to work flawless on my first setup which was a router and modem in one machine (by my provider) and some port forwarding. I recently installed a new router, setup the port forwarding on that one, but i can't seem to be able to connect to any ports.
    See the specs below.

     

    MODEM: Telenet DOCSIS 3.1 WIRELESS
    Lan ip: 192.168.1.1

    Wan ip: 84.195.xxx.xxx
     

    Router: Asus RT-AX89X

    Lan ip: 192.168.0.1 (Different subnet)

    Wan ip: 192.168.1.201

     

    Unraid IP: 192.168.0.2

     

    I currently only use the modem to get my internet connection and then route the modem to my router for the port forwarding (192.168.1.1 -> 192.168.0.1)
    Can anyone please point me in the right direction.

    If needed more info feel free to ask, hope some one can help me since networking is not my strong suite.

    Kind regards

    portfor.JPG

  5. 7 minutes ago, ich777 said:

    Thank you for reporting that. :)

    So you have your cache formatted in XFS and not in BTRFS and Plex is on your cache drive?

    Yes, got a Samsung EVO 860 where i store my plex appdata and do the transcoding.
    See the attachment ^^, but since you mention BTRFS... whats the difference and why should i format it like that ?

    Unraid.PNG

  6. 4 minutes ago, ich777 said:

    He also got this problem on a Windows machine where Plex is installed with a GTX1080Ti.

     

     

    Hmm i see, in my case it was the formatting of my plex cache ssd in unraid, fomated it to NTFS first but that gave loads of errors while transcoding so had to switch to XFS and all started working flawless... but in this case i think i cant help sorry, this is all i know ^^

    • Thanks 1
  7. On 12/20/2020 at 8:54 PM, theradiostar said:

     

    Yes; direct play works fine, as does software transcode.

     

    The P2000 is new, so it's possible there's a hardware problem with the card itself. How would I test that?

     

    Are you storing your app data in a cache drive or the unraid array ? I've had this problem before

  8. Constructor,

    I'm sorry didn't know about the support stuff, i'll keep it in mind.
    I've attached the Diagnostics and the docker command

     

    root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='plex' --net='host' -e TZ="Europe/Paris" -e HOST_OS="Unraid" -e 'VERSION'='docker' -e 'NVIDIA_VISIBLE_DEVICES'='' -e 'TCP_PORT_32400'='32400' -e 'TCP_PORT_3005'='3005' -e 'TCP_PORT_8324'='8324' -e 'TCP_PORT_32469'='32469' -e 'UDP_PORT_1900'='1900' -e 'UDP_PORT_32410'='32410' -e 'UDP_PORT_32412'='32412' -e 'UDP_PORT_32413'='32413' -e 'UDP_PORT_32414'='32414' -e 'PUID'='99' -e 'PGID'='100' -v '/mnt/user/Media/Movies/':'/movies':'rw' -v '/mnt/user/Media/Series/':'/tv':'rw' -v '/mnt/user/Media/Music/':'/music':'rw' -v '/mnt/disks/Samsung_SSD_860_EVO_500GB_S4XBNZFN312176R/transcode':'/transcode':'rw' -v '/mnt/disks/Samsung_SSD_860_EVO_500GB_S4XBNZFN312176R/plexTest':'/config':'rw' 'linuxserver/plex'
    
    df9835b8fdb5641b56ff8055c64b21c4d59ae2538db4742e5c441aa9328206d5
    

    Hope this is the correct information.

    Kind regards

    ryzen-diagnostics-20201026-1507.zip

  9. Dear,

    I’ve been using plex for a while now in combination with the Unraid Nvidia plugin.
    Everything has been running smoothly since a week ago. 

     

    I’ve noticed i couldn’t play any more video’s outside of my home network, which has worked flawlessly since the beginning.

    I tried restarting the plex container but it wouldn’t let me since the docker container was running on 100% CPU.
     

    LOG: (Top command) → 101.7 %CPU

    21953 nobody    20   0   20.0g 426692 241564 S 101.7   1.3  30:19.79 Plex Media Serv

     

    Even Unraid won’t let me shutdown gracefully without killing the "dockerd" process first.

    Steps i took:

    1. Re-install plex container with current config (did not work)
    2. Re-install plex container clean: worked for a day then the same problem (access outside of the home network worked as well)
    3. Update container with disabling the Nvidia integration → not working
    4. Keep failing and get frustrated...

     

    Is there anyone here who could help me debug this problem, i’m no hero when i comes to debugging in docker. 


    OS / Software: 

    • Unraid : 6.8.3 (OS Plus)
    • Plex: linuxserver/plex
    • Plugin: Unraid Nvidia → Linuxserver

     

    Setup:

    • 4* 4TB HDD
    • 1* 8TB HDD (Parity)
    • 1* Samsung Nvme 970 EVO 500GB (Cache)
    • 1* Samsung SSD 860 EVO 500GB (Plex Data, config / transcode)
    • CPU: AMD Ryzen 7 3700x 8-Core @ 3600 MHz
    • MOBO: Gigabyte X570 I AORUS PRO WIFI
    • RAM: 32GB DDR4

     

    Thanks in advance and best regards!

×
×
  • Create New...