Clean install of FreeBSD 10.3 onto a Dell T20
Changed package tree to latest
Installed plexmediaserver 1.1.3 package (and subsequently 1.1.4, same problem)
- Spawned the service using 'runonce'
Access the webui from a remote machine on the same LAN (chrome on windows, but plex android app behavious the same way).
**Web UI opens but fails to connect to find the plexmedia server:
**
These are the running processes:
plex 982 0.0 0.4 240544 72312 - Ss Thu08PM 1:46.09 /usr/local/share/plexmediaserver/Plex_Media_Server (Plex Media Server)
plex 983 0.0 0.4 219832 68384 - SN Thu08PM 3:26.34 Plex Plug-in [com.plexapp.system] /usr/local/share/plexmediaserver/Resources/Plug-ins-24ffd60/Framework.bundle/Contents/Resources/Versions/2/Python/bootstrap.py --server-version 1.1.4.2757-24ffd60 /usr/local/share/plexmediaserver/Resources/Plug-ins-24ffd60/System.bundle (Plex Script Host)
plex 988 0.0 0.5 213984 81108 - S Thu08PM 6:51.33 /usr/local/share/plexmediaserver/Plex DLNA Server
and listening ports..
root@pledge:/usr/home/stu # netstat -a|grep LISTEN
tcp4 0 0 .32469 *. LISTEN
tcp4 0 0 .1841 *. LISTEN
tcp4 0 0 localhost.23125 . LISTEN
tcp4 0 0 localhost.32401 . LISTEN
tcp4 0 0 .32400 *. LISTEN
tcp4 0 0 localhost.smtp . LISTEN
tcp4 0 0 .ssh *. LISTEN
tcp6 0 0 .ssh *. LISTEN
FWIW, this doesn't happen with the 1.0.0 package which comes by default with FreeBSD 10.3. That seems to work fine.
Is this a known issue? To me it just seems the current version of FreeBSD and Plex Media Server just does not work.********