#pragma ident "@(#)release_notes 1.4 08/02/15 SMI" Known issues: . During the DVD intallation on x86, select the second line "Solaris Express" from the grub menu from the DVD boot. . An interface needs to be plumbed and up before sub-flows can be created, modified, and observed on it. . VNICs that are automatically created when a Xen domain starts are not visible with dladm show-link or show-vnic. . Combination of multiple attributes for flows may not work. Two combinations known to work: - IP version + IP address - Transprt Type + Port. . Modifying the bandwidth limit of a flow will set the flow's limit to 0 if the underlying link doesn't have any bandwidth limit (which means traffic will cease for that flow). The workaround is to set a limit on the underlying link (the limit can be the speed of the underlying link) before adding flows with limits. After this the flow's limit can be modified. . Only flows that are created on physical links (NICs) can use -p parameters. . The syntax flowadm show-flow -s -i does not work. Only a single line is returned instead of a continuous output at the interval. . Flow limits are not retained across reboot. . Flow restrictions exist. For details click the link to the flowadm.1m.txt in http://www.opensolaris.org/os/project/crossbow/snapshots. In summary, these restrictions are the ff: - Individual flow restrictions (ip_version, local_ip, and remote_ip; transport, local_port, and remote_port) - Flow restrictions per link (disjoint flows, enclosed flows, intersecting flows) - Flow restrictions per zone (flow names, links with exclusive IP stacks) . Bug 6652393 in snv81. This does not effect installation from the iso DVD images. Workarounds are only needed for 64 bit DEBUG. The easiest way to avoid this problem after installing 64 bit DEBUG is to boot into failsafe mode and ask for the root disk to be mounted on /a. If you have a system without NVIDIA graphics, the easiest method is to just remove the NVIDIA driver to prevent the pseudo instance from being loaded. Run "pkgrm -R /a NVDAgraphicsr NVDAgraphics" and reboot. If you have NVIDIA graphics and don't need assertions enabled for other debugging add "set aok=1" to /a/etc/system and reboot. If assertions are needed, remove the NVIDIA 169.08 graphics packages (see above) reboot and then install the 100.14.19 driver from http://solaris-x86.eng/nVIDIA or the NVIDIA download page. . For SPARC images, you might need to issue these additional commands in zonecfg: add inherit-pkg-dir set dir=/etc/crypto end . To avoid SMF error messages about the avahi-bridge, issue the following command in non-global zones: # svcadmin disable avahi-bridge-dsd