* andrew <[EMAIL PROTECTED]> [2008-08-14 21:03]: > I'm not seeing timeouts - but I'm setting PKG_CLIENT_TIMEOUT to 220 > each time just to be on the safe side. ;-) Ah. You shouldn't need to do this any longer. pkg(1) knows how to retry now.
> pkg version prints this: > > 093ca22da67c > > I'm guessing that is the build number (093) then some sort of > checksum. (The man page gives no clue as to the format of this > string). That is after using the build 93-based ISO of OpenSolaris > 2008.11 and image-updating to build 94 then build 95. Right now, pkg version prints the changeset ID from the version control system (Mercurial). You can use it, with a clone of the pkg(5) source tree, to figure out exactly what source was running: rosseau $ hg log -r 093ca22da67c changeset: 455:093ca22da67c user: [EMAIL PROTECTED] date: Wed Aug 06 20:23:13 2008 -0700 summary: 2805 SUNWipkg-gui should be imported directly from workspace Of course, while it's more precise than 0.9 or some other major.minor.micro number, it's a bit less friendly. - Stephen -- [EMAIL PROTECTED] http://blogs.sun.com/sch/ _______________________________________________ indiana-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/indiana-discuss
