<div dir="ltr">patches welcome.<div><br></div><div>The access.log is generated via the anonymous dtrace script: anon.dtrace.conf (check the makefile for more info).</div><div><br></div><div>The method isn't perfect, but it gets a ton of low hanging fruit.  Any additional stuff can just be manually added to a data file (I'd suggest data/known_extras).  The build_image.sh script just does:</div>
<div><br></div><div>load_keep_list data/*<br></div><div><br></div><div>to pull in a list of files to not delete from the miniroot.  Should be simple enough to add in all the files that need to be there.  Also, someone is welcome to try to run a new install with the anonymous dtrace function and catch the access.log.  It's a bit more work, but it hasn't been done since 151002.</div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Jan 15, 2014 at 7:30 AM, Lauri Tirkkonen <span dir="ltr"><<a href="mailto:lotheac@iki.fi" target="_blank">lotheac@iki.fi</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Tue, Jan 14 2014 15:54:21 +0000, Sean Doran wrote:<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>
</div>I'm currently building a kayak miniroot of my own due to needing to<br>
include a non-redistributable NIC driver and also ran into this. The<br>
root cause is that libshare needs libxml2, which is dropped from the<br>
miniroot: in the kayak repo data/access.log includes a libxml2.so.2.9.0,<br>
but the current version is libxml2.so.2.9.1 and that gets dropped. I<br>
don't know how this 'access.log' was generated, but I'm thinking it<br>
should be regenerated :)<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Lauri Tirkkonen | <a href="tel:%2B358%2050%205341376" value="+358505341376">+358 50 5341376</a> | lotheac @ IRCnet<br>
_______________________________________________<br>
OmniOS-discuss mailing list<br>
<a href="mailto:OmniOS-discuss@lists.omniti.com">OmniOS-discuss@lists.omniti.com</a><br>
<a href="http://lists.omniti.com/mailman/listinfo/omnios-discuss" target="_blank">http://lists.omniti.com/mailman/listinfo/omnios-discuss</a><br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br>
<p>Theo Schlossnagle</p>
<p><a href="http://omniti.com/is/theo-schlossnagle" target="_blank">http://omniti.com/is/theo-schlossnagle</a></p>
</div>