The OpenSolaris development package repository

        http://pkg.opensolaris.org/dev

has been updated to reflect the changes in snv_111 for both x86/x64 and
SPARC platforms.  This update also includes fixes to the Caiman "Slim
Install" and the Image Packaging System (IPS).

This update also includes Sun Studio Express 3/09 and the DTrace GUI
plugin for NetBeans 1.0.

Users who wish to update their system to the development build can do
so by setting their preferred authority to the above URL and using the
"image-update" facility provided by the pkg(1) command or by the
"Update All" facility of the Package Manager GUI.

IMPORTANT NOTE: The development builds have undergone limited testing
and users should expect to uncover issues as the next release is
developed.  Bug reports and requests for enhancement are welcome
through http://defect.opensolaris.org/

Known IPS issues in this repository update
==========================================
3644 directory/symlink ambiguity renders package uninstallable
http://defect.opensolaris.org/bz/show_bug.cgi?id=3644

        When updating from a build 110 image in which the SUNWtltk
        package has been installed, an error message along the
        following lines may be seen

                OSError: [Errno 20] Not a directory:
                '/tmp/tmpwpc7Zq/usr/X11/share/include'

        Work-around: Retry the update using the following set of
        commands

                $ pfexec rm /usr/X11/share/include
                $ pfexec pkg image-update
                $ pfexec pkg fix SUNWxwplt

7358 Depot throws a stack trace when started with an old index (should rebuild)
http://defect.opensolaris.org/bz/show_bug.cgi?id=7358

        pkg(5) servers upgraded to build 110 will terminate with a
        "pkg.search_errors.InconsistentIndexException" error.

        Work-around: Remove the old search indices located at

                <Path to repository>/index

                (by default /var/pkg/repo/index)

        and restart the pkg.depotd(1M) server.

