JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris 11 Express Release Notes     Oracle Solaris 11 Express 11/10
search filter icon
search icon

Document Information

Preface

1.  Installation Issues

2.  Runtime Issues

General Information

Performing Oracle Solaris Administration Tasks as a Privileged User

System Administration

System Hangs During iSCSI Boot After Installation on an iSCSI Device (6974162)

Default dumpadm Configuration Is Not Set to Capture Crash Dumps (5003)

Desktop Issues

Brasero Crashes Upon Burning an ISO Image (6988688)

Unresponsive Scroll Bar in Thunderbird (17274)

Gksu Does Not Report Expired Password (6995127)

Distorted Text Seen in the Lock Screen Dialog Box for the pt_BR.UTF-8 Locale (6986685)

Localization Issues

Japanese Characters Might Not Display Correctly in Java Applications

Live CD Includes Only One Locale Per Language

Input Method Preference Editor Help Fails to Load (8880)

3.  Documentation Issues

4.  End-of-Software Support Statements

System Administration

This section describes system administration bugs in the Oracle Solaris 11 Express release.

System Hangs During iSCSI Boot After Installation on an iSCSI Device (6974162)

After you install the Oracle Solaris 11 Express release on an iSCSI device for iSCSI boot, the system might hang. You might be unable to log in to the system.

Workaround: Before the reboot, follow these steps to manually disable the svc:/network/physical:nwam service and then enable the svc:/network/physical:default service.

In this release, the default.xml Automated Installer manifest resides in the /var/ai/<port_number>/AI_data/default.xml directory and contains the following section:

<service name="network/physical" version="1" type="service">
<instance name="nwam" enabled="true"/>
<instance name="default" enabled="false"/>
</service>

To obtain the port number in the /var/ai/<port_number>/AI_data/default.xml directory, type the following command:

# installadm list -n <install_service>

To disable the NWAM service and to enable the default service, make the following changes to the default.xml AI manifest:

If you do not have the permission to configure the manifest on the installation server, you can use the following workaround on the client system. Use this workaround before the initial reboot after you install the current release on the iSCSI device.

  1. Mount the iSCSI boot device.

    # beadm mount solaris /a
  2. Modify the /a/etc/svc/profile/sc_profile.xml file by deleting the following lines:

    <service name="network/physical" version="1" type="service">
    <instance name="nwam" enabled="true"/>
    <instance name="default" enabled="false"/>
    </service>
  3. Unmount the iSCSI device.

    # beadm unmount solaris
  4. Reboot the system.

Default dumpadm Configuration Is Not Set to Capture Crash Dumps (5003)

The dumpadm configuration in this release is not configured to save crash dumps on reboot after panic.

Workaround: Use the dumpadm -y command to enable crash dumps at boot time.

# dumpadm -y