Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

J.Nerdy

Members
  • Joined

  • Last visited

Everything posted by J.Nerdy

  1. Ever since their breach...and leak of user data, I have been loathe to use teamviewer. I know, i am overtly paranoid.
  2. ------------------------------------- _ _ _ | |___| (_) ___ | / __| | |/ _ \ | \__ \ | | (_) | |_|___/ |_|\___/ |_| Brought to you by linuxserver.io We gratefully accept donations at: https://www.linuxserver.io/index.php/donations/ ------------------------------------- GID/UID ------------------------------------- User uid: 99 User gid: 100 ------------------------------------- [cont-init.d] 10-adduser: exited 0. [cont-init.d] 30-dbus: executing... [cont-init.d] 30-dbus: exited 0. [cont-init.d] 40-chown-files: executing... [cont-init.d] 40-chown-files: exited 0. [cont-init.d] 50-plex-update: executing... ##################################################### # Login via the webui at http://<ip>:32400/web # # and restart the docker, because there was no # # preference file found, possibly first startup. # ##################################################### [cont-init.d] 50-plex-update: exited 0. [cont-init.d] done. [services.d] starting services Starting dbus-daemon Starting Plex Media Server. [services.d] done. 6 3000 /config/Library/Application Support d dbus[273]: [system] org.freedesktop.DBus.Error.AccessDenied: Failed to set fd limit to 65536: Operation not permitted Starting Avahi daemon Found user 'avahi' (UID 106) and group 'avahi' (GID 107). Successfully dropped root privileges. avahi-daemon 0.6.32-rc starting up. No service file found in /etc/avahi/services. *** WARNING: Detected another IPv4 mDNS stack running on this host. This makes mDNS unreliable and is thus not recommended. *** socket() failed: Address family not supported by protocol Failed to create IPv6 socket, proceeding in IPv4 only mode socket() failed: Address family not supported by protocol Joining mDNS multicast group on interface virbr0.IPv4 with address 192.168.122.1. New relevant interface virbr0.IPv4 for mDNS. Joining mDNS multicast group on interface docker0.IPv4 with address 172.17.0.1. New relevant interface docker0.IPv4 for mDNS. Joining mDNS multicast group on interface br0.IPv4 with address 10.11.12.200. New relevant interface br0.IPv4 for mDNS. Network interface enumeration completed. Registering new address record for 192.168.122.1 on virbr0.IPv4. Registering new address record for 172.17.0.1 on docker0.IPv4. Registering new address record for 10.11.12.200 on br0.IPv4. Server startup complete. Host name is nerdyRAID.local. Local service cookie is 1948580408. Starting Plex Media Server. 6 3000 /config/Library/Application Support d Starting Plex Media Server. 6 3000 /config/Library/Application Support d Starting Plex Media Server. 6 3000 /config/Library/Application Support d Starting Plex Media Server. 6 3000 /config/Library/Application Support d Starting Plex Media Server. 6 3000 /config/Library/Application Support d Starting Plex Media Server. 6 3000 /config/Library/Application Support ... Until I stop docker... and it exits cleanly. It seems like permissions are being denied?
  3. The log is just instance after instance of d Starting Plex Media Server. 6 3000 /config/Library/Application Support The docker log? yes. No plex service nor port 32400
  4. The log is just instance after instance of d Starting Plex Media Server. 6 3000 /config/Library/Application Support
  5. 1) appreciate all your help 2) tried clearing caches 3) tried stopping amahi instance still no joy. From htop I cant see the service started either... ps aux | less doesnt find an instance either
  6. You are missing the port definition (32400) in the above. When set as host, still port needs to be configured (but can't be remapped). Just edited my post, port seems closed. I think I am configuring something incorrectly root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="plex" --net="host" -e TZ="America/New_York" -e HOST_OS="unRAID" -e "PUID"="99" -e "PGID"="100" -e "VERSION"="latest" -e "TCP_PORT_32400"="32400" -v "/mnt/user/MOVIES/":"/media/movies":rw -v "/mnt/user/TV/":"/media/tv":rw -v "/mnt/user/appdata/plex":"/config":rw linuxserver/plex 9ccabdca610c647af4625870caa2751dff64125f99ee9054190f9ba6cc9f2408 root@nerdyRAID:~# (echo >/dev/tcp/localhost/32400) &>/dev/null && echo "TCP port 32400 open" || echo "TCP port 32400 clo se" TCP port 32400 close
  7. root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="plex" --net="host" -e TZ="America/New_York" -e HOST_OS="unRAID" -e "PUID"="99" -e "PGID"="100" -e "VERSION"="latest" -v "/mnt/user/MOVIES/":"/media/movies":rw -v "/mnt/user/TV/":"/media/tv":rw -v "/mnt/user/appdata/plex":"/config":rw linuxserver/plex 5855f5b199d44f2c612d10267056f254f718dc5f82ea1077b17ea43e3c0eb67e removed the added ports... Still can not hit the web guI EDIT: I am new to shell and unix commands, so I apologize in advance... I tried checking if port was open from ssh: and it appears that 32400 is closed on unRAID box.
  8. One is running on AMAHI (I am migrating to unRAID as replacement). It is running on local server:32400 From my unRAID box: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="plex" --net="host" -e TZ="America/New_York" -e HOST_OS="unRAID" -e "PUID"="99" -e "PGID"="100" -e "VERSION"="latest" -e "TCP_PORT_32401"="32401" -e "UDP_PORT_32401"="32401" -v "/mnt/user/MOVIES/":"/media/movies":rw -v "/mnt/user/TV/":"/media/tv":rw -v "/mnt/user/appdata/plex":"/config":rw linuxserver/plex 9ba344fefab8b30d8cc4492e829b513ce2ac74a23d50632440e20b9a8c25ac3b Also, I have ssh'd into the unRAID box, digging around hopping to find a .conf and see if there was anything commented out that would help...but I am assuming the containerization stores runtime conf differently? I couldn't find anything written to cache (/appdata), or on boot cfg
  9. Good Evening: I can not browse to my new docker install via ip:32401 (it is a second plex server) I have host to container ports bridged 32401 to 32400 both TCP and UDP. The connection is refused when browsing to it from chrome/edge on win10 Any help would be appreciated.
  10. Choose the one you feel fits most for you. Plex based their container on ours, but they are still to completely separated containers. For every day use, you shouldn't see any difference with any of the two. I think the better question to ask is who will support you better, and who will stay current better. I honestly don't know the answer, as I've never dealt with plex official support, if there is such a beast. (disclaimer, I don't use plex, I use emby) Interesting... have been a plex guy, but, researching emby I am intrigued. Best part of dockers... the ability to try both pain-free...
  11. As that method didn't work for you, why don't you try editing /crashplan/bin/run.conf file directly? It worked fine for me. There're two settings there to assign memory to: memory for the service, and memory for the client. I assigned more memory to both (4GB to the service, and 1GB to the client). I have 1.5TB to backup right now, but I added more to prevent future issues as I add more data in the future. Just for others... right clicking the crashplan icon (top right corner of web-vnc GUI) did not work for me to enter CLI. However, plain double click did... (using edge and chrome from windows machine). Just an FYI
  12. Yeah... kinda a loaded question. Already pulling it from the repo Thanks!
  13. Hello all. I have just set up my first array today (really over the last week ) and am in the process of migrating my media (via smb) to the array... slow going indeed (5+ TB, 1 parity disk 12TB array). I am completely new to the concepts of containerization and dockers...and while reading has definitely prepped me, nothing replaces experience. As I understand it, there are two widely downloaded PMS-unRAID dockers - LimeTech & Linuxserver images. Now Plex is supporting its own image. For a docker newbie, I am concerned with performance and support above all...which of these routes is my safest bet? Judging on this thread, and, git for LS...this seems like a very active and supported image. Other question: would it be possible to migrate my metadata from an old PMS (installed on amahi 7)? Server is running and intact and would love to keep my library data (watched/ratings etc...)? Thanks all... Happy Holiday!

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.