7836 Warnings printed about "emlxs" driver on "pkg image-update"
http://defect.opensolaris.org/bz/show_bug.cgi?id=7836

        The following error message may be seen when updating to build
        111 or later

                driver (emlxs) upgrade
                (removal of minor perm '* 0600 root sys'') failed with
                return code 252
                command run was:
                /usr/sbin/update_drv -b /mnt -d -m * 0600 root sys' emlxs
                command output was:
                ------------------------------------------------------------
                No entry found for driver (emlxs) in file (/mnt/etc/minor_perm).
                ------------------------------------------------------------

        Work-around: This message is innocuous and may be safely
        ignored.

Known Caiman issues in this repository update
=============================================
5780 ai_sparc_image.xml need official repos before release
http://defect.opensolaris.org/bz/show_bug.cgi?id=5780

6525 Change AI default.xml back to pkg.opensolaris.org
http://defect.opensolaris.org/bz/show_bug.cgi?id=6525

        Starting with build 111, the default pkg(5) authority used by
        the Automated Installer and present on installed clients is now

                http://pkg.opensolaris.org/release

        As this repository still contains only OpenSolaris 2008.11 and
        earlier packages, users should instead by using

                http://pkg.opensolaris.org/dev

        in their AI manifests and on their newly installed clients.
        The former can be set by changing the "url" attribute of the
        "pkg_repo_default_authority" property in the manifest while the
        latter can be set using either the pkg(1) command or the
        Package Manager.

7751 AI image shows warning about /etc/system during boot
http://defect.opensolaris.org/bz/show_bug.cgi?id=7751

        When a SPARC Automated Installer client boots, the following
        message may be displayed

                WARNING: Unexpected token '.' on line 101 of /etc/system

        Work-around: This message is innocuous and may be safely
        ignored.

7758 AI install always fails after swap slice is created
http://defect.opensolaris.org/bz/show_bug.cgi?id=7758

        During an Automated Installation, the install may fail due to
        lack of swap space.  This will typically be seen as a failed
        pkg(1M) command as recorded in the installation log.  Affected
        machines include x86/x64 systems with less than 1300MB of main
        memory or SPARC systems with less than 1800MB of main memory.

        Work-around: Force a swap partition to always be created by
        adding the following stanza to the installer manifest

                <ai_device_vtoc_slices>
                        <slice_action>delete</slice_action>
                        <slice_number>1</slice_number>
                        <slice_size>512</slice_size>
                        <slice_size_units>mb</slice_size_units>
                </ai_device_vtoc_slices>

        An example of this can be found in

                /usr/share/auto_install/ai_manifest.xml

Other known issues in this repository update
============================================
7803 Corrupted boot-archive after AI install on sparc with osol_110/111
http://defect.opensolaris.org/bz/show_bug.cgi?id=7803

6820295 C++ compilation fails on daily.0129 and above
http://bugs.opensolaris.org/view_bug.do?bug_id=6820295

        After an installation, the system is unable to boot or when it
        does boot, error messages are printed on the system console of
        the form

                WARNING: Unexpected token '' on line 1 of <pathname>

        Work-around: None at this time.

6811922 PCIE init err info failed BDF 0x0 on snv_109 (Ultra 20 M2)

        Ultra 20 M2 systems may not boot after being upgraded or
        installed with build 109.

        Work-around: Upgrade the system's firmware to at least revision
        1.52.  Updated firmware can be obtained from

                http://www.sun.com/desktop/workstation/ultra20/downloads.jsp

6818652 cpu_acpi_cache_cst panics with bad _CST objects on Tecra M9 and M10
http://bugs.opensolaris.org/view_bug.do?bug_id=6818652

        Certain systems will panic on boot with the kernel stack trace
        indicating a failure in the function cpu_acpi_cache_cst().

        Work-around: Verify that your system has an up-to-date BIOS.
        If the system supports turning off Deep C-states C2 and C3 in
        the BIOS (usually under an advanced ACPI or CPU setup), disable
        those C-states and attempt booting again.

6819156 cpu_acpi_free_cstate_data can free the wrong size
http://bugs.opensolaris.org/view_bug.do?bug_id=6819156

        After updating to build 110 and rebooting, the system crashes
        immediately with a "kernel heap corruption detected" error.

        Work-around: None at this time.

6822628 constype returns unexpected value for nvidia card, ogl-select picks
http://bugs.opensolaris.org/view_bug.do?bug_id=6822628

        Systems with NVIDIA graphics have a non-accelerated OpenGL,
        rendering Compiz and other 3-D applications inoperable.

        Work-around: Explicitly set the "vendor" property in the
        "ogl-select" service and restart the "ogl-select" service

                $ svccfg -s application/opengl/ogl-select \
                        setprop options/vendor = nvidia
                $ svcadm restart application/opengl/ogl-select

        Then, select the "Log Out" menu item from the "System" menu and
        log back in again.

3408 X server does not start w/Guest Additions on OpenSolaris guest w/snv_107
http://www.virtualbox.org/ticket/3408

        The Xorg driver included with the VirtualBox Guest Additions is
        incompatible with the 1.5.3 version of the Xorg server included
        in this build.

        Work-around: VirtualBox users should remove the VirtualBox
        guest additions prior to updating to this build.
        Alternatively, VirtualBox 2.2 Beta 1 is reported to have
        addressed this issue

                http://download.virtualbox.org/virtualbox/2.2.0_BETA1/

ISO images for the Automated Installer[3], CD-R/CD-RW and USB are being
made available for this build via BitTorrent.  Torrent files are
provided as follows

        SPARC Automated Installer image, 249MB
        http://dlc.sun.com/torrents/info/osol-0906-111-ai-sparc.iso.torrent

        x86/x64 Automated Installer image, 159MB
        http://dlc.sun.com/torrents/info/osol-0906-111-ai-x86.iso.torrent

        x86/x64 All Languages CD, LZMA compression, 659MB
        http://dlc.sun.com/torrents/info/osol-0906-111-x86.iso.torrent

        x86/x64 All Languages USB, LZMA compression, 790MB
        http://dlc.sun.com/torrents/info/osol-0906-111-x86.usb.torrent

        MD5 checksums for these images
        http://www.opensolaris.org/os/project/indiana/files/md5sums_111.txt

The ISO images are also available for HTTP download from
http://www.genunix.org/

USB images can be copied to a USB device using the "usbcopy" program
that is part of the SUNWdistro-const package or by downloading the
script[4].

Automated Installer
===================
The SPARC Automated Installer ISO for this development build is
expected to work on all sun4v-based platforms and on sun4u-based
platforms with an OBP level of 4.17 or greater.  This capability can be
determined on an existing system by executing the command

        # eeprom | grep network-boot-arguments

If the network-boot-arguments parameter is set or if the following
output is displayed

        network-boot-arguments: data not available.

then the OBP can be used with the Automated Installer.

IMPORTANT NOTE: Systems being used to support the Automated Installer
and which are updated to build 110 or later must recreate the
associated services[5].

New packages in this repository update
======================================
SUNWluxopr                      Sun Enterprise Network Array libraries
SUNWapch22m-sed                 mod_sed plugin for Apache Web Server V2.2
SUNWgnu-nano                    GNU nano
SUNWmysql51                     MySQL 5.1 - MySQL Database Management System
SUNWmysql51lib                  MySQL 5.1 - MySQL Database Management System
SUNWmysql51test                 MySQL 5.1 - MySQL Database Management System
SUNWopenwsman                   Openwsman

Image Packaging System (IPS) specific bugs addressed in this repository update
==============================================================================
2422 error/usage message program identification is inconsistent in pkgrecv
2701 "scratch area" for depot
5432 Package Manager does not keep window settings
5850 SUNWxvmipa ships no license
6654 pkg list state incorrect after publisher removal when another publisher
6672 "pkg contents -m" filters out other variants
6856 operations fail if installed package from removed publisher exists in
6986 Update Confirm Boot  Env Dialog
6987 Add Help Buttons
7026 name is missing for textfields in PackageManager
7148 -a and -p options for search should be documented
7456 install and update all should try harder to eliminate multiple matches
7488 Information about publisher needed in GUI
7535 pkgsend file URL with drive specifier doesn't work (Windows)
7536 pkg list fails with traceback for unprivileged user when catalog missing
7547 Some working set reductions possible for image-update
7552 depot aborts connection for add operations with payload greater than 100MB
7557 Some text in BE confirmation dialog should be changed
7563 Remote search error rework
7572 Message emitted during packagemanager startup
7584 Even more memory savings are possible
7604 Mirror Add button should only be enabled if a valid url has been typed
7626 Need to update the version number of Studio unbundled release.
7627 solaris.py should support depend_path syntax
7628 Incremental update on server mangle indexes
7642 Unexpected error when doing image update to build 110
7657 Need to update the version number of DTrace GUI Plugin unbundled release.
7680 can't install redistributable inside a zone
7682 "audioi810" driver not found
7685 smf start method no longer compatible with ksh88
7709 luxadm is missing a required library
7710 Change buttons in Update Manager dialog
7711 Typo in error message
7743 Add Help button to WebInstall
7744 Webinstall with nothing to do needs a Close button
7746 basic actuator documentation in pkg(5)
7759 resync repository to snv_111
7777 Update mime type icon
7793 Numerous driver actions need work

Caiman installer specific bugs addressed in this repository update
==================================================================
3773 installadm output ln link error message
4215 AI doesn't set 'root' role and 'Primary Administrator' profile
4294 du isn't accurate for calculating the size of UFS-based archives
4407 AI should also tranfer the ai_sd_log and the revelant xml to the system
4518 create-service getting illegal option when using "-f" option.
4629 Cannot set timezone in automated installation
5371 Wrong entry in SUNWinstall-libs/prototype_com file
5554 Cannot specify hostname in automated installation, it is always opensolaris
5780 ai_sparc_image.xml need official repos before release
6431 ssh or rlogin service should be enable in install image for automated
6525 Change AI default.xml back to pkg.opensolaris.org
6685 disk_parts.c in liborchestor uses hard coded values from fdisk.h
6744 beadm fails for sparc AI sun4v due to missing /rpool/boot/menu.lst
6850 xVM guests fail to AI install due to missing /reconfigure or
7077 ICT - remove GRUB entry "text boot
7174 Add Hebrew/Slovak translation of jac's desktop icons - leverage from
7191 distro_const: errno 28, No space left on device
7196 beadm man page needs to be updated for sparc
7275 /etc/netboot/wanboot.conf has wrong permissions
7339 Add AI beta documentation to source gate
7346 Remove normalization code from get_service_address
7350 Updated service tag needed for 2009.06 release
7415 'slim_install' is left on system when Automated Installer is used for the
7436 disk radio button behaves like toggle button and breaks Orca.
7503 publish-manifest: will produce invalid XML for SC manifests with comments
7570 boot -L does not work on sparc due to missing
7621 Add DC beta documentation to source gate
7658 Push for 7621 caused build problem in slim_source gate
7676 Remove -P option from installadm create-client
7718 Workaround for AI fails due to ZFS swap volume bug in microroot
7799 Missing SC manifest information can cause hostname, other failures
7805 4215 broke /etc/user_attr

[1] http://mail.opensolaris.org/pipermail/pkg-discuss/2009-March/011619.html
[2] http://mail.opensolaris.org/pipermail/pkg-discuss/2008-December/009092.html
[3] http://dlc.sun.com/osol/docs/content/dev/AIinstall/basic.html
[4] 
http://src.opensolaris.org/source/raw/caiman/slim_source/usr/src/cmd/install-tools/usbcopy
[5] http://mail.opensolaris.org/pipermail/caiman-discuss/2009-March/009767.html
_______________________________________________
indiana-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/indiana-discuss

Reply via email to