Advertisement
pavelsayekat

no plex port

Sep 18th, 2018
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.00 KB | None | 0 0
  1. $ sudo systemctl status plexmediaserver.service
  2. ● plexmediaserver.service - Plex Media Server for Linux
  3. Loaded: loaded (/lib/systemd/system/plexmediaserver.service; enabled; vendor preset: enabled)
  4. Active: active (running) since Tue 2018-09-18 18:05:35 UTC; 39min ago
  5. Process: 684 ExecStartPre=/bin/sh -c /usr/bin/test -d "${PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR}" || /bin/mkdir -p "${PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR}" (
  6. Main PID: 704 (sh)
  7. CGroup: /system.slice/plexmediaserver.service
  8. ├─704 /bin/sh -c LD_LIBRARY_PATH=/usr/lib/plexmediaserver "/usr/lib/plexmediaserver/Plex Media Server"
  9. └─709 /usr/lib/plexmediaserver/Plex Media Server
  10.  
  11. Sep 18 18:05:35 raspberrypi systemd[1]: Starting Plex Media Server for Linux...
  12. Sep 18 18:05:35 raspberrypi systemd[1]: Started Plex Media Server for Linux.
  13. pi@raspberrypi:~ $ sudo netstat -lntp
  14. Active Internet connections (only servers)
  15. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  16. tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 892/mysqld
  17. tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN 513/smbd
  18. tcp 0 0 0.0.0.0:5900 0.0.0.0:* LISTEN 4931/x11vnc
  19. tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 3908/nginx: master
  20. tcp 0 0 0.0.0.0:10000 0.0.0.0:* LISTEN 1162/perl
  21. tcp 0 0 0.0.0.0:113 0.0.0.0:* LISTEN 468/oidentd
  22. tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 725/sshd
  23. tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 1043/master
  24. tcp 0 0 127.0.0.1:6010 0.0.0.0:* LISTEN 954/sshd: pi@pts/0
  25. tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN 513/smbd
  26. tcp6 0 0 :::139 :::* LISTEN 513/smbd
  27. tcp6 0 0 :::5900 :::* LISTEN 4931/x11vnc
  28. tcp6 0 0 :::80 :::* LISTEN 3908/nginx: master
  29. tcp6 0 0 :::10000 :::* LISTEN 1162/perl
  30. tcp6 0 0 :::113 :::* LISTEN 468/oidentd
  31. tcp6 0 0 :::21 :::* LISTEN 707/vsftpd
  32. tcp6 0 0 :::22 :::* LISTEN 725/sshd
  33. tcp6 0 0 :::25 :::* LISTEN 1043/master
  34. tcp6 0 0 ::1:6010 :::* LISTEN 954/sshd: pi@pts/0
  35. tcp6 0 0 :::445 :::* LISTEN 513/smbd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement