<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">So I'm finally getting around to trying out LX zones and can't seem to get the zone installed for some reason. Here's what I've done and where I'm stuck:<div class=""><br class=""></div><div class=""># Fresh install of latest bloody</div><div class=""># Setup basic networking</div><div class=""># pkg update -v</div><div class=""># reboot</div><div class=""><div class=""># pkg set-publisher -G <a href="http://pkg.omniti.com/omnios/bloody/" class="">http://pkg.omniti.com/omnios/bloody/</a> -g <a href="http://pkg.omniti.com/omnios/LX/" class="">http://pkg.omniti.com/omnios/LX/</a> omnios</div></div><div class=""># pkg install brand/lx</div><div class=""># curl -o /root/centos6.zss.gz <a href="https://images.joyent.com/images/5b7e86e4-2797-11e6-b7d7-cbe6a1a48791/file" class="">https://images.joyent.com/images/5b7e86e4-2797-11e6-b7d7-cbe6a1a48791/file</a></div><div class=""><div class=""><br class=""></div><div class=""># zonecfg -z lx0</div><div class=""># create -b</div><div class=""># set zonepath=/zones/lx0</div><div class=""># set brand=lx</div><div class=""># set autoboot=false</div><div class=""># set ip-type=exclusive</div><div class=""># add net</div><div class=""># set physical=lx0</div><div class=""># add property (name=gateway,value="192.168.0.1")</div><div class=""># add property (name=ips,value="192.168.0.69/24")</div><div class=""># add property (name=primary,value="true")</div><div class=""># end</div><div class=""># add attr</div><div class=""># set name=dns-domain</div><div class=""># set type=string</div><div class=""># set value=<a href="http://example.com" class="">example.com</a></div><div class=""># end</div><div class=""># add attr</div><div class=""># set name=resolvers</div><div class=""># set type=string</div><div class=""># set value=192.168.0.1</div><div class=""># end</div><div class=""># add attr</div><div class=""># set name=kernel-version</div><div class=""># set type=string</div><div class=""># set value=2.6.32</div><div class=""># end</div></div><div class=""># commit</div><div class=""><br class=""></div><div class="">-- This is where it breaks</div><div class=""># zoneadm -z lx0 install -s /root/centos6.zss.gz</div><div class=""><br class=""></div><div class="">I get this.. </div><div class="">root@bloodybox:/root# zoneadm -z lx0 install -s /root/centos6.zss.gz<br class="">WARNING: skipping network interface 'lx0': object not found<br class="">ERROR: <br class=""><br class=""></div><div class="">Ok, I think I can fix the iface issue like so:</div><div class=""># dladm create-vnic lx0 -l e1000g0</div><div class=""><br class=""></div><div class="">But, the empty error message persists and the zone never gets installed :(</div><div class=""><br class=""></div><div class="">root@bloodybox:/root# zoneadm -z lx0 uninstall <br class="">root@bloodybox:/root# zoneadm -z lx0 install -s /root/centos6.zss.gz<br class="">ERROR: <br class=""><br class=""></div><div class="">And for giggles, I gunzipped the file and tried it with the unzipped version. Same deal. Any ideas?.. I'm running this as a VM for testing before I put it on bare metal. Could that be the issue or did I miss something critical above? I wish the error message said *something* ;) Any other way of getting some extra verbose output to see where it's dying?</div><div class=""><br class=""></div><div class="">Thanks</div><div class=""><br class=""></div><div class="">Michael</div></body></html>