JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris 10 1/13 Release Notes     Oracle Solaris 10 1/13 Information Library
search filter icon
search icon

Document Information

Preface

1.  License Updates

2.  Installation Issues

3.  Oracle Solaris Runtime Issues

General Information

Recommended Adoption of SHA-256 and SHA-512 crypt Plug-ins for Password Encryption

File System Issues and Bugs

System Might Encounter Data Integrity Issues (15825389)

System Reboots Continuously Because of a ZFS-Related Panic (15809921)

ZFS and UNIX/POSIX Compliance Issues

fdisk -E Command Can Sweep Disk Used by ZFS Without Warning (15325067)

BrightStor ARCserve Backup Client Agent for UNIX (Solaris) and ZFS Support Issue

ZFS GUI Should Check for /usr/lib/embedded_su Patch at the Beginning of Each Wizard (15287937)

Upgrading From Some Oracle Solaris 10 Releases Requires Remounting of File Systems

NFSv4 Access Control List Functions Might Work Incorrectly

Hardware-Related Issues and Bugs

SPARC: Dynamic Reconfiguration Operations Fail on an OPL Platform (15725179)

x64: PCI Subsystem ID Changes in ConnectX Firmware 2.6.0 From Mellanox (15544691)

The ZFS ARC Allocates Memory Inside the Kernel Cage Preventing DR (15377173)

Certain USB 2.0 Controllers Are Disabled

Supported USB Devices and Corresponding Hub Configurations

x86: Limitations Exist With Certain Device Drivers in the Oracle Solaris 10 OS

DVD-ROM/CD-ROM Drives on Headless Systems

x86: Manual Configuration Required to Specify Non-U.S. English Keyboards

Compiler Related Issues

Programs Compiled With Some Options of Oracle Solaris Studio Do Not Run (16237300)

Localization Issues

Firefox and Thunderbird Hang in the Hangul Input Method (16043053)

Swedish Software Translations Note

Multiple Input Method Switcher Applications Appear in Trusted Java Desktop System

Wnn8 Japanese Input Method

x86: Arabic Text Not Appearing in ar Locales

Migration Note for UTF-8 Locales

Emails Saved as Portable Format

Plain Text Files

File Names and Directory Names

Launching Legacy Locale Applications

Hardware for Some Keyboard Layouts Type 6 and 7 Not Available

Networking Issues

System Domain of Interpretation Is Not Configurable (15283123)

IP Forwarding Is Disabled by Default in the Oracle Solaris 10 OS

Oracle Solaris Commands and Standards

Changed Man Pages for Trusted Extensions Are in Reference Manual Only

New ln Utility Requires -f Option

New tcsh Version Rejects setenv Variable Names That Use a Dash or an Equal Sign

STDIO getc Family EOF Condition Behavior Change

Output Columns of the ps Command Have Been Widened

Solaris Volume Manager Bugs

Solaris Volume Manager Does Not Remove Devices Correctly If fdisk Does Not Have Valid Entries

Solaris Volume Manager metattach Command Might Fail

Java Desktop System Issues

Email and Calendar Application

Problem With Changing Authentication Type (15256650)

Login Issues

Login Error Message

System-Level Issues

User Preferences Not Fully Compatible

Problem With Sound Recorder

x86: Cannot Configure Full-Screen Magnification on Systems With One Video Card

System Administration Issues and Bugs

Oracle VTS fputest Fails on Fujitsu M10 Systems (15989998)

Oracle VTS testprobe_ramtest Fails on Fujitsu M10 Systems (15955560)

Oracle VTS testprobe_l3sramtest Fails on Fujitsu M10 Systems (15955589)

Crash Dump Is Saved in the /var/crash Directory (15767302)

Using DISM Might Cause the System to Hang (15807808)

x86: Running the ludelete Command Can Delete Shared Datasets Not Related To the OS (15817477)

Oracle Solaris 10 9/10 Clock Stops on Oracle VM 2.2 (15643194)

SPARC: FKU 137137-xx Patch Does Not Support Third-Party Volume Manager Software

Oracle Solaris Is Unable to Handle Mode Switches Between Legacy and AHCI Modes for the SATA Controller (15376093)

32-bit: Possible Error With Applications When Obtaining the File System State on Large File Systems (15349751)

