So I recently updated my freenas box to 1.15.2.793_1 and i now cant get to the server setup page

Although this is FreeNAS 11.2 specific, a simple guide to fixing it is:

  1. Login to FreeNAS
  2. Go to Jails on the left hand side
  3. Find your plex jail. If you installed it from the plugins it should be called “plex”
  4. Click the three dots on the end of the line, then “Shell”
  5. You should see something that looks like this:
  6. Type “ee /usr/local/etc/rc.d/plexmediaserver” without the quotes
  7. Something that looks like a text editor should show up
  8. Scroll down by pressing the down key until you see the line export LD_LIBRARY_PATH="${SCRIPTPATH}"
  9. Change the line to be export LD_LIBRARY_PATH="${SCRIPTPATH}/lib"
  10. Press Escape, then Enter to “a) leave editor”, then Enter to “a) save changes”
  11. Go back to Jails on the left hand side
  12. Restart your jail by clicking the three dots on the end of the jail’s line, then “Restart”

Hope this fixes people’s problem

2 Likes