<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Firstly, on:<br><br><a href="http://omnios.omniti.com/wiki.php/Installation#Fromthenetwork">http://omnios.omniti.com/wiki.php/Installation#Fromthenetwork</a><br><br><span class="Apple-tab-span" style="white-space: pre;">      </span>• Current stable: <a href="http://omnios.omniti.com/media/r151008j.zfs.bz2">http://omnios.omniti.com/media/r151008j.zfs.bz2</a><br>md5  (kayak_r151008j.zfs.bz2) = 1c0060a51004f486343e1bc43d637c2c<br>sha1 (kayak_r151008j.zfs.bz2) = ffef3d56815b20be215f0170cc98617fda6b9657<br><br>The URL is wrong (and produces a 404 error).  It should be “<a href="http://omnios.omniti.com/media/kayak_r151008j.zfs.bz2”">http://omnios.omniti.com/media/kayak_r151008j.zfs.bz2”</a>; the filenames in the grey checksum box are correct.<br><br>Secondly, the miniroot in <a href="pkg://omnios/system/install/kayak-kernel">pkg://omnios/system/install/kayak-kernel</a> has a couple of problems.<br><br><span class="Apple-tab-span" style="white-space: pre;"> </span>* curl fails because there is no /usr/lib/{32,64,amd64/libidn.so.11.6.11<br><span class="Apple-tab-span" style="white-space: pre;">        </span>* curl also fails because there is  no /usr/lib/{32,64,amd64}/libz.so.1.2.8<br><br>Thirdly, the miniroot’s /kayak/disk_help.sh will bomb at line 124:<br><br> log "Creating rpool with: zpool create -f rpool $ztype $ztgt"<br> zpool create -f rpool $ztype $ztgt || bomb "Failed to create rpool”<br><br>because zpool create complains about not being able to share rpool in the absence of shareadm(1M).<br><br>Copying the missing shared libraries to the miniroot and working around the zpool exit status (all changes made via mount -o nologging `lofiadm -a miniroot` /mnt/t;  {cp ...,vi,…} /mnt/t/...), a kayak installation following the online docs appears to complete successfully.<br><br><span class="Apple-tab-span" style="white-space: pre;">       </span>Sean.</body></html>