Quoth Paul Neary on Mon, May 11, 2009 at 12:36:23PM +0100: > See truss output below on Nevada 109. instance_to_fmri seems to fail. > If it works for you is it just operator error on my part?
No, this is a bug in svcprop. instance_to_fmri() didn't fail -- it returned the length of the returned string. The key here is that one scf_instance_get_pg_composed() failed, another succeeded, and then a scf_pg_get_flags() succeeded before we got the FMRI to print the error. I've filed the bug as 6841320 svcprop confuses not-in-snapshot with no-snapshot David