<div dir="ltr">hi,<br><br><div class="gmail_extra"><div class="gmail_quote">On Wed, Apr 12, 2017 at 6:03 PM, Gary Gendel <span dir="ltr"><<a href="mailto:gary@genashor.com" target="_blank">gary@genashor.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
I'd like to set up a Plex media server in an LX zone on Omnios 151020 .  Unfortunately, I can't seem to get the right sequence of steps to create the LX zone and linux kernel in preparation for installing Plex.  I'm not even sure which Linux kernel would be the least problematic (I chose debian 8).</blockquote></div><br></div><div class="gmail_extra">I run a centos 6 plex server at home on omnios-r151020-4151d05. The media files are in nfs exported file systems on the same host.<br><br></div><div class="gmail_extra">It works fine. I just followed the instructions on the wiki and added the plex repo for centos.<br><br></div><div class="gmail_extra">This is its config:<br><br> zonecfg -z plex export<br>create -b<br>set zonepath=/tank/zones/plex<br>set brand=lx<br>set autoboot=true<br>set ip-type=exclusive<br>add net<br>set physical=vnic2<br>add property (name=gateway,value="192.168.0.254")<br>add property (name=ips,value="<a href="http://192.168.0.20/24">192.168.0.20/24</a>")<br>add property (name=primary,value="true")<br>add property (name=resolver,value="192.168.0.1")<br>end<br>add attr<br>set name=kernel-version<br>set type=string<br>set value=2.6.32<br>end<br><br><br></div><div class="gmail_extra">-- <br></div><div class="gmail_extra">regards,<br></div><div class="gmail_extra">Natxo<br></div></div>