OpenSolaris

Printable Version Enter a New Search
Bug ID 6486653
Synopsis truss should recognize ZONE_ATTR_BRAND
State 10-Fix Delivered (Fix available in build)
Category:Subcategory kernel:brandz
Keywords
Responsible Engineer Nils Nieuwejaar
Reported Against
Duplicate Of
Introduced In solaris_nevada
Commit to Fix snv_52
Fixed In snv_52
Release Fixed solaris_nevada(snv_52) , solaris_10u4(s10u4_01) (Bug ID:2147072)
Related Bugs
Submit Date 26-October-2006
Last Update Date 19-January-2007
Description
truss(1) doesn't know about the ZONE_ATTR_BRAND #define, leading to
output like this:

[...]
read(5, " i n t e r n a l : i n s".., 8192)     = 58
llseek(5, 0, SEEK_CUR)                          = 58
close(5)                                        = 0
zone_getattr(5, ZONE_ATTR_ROOT, 0x000373BC, 1024) = 2
zone_lookup("internal")                         = 5
zone_getattr(5, ZONE_ATTR_STATUS, 0xFFBFEFFC, 4) = 4
zone_lookup(0x00000000)                         = 5
zone_getattr(5, ZONE_ATTR_NAME, 0xFFBFEF40, 256) = 9
zone_getattr(5, 11, 0x000372BC, 256)            = 7
[...]

The last line should read:
zone_getattr(5, ZONE_ATTR_BRAND, 0x000372BC, 256) = 7
Work Around
N/A
Comments
N/A