Sun Patch Manager Tool 2.0 Incompatible With Previous Versions of the Tool

4.  End-of-Software Support Statements

5.  Documentation Issues

A.  Previously Documented Bugs That Were Fixed in the Oracle Solaris 10 1/13 Release

Hardware-Related Issues and Bugs

The following hardware-related issues and bugs apply to this Oracle Solaris 10 release.

SPARC: Dynamic Reconfiguration Operations Fail on an OPL Platform (15725179)

Dynamic reconfiguration (DR) operations might fail on an OPL platform when a memory board is being removed from a domain.

You might see error messages similar to the ones shown in the following example:

unconfigure SB3: Device busy: dr@0:SB3::pci6
XSB#01-3 could not be unconfigured from DomainID 2 due to operating system error.

Workaround: Execute the DR operations after disabling the fmd service. For example:

  1. Disable the fmd service.

    # svcadm disable fmd
  2. Perform the DR operations.

  3. Enable the fmd service.

    # svcadm enable fmd

x64: PCI Subsystem ID Changes in ConnectX Firmware 2.6.0 From Mellanox (15544691)

Upgrading the ConnectX firmware to version 2.6.0 or higher on a running system might cause problems in some HCAs and x64 platforms. This issue affects only Mellanox-branded HCAs. Sun-branded PCIe HCAs, EMs, and NEMs, and SPARC platforms are not affected.

You might be unable to boot the system or the system might hang during boot. The ibd (IPoverIB) instance numbers might change and prevent the system from booting and plumbing ibd devices.

Choose one of the following workarounds.

Workaround 1: Before rebooting the system after updating the firmware using cxflash, remove the ibdx instances from the /etc/path_to_inst file and the /dev directory. Perform the following steps:

  1. Log in as the root user and list the relevant devices.

    The device tree information might look like the following example:

    # ls -R /devices | grep 15b3
    /devices/pci@0,0/pci10de,5d@e/pci15b3,634a@0
    /devices/pci@0,0/pci10de,5d@e/pci15b3,634a@0/ibport@1,ffff,ipib
    /devices/pci@0,0/pci10de,5d@e/pci15b3,634a@0/ibport@1,ffff,ipib:ibd0
    /devices/pci@0,0/pci10de,5d@e/pci15b3,634a@0/ibport@2,ffff,ipib
    /devices/pci@0,0/pci10de,5d@e/pci15b3,634a@0/ibport@2,ffff,ipib:ibd1
    /devices/pci@0,0/pci10de,5d@e/pci15b3,634a@0:devctl

    Note - Device specifics vary depending on the Mellanox-branded card installed.


  2. Edit the path_to_inst file.

    1. Make a backup copy of the existing path_to_inst file.

      # cp /etc/path_to_inst /etc/path_to_inst.backup
    2. In the path_to_inst file, search for lines that contain ibd and hermon, and delete those lines. Save and close the file.

  3. Remove the entries in the /dev directory.

    # rm /dev/ibd?*
  4. Reboot the system.

    The system boots normally, and the corresponding device tree looks like this:

    # ls -R /devices | grep 15b3
    /devices/pci@0,0/pci10de,5d@e/pci15b3,5@0
    /devices/pci@0,0/pci10de,5d@e/pci15b3,5@0/ibport@1,ffff,ipib
    /devices/pci@0,0/pci10de,5d@e/pci15b3,5@0/ibport@1,ffff,ipib:ibd0
    /devices/pci@0,0/pci10de,5d@e/pci15b3,5@0/ibport@2,ffff,ipib
    /devices/pci@0,0/pci10de,5d@e/pci15b3,5@0/ibport@2,ffff,ipib:ibd1
    /devices/pci@0,0/pci10de,5d@e/pci15b3,5@0:devctl

Workaround 2: If you reboot the system before updating the path_to_inst file and the /dev directory, the system might hang. In such a case, perform the following steps:

  1. Power off the system and remove the HCA from the bus.

  2. Reboot the system without the HCA installed.

  3. Once the system is back on, follow steps 2 and 3 in Workaround 1.

  4. Power off the system.

  5. Reinstall the HCA.

  6. Reboot the system.

    If the system reboots but the ibd interfaces do not automatically plumb, you might have to manually rename the /etc/hostname.ib<?> files to reflect the current device configuration.

The ZFS ARC Allocates Memory Inside the Kernel Cage Preventing DR (15377173)

ZFS can potentially allocate kernel memory across all system boards on systems with very large memory configurations. One free system board is required for dynamic memory reconfiguration so that the memory from the board to be dynamically reconfigured can be copied to the free board. The dynamic memory reconfiguration means that you cannot dynamically reconfigure memory on systems with very large memory configurations that have ZFS running. High-end Sun Fire servers from Oracle can relocate kernel pages so that this issue is avoided. These servers must have kernel page relocation (KPR) enabled for domains with more than 32 cores. No error message is displayed

Workaround: Reduce the amount of kernel memory that ZFS can allocate by setting the zfs_arc_max parameter in the /etc/system file. The following example sets the maximum size to 512 Mbytes.

set zfs:zfs_arc_max = 0x20000000

Certain USB 2.0 Controllers Are Disabled

Support for certain USB 2.0 controllers has been disabled because of incompatibilities between these devices and the EHCI driver. The following message is displayed:

Due to recently discovered incompatibilities with this 
USB controller, USB2.x transfer support has been disabled. 
This device will continue to function as a USB1.x controller. 
If you are interested in enabling USB2.x support please refer 
to the ehci(7D) man page. 
Please refer to www.sun.com/io for Solaris Ready products 
and to www.sun.com/bigadmin/hcl for additional compatible 
USB products.

For the latest information about USB devices, see http://www.oracle.com/technetwork/server-storage/solaris/overview/usb-faq-140616.html.

Supported USB Devices and Corresponding Hub Configurations

This Oracle Solaris 10 release supports both USB 1.1 and USB 2.0 devices. The following table is a summary of USB devices that work in specific configurations. Connection types can either be direct to the computer or through a USB hub. Note that USB 1.1 devices and hubs are low speed or full speed. USB 2.0 devices and hubs are high speed. For details about ports and speeds of operation, see the System Administration Guide: Devices and File Systems.

Table 3-1 USB Devices and Configurations

USB Devices
Connection Types
USB 2.0 storage devices
Direct, USB 1.1 hub, USB 2.0 hub
USB 2.0 audio devices
Not supported
USB 1.1 devices except audio
Direct, USB 1.1 hub, USB 2.0 hub
USB 1.1 audio devices
Direct, USB 1.1 hub

x86: Limitations Exist With Certain Device Drivers in the Oracle Solaris 10 OS

This release of Oracle Solaris 10 for x86 platforms has the following limitations related to certain drivers and interfaces:

DVD-ROM/CD-ROM Drives on Headless Systems

Power management of interactive devices such as removable media is linked with power management of your monitor and the graphics card that drives your monitor. If your screen is active, devices such as the CD-ROM drive and diskette drive remain in full-power mode. These devices might switch to low-power mode on a system without a monitor. To restore power to the CD or diskette drive, use the volcheck command to obtain the latest status from each removable device.

Alternatively, you can disable power management on your system by using the Dtpower GUI. By disabling power management, these devices remain in full power mode.

x86: Manual Configuration Required to Specify Non-U.S. English Keyboards

By default, the kdmconfig program specifies Generic US-English (104-Key) as the keyboard type that is connected to the system. If the system's keyboard is not a US-English keyboard, you must manually specify the keyboard type during installation. Otherwise, the installation will use the default keyboard specification, which is inconsistent with the system's actual keyboard type.

Choose one of the following workarounds.

Workaround 1: If the system's keyboard is not a US-English keyboard, perform the following steps during installation:

  1. When the Proposed Window System Configuration For Installation screen is displayed, press Esc.


    Note - The information on the Proposed Window System Configuration For Installation screen, which includes the keyboard type, is displayed only for 30 seconds. If you want to change configuration settings, you must press Esc before the 30 seconds lapse. Otherwise, the installation continues by using the displayed settings.


  2. Change the keyboard type to the type that corresponds to your system's keyboard.

  3. Press Enter to accept the changes and continue with the installation.

Workaround 2: To change the keyboard type on a system that is already running the Oracle Solaris 10 OS, use the kdmconfig program. Choose the option that applies to the type of X server your system is running.