From sureshc@sac.sfbay.sun.com Wed Oct 14 12:46:20 2009
Received: from newsunmail1brm.central.sun.com (newsunmail1brm.Central.Sun.COM [129.147.62.245])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id n9EJkJpX019014
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 14 Oct 2009 12:46:19 -0700 (PDT)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by newsunmail1brm.central.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id n9EJkImq004131;
	Wed, 14 Oct 2009 13:46:19 -0600 (MDT)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KRI0010RS95S000@nwk-avmta-1.sfbay.Sun.COM>; Wed,
 14 Oct 2009 12:46:17 -0700 (PDT)
Received: from dm-sfbay-01.sfbay.sun.com ([129.145.155.118])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KRI00046S95XUF0@nwk-avmta-1.sfbay.Sun.COM>; Wed,
 14 Oct 2009 12:46:17 -0700 (PDT)
Received: from sac.sfbay.sun.com (sac.SFBay.Sun.COM [129.146.226.132])
	by dm-sfbay-01.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2)
 with ESMTP id n9EJkGIp052100; Wed, 14 Oct 2009 12:46:16 -0700 (PDT)
Received: from sac.sfbay.sun.com (localhost [127.0.0.1])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id n9EJkFse019009; Wed,
 14 Oct 2009 12:46:15 -0700 (PDT)
Received: (from sureshc@localhost)
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8/Submit) id n9EJkFJm019005; Wed,
 14 Oct 2009 12:46:15 -0700 (PDT)
Date: Wed, 14 Oct 2009 12:46:15 -0700 (PDT)
From: Suresh Chandrasekharan <sureshc@sac.sfbay.sun.com>
Subject: LiveCD session improvement [PSARC/2009/560 FastTrack timeout
 10/22/2009]
To: PSARC-ext@sun.com
Cc: desktop-cteam@sun.com, ethan.quach@sun.com, gto@sun.com,
        sanjay.nadkarni@sun.com
Message-id: <200910141946.n9EJkFJm019005@sac.sfbay.sun.com>
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
Status: RO
Content-Length: 3435

Submitting this fastrack timing out on 10/22/2009, seeking Solaris minor release binding.

Suresh

Template Version: @(#)sac_nextcase 1.68 02/23/09 SMI
This information is Copyright 2009 Sun Microsystems
1. Introduction
    1.1. Project/Component Working Name:
	 LiveCD session improvement
    1.2. Name of Document Author/Supplier:
	 Author:  Suresh Chandrasekharan
    1.3  Date of This Document:
	14 October, 2009
4. Technical Description
    4.1. Details:

	gdm-2.28 is soon be integrating to OpenSolaris. Compared 
	with the existing gdm-2.20.10 this is major rewrite. One of the
	capabilities of this gdm, if there's a backend libxklavier
	library to support it is the ability to select a keyboard
	layout from the gdm login screen. Both the already existing
	login locales menu and the new keyboard layout menu are placed
	on a panel at the bottom of the screen.

	Support to change the keyboard layout is needed at GDM level
	for machines shared by users who use different keyboards or
	users sharing a single keyboard with possibly different layouts.

	PSARC/2009/483 - "libxklavier re-integration" enables gdm-2.28
	to display the keyboard layouts in the gdm screen. The backend 
	library libxklavier is provided through that case.

	One major advantage of providing the gnome keyboard and
	locale selection at the gdm screen is that, we can effectively
	replace the text console based keyboard/language selection that
	we currently have in OpenSolaris 2009.06 LiveCD. The menu based
	selection can hold more keyboards/locales in them than the text
	console based selection.

	The initial feedback from xDesign is that we need to automatically
	popup the keyboard/language selection when user is booting
	up the LiveCD. We will also work with LiveCD team to disable the
	text based selection screens for keyboard layout and locales.

    4.5. Interfaces:

	Imported Interfaces
	-------------------

	Interface                               Stability       Notes
	---------                               ---------	-----

	From PSARC/2009/483

        SUNWlibxklavier

        /usr/lib/libxklavier.so.15.0.0         Volatile        library
        /usr/lib/libxklavier.so.15             Volatile        sym link 
        /usr/lib/libxklavier.so                Volatile        sym link

        SUNWlibxklavier-devel

        /usr/include/libxklavier/xkl-enum-types.h        Volatile   Header File
        /usr/include/libxklavier/xkl_config_item.h       Volatile   Header File
        /usr/include/libxklavier/xkl_config_rec.h        Volatile   Header File
        /usr/include/libxklavier/xkl_config_registry.h   Volatile   Header File
        /usr/include/libxklavier/xkl_engine.h            Volatile   Header File
        /usr/include/libxklavier/xkl_engine_marshal.h    Volatile   Header File
        /usr/include/libxklavier/xklavier.h              Volatile   Header File

	From PSARC/2009/117 and PSARC/2009/440

	/usr/X11/lib/X11/xkb/*   Uncommitted    XKB definition files & directories.

	Obsoleted Interfaces
	-------------------

	Language/kbd selection text console screens in LiveCD from
	slim_source/usr/src/cmd/slim-instal/svc/live-fs-root

	Exported Interfaces
	--------------------

	No significant interfaces are exported

6. Resources and Schedule
    6.4. Steering Committee requested information
   	6.4.1. Consolidation C-team Name:
		G11N
    6.5. ARC review type: FastTrack
    6.6. ARC Exposure: open


From Alan.Coopersmith@sun.com Wed Oct 14 13:06:28 2009
Received: from sunmail5.uk.sun.com (sunmail5.UK.Sun.COM [129.156.85.165])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id n9EK6R6P019587;
	Wed, 14 Oct 2009 13:06:27 -0700 (PDT)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail5.uk.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2) with ESMTP id n9EK6NdE011918;
	Wed, 14 Oct 2009 21:06:26 +0100 (BST)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KRI00401T6PFG00@nwk-avmta-1.sfbay.Sun.COM>; Wed,
 14 Oct 2009 13:06:25 -0700 (PDT)
Received: from sca-es-mail-1.sun.com ([192.18.43.132])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KRI001MRT6OVG90@nwk-avmta-1.sfbay.Sun.COM>; Wed,
 14 Oct 2009 13:06:24 -0700 (PDT)
Received: from fe-sfbay-09.sun.com ([192.18.43.129])
	by sca-es-mail-1.sun.com (8.13.7+Sun/8.12.9) with ESMTP id n9EK6O7f019871;
 Wed, 14 Oct 2009 13:06:24 -0700 (PDT)
Received: from conversion-daemon.fe-sfbay-09.sun.com by fe-sfbay-09.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KRI00M00T5YBT00@fe-sfbay-09.sun.com>; Wed,
 14 Oct 2009 13:06:24 -0700 (PDT)
Received: from [129.145.155.53] ([unknown] [129.145.155.53])
 by fe-sfbay-09.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTPSA id <0KRI00FH6T6IYV90@fe-sfbay-09.sun.com>; Wed,
 14 Oct 2009 13:06:18 -0700 (PDT)
Date: Wed, 14 Oct 2009 13:06:18 -0700
From: Alan Coopersmith <Alan.Coopersmith@sun.com>
Subject: Re: LiveCD session improvement [PSARC/2009/560 FastTrack timeout
 10/22/2009]
In-reply-to: <200910141946.n9EJkFJm019005@sac.sfbay.sun.com>
Sender: Alan.Coopersmith@sun.com
To: Suresh Chandrasekharan <sureshc@sac.sfbay.sun.com>
Cc: PSARC-ext@sun.com, lsarc-ext <lsarc-ext@sun.com>, Ethan.Quach@sun.com,
        gto@sun.com, Sanjay.Nadkarni@sun.com
Message-id: <4AD62F3A.5090209@sun.com>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
X-Enigmail-Version: 0.95.1
References: <200910141946.n9EJkFJm019005@sac.sfbay.sun.com>
User-Agent: Thunderbird 2.0.0.22 (X11/20090720)
Status: RO
Content-Length: 4279

[Dropped desktop-cteam, as it's an internal-only alias - please don't mix
 internal & external aliases on the same mail - it causes confusion and
 bounces.]

Is there some reason you're not submitting this to LSARC, which reviews all
the other GNOME cases, including all previous gdm cases?

(BTW, one of your imported interfaces is actually Obsolete now, since /usr/X11
 was declared obsolete by PSARC/2009/482 - I don't know when the Prague G11n
 team plans to deliver the XKB keymaps to /usr/share instead though.)

	-Alan Coopersmith-           alan.coopersmith@sun.com
	 Sun Microsystems, Inc. - X Window System Engineering

Suresh Chandrasekharan wrote:
> Submitting this fastrack timing out on 10/22/2009, seeking Solaris minor release binding.
> 
> Suresh
> 
> Template Version: @(#)sac_nextcase 1.68 02/23/09 SMI
> This information is Copyright 2009 Sun Microsystems
> 1. Introduction
>     1.1. Project/Component Working Name:
> 	 LiveCD session improvement
>     1.2. Name of Document Author/Supplier:
> 	 Author:  Suresh Chandrasekharan
>     1.3  Date of This Document:
> 	14 October, 2009
> 4. Technical Description
>     4.1. Details:
> 
> 	gdm-2.28 is soon be integrating to OpenSolaris. Compared 
> 	with the existing gdm-2.20.10 this is major rewrite. One of the
> 	capabilities of this gdm, if there's a backend libxklavier
> 	library to support it is the ability to select a keyboard
> 	layout from the gdm login screen. Both the already existing
> 	login locales menu and the new keyboard layout menu are placed
> 	on a panel at the bottom of the screen.
> 
> 	Support to change the keyboard layout is needed at GDM level
> 	for machines shared by users who use different keyboards or
> 	users sharing a single keyboard with possibly different layouts.
> 
> 	PSARC/2009/483 - "libxklavier re-integration" enables gdm-2.28
> 	to display the keyboard layouts in the gdm screen. The backend 
> 	library libxklavier is provided through that case.
> 
> 	One major advantage of providing the gnome keyboard and
> 	locale selection at the gdm screen is that, we can effectively
> 	replace the text console based keyboard/language selection that
> 	we currently have in OpenSolaris 2009.06 LiveCD. The menu based
> 	selection can hold more keyboards/locales in them than the text
> 	console based selection.
> 
> 	The initial feedback from xDesign is that we need to automatically
> 	popup the keyboard/language selection when user is booting
> 	up the LiveCD. We will also work with LiveCD team to disable the
> 	text based selection screens for keyboard layout and locales.
> 
>     4.5. Interfaces:
> 
> 	Imported Interfaces
> 	-------------------
> 
> 	Interface                               Stability       Notes
> 	---------                               ---------	-----
> 
> 	From PSARC/2009/483
> 
>         SUNWlibxklavier
> 
>         /usr/lib/libxklavier.so.15.0.0         Volatile        library
>         /usr/lib/libxklavier.so.15             Volatile        sym link 
>         /usr/lib/libxklavier.so                Volatile        sym link
> 
>         SUNWlibxklavier-devel
> 
>         /usr/include/libxklavier/xkl-enum-types.h        Volatile   Header File
>         /usr/include/libxklavier/xkl_config_item.h       Volatile   Header File
>         /usr/include/libxklavier/xkl_config_rec.h        Volatile   Header File
>         /usr/include/libxklavier/xkl_config_registry.h   Volatile   Header File
>         /usr/include/libxklavier/xkl_engine.h            Volatile   Header File
>         /usr/include/libxklavier/xkl_engine_marshal.h    Volatile   Header File
>         /usr/include/libxklavier/xklavier.h              Volatile   Header File
> 
> 	From PSARC/2009/117 and PSARC/2009/440
> 
> 	/usr/X11/lib/X11/xkb/*   Uncommitted    XKB definition files & directories.
> 
> 	Obsoleted Interfaces
> 	-------------------
> 
> 	Language/kbd selection text console screens in LiveCD from
> 	slim_source/usr/src/cmd/slim-instal/svc/live-fs-root
> 
> 	Exported Interfaces
> 	--------------------
> 
> 	No significant interfaces are exported
> 
> 6. Resources and Schedule
>     6.4. Steering Committee requested information
>    	6.4.1. Consolidation C-team Name:
> 		G11N
>     6.5. ARC review type: FastTrack
>     6.6. ARC Exposure: open
> 

From Alan.Coopersmith@sun.com Wed Oct 14 13:06:28 2009
Received: from sunmail5.uk.sun.com (sunmail5.UK.Sun.COM [129.156.85.165])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id n9EK6R6P019587;
	Wed, 14 Oct 2009 13:06:27 -0700 (PDT)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail5.uk.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2) with ESMTP id n9EK6NdE011918;
	Wed, 14 Oct 2009 21:06:26 +0100 (BST)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KRI00401T6PFG00@nwk-avmta-1.sfbay.Sun.COM>; Wed,
 14 Oct 2009 13:06:25 -0700 (PDT)
Received: from sca-es-mail-1.sun.com ([192.18.43.132])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KRI001MRT6OVG90@nwk-avmta-1.sfbay.Sun.COM>; Wed,
 14 Oct 2009 13:06:24 -0700 (PDT)
Received: from fe-sfbay-09.sun.com ([192.18.43.129])
	by sca-es-mail-1.sun.com (8.13.7+Sun/8.12.9) with ESMTP id n9EK6O7f019871;
 Wed, 14 Oct 2009 13:06:24 -0700 (PDT)
Received: from conversion-daemon.fe-sfbay-09.sun.com by fe-sfbay-09.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KRI00M00T5YBT00@fe-sfbay-09.sun.com>; Wed,
 14 Oct 2009 13:06:24 -0700 (PDT)
Received: from [129.145.155.53] ([unknown] [129.145.155.53])
 by fe-sfbay-09.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTPSA id <0KRI00FH6T6IYV90@fe-sfbay-09.sun.com>; Wed,
 14 Oct 2009 13:06:18 -0700 (PDT)
Date: Wed, 14 Oct 2009 13:06:18 -0700
From: Alan Coopersmith <Alan.Coopersmith@sun.com>
Subject: Re: LiveCD session improvement [PSARC/2009/560 FastTrack timeout
 10/22/2009]
In-reply-to: <200910141946.n9EJkFJm019005@sac.sfbay.sun.com>
Sender: Alan.Coopersmith@sun.com
To: Suresh Chandrasekharan <sureshc@sac.sfbay.sun.com>
Cc: PSARC-ext@sun.com, lsarc-ext <lsarc-ext@sun.com>, Ethan.Quach@sun.com,
        gto@sun.com, Sanjay.Nadkarni@sun.com
Message-id: <4AD62F3A.5090209@sun.com>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
X-Enigmail-Version: 0.95.1
References: <200910141946.n9EJkFJm019005@sac.sfbay.sun.com>
User-Agent: Thunderbird 2.0.0.22 (X11/20090720)
Status: RO
Content-Length: 4279

[Dropped desktop-cteam, as it's an internal-only alias - please don't mix
 internal & external aliases on the same mail - it causes confusion and
 bounces.]

Is there some reason you're not submitting this to LSARC, which reviews all
the other GNOME cases, including all previous gdm cases?

(BTW, one of your imported interfaces is actually Obsolete now, since /usr/X11
 was declared obsolete by PSARC/2009/482 - I don't know when the Prague G11n
 team plans to deliver the XKB keymaps to /usr/share instead though.)

	-Alan Coopersmith-           alan.coopersmith@sun.com
	 Sun Microsystems, Inc. - X Window System Engineering

Suresh Chandrasekharan wrote:
> Submitting this fastrack timing out on 10/22/2009, seeking Solaris minor release binding.
> 
> Suresh
> 
> Template Version: @(#)sac_nextcase 1.68 02/23/09 SMI
> This information is Copyright 2009 Sun Microsystems
> 1. Introduction
>     1.1. Project/Component Working Name:
> 	 LiveCD session improvement
>     1.2. Name of Document Author/Supplier:
> 	 Author:  Suresh Chandrasekharan
>     1.3  Date of This Document:
> 	14 October, 2009
> 4. Technical Description
>     4.1. Details:
> 
> 	gdm-2.28 is soon be integrating to OpenSolaris. Compared 
> 	with the existing gdm-2.20.10 this is major rewrite. One of the
> 	capabilities of this gdm, if there's a backend libxklavier
> 	library to support it is the ability to select a keyboard
> 	layout from the gdm login screen. Both the already existing
> 	login locales menu and the new keyboard layout menu are placed
> 	on a panel at the bottom of the screen.
> 
> 	Support to change the keyboard layout is needed at GDM level
> 	for machines shared by users who use different keyboards or
> 	users sharing a single keyboard with possibly different layouts.
> 
> 	PSARC/2009/483 - "libxklavier re-integration" enables gdm-2.28
> 	to display the keyboard layouts in the gdm screen. The backend 
> 	library libxklavier is provided through that case.
> 
> 	One major advantage of providing the gnome keyboard and
> 	locale selection at the gdm screen is that, we can effectively
> 	replace the text console based keyboard/language selection that
> 	we currently have in OpenSolaris 2009.06 LiveCD. The menu based
> 	selection can hold more keyboards/locales in them than the text
> 	console based selection.
> 
> 	The initial feedback from xDesign is that we need to automatically
> 	popup the keyboard/language selection when user is booting
> 	up the LiveCD. We will also work with LiveCD team to disable the
> 	text based selection screens for keyboard layout and locales.
> 
>     4.5. Interfaces:
> 
> 	Imported Interfaces
> 	-------------------
> 
> 	Interface                               Stability       Notes
> 	---------                               ---------	-----
> 
> 	From PSARC/2009/483
> 
>         SUNWlibxklavier
> 
>         /usr/lib/libxklavier.so.15.0.0         Volatile        library
>         /usr/lib/libxklavier.so.15             Volatile        sym link 
>         /usr/lib/libxklavier.so                Volatile        sym link
> 
>         SUNWlibxklavier-devel
> 
>         /usr/include/libxklavier/xkl-enum-types.h        Volatile   Header File
>         /usr/include/libxklavier/xkl_config_item.h       Volatile   Header File
>         /usr/include/libxklavier/xkl_config_rec.h        Volatile   Header File
>         /usr/include/libxklavier/xkl_config_registry.h   Volatile   Header File
>         /usr/include/libxklavier/xkl_engine.h            Volatile   Header File
>         /usr/include/libxklavier/xkl_engine_marshal.h    Volatile   Header File
>         /usr/include/libxklavier/xklavier.h              Volatile   Header File
> 
> 	From PSARC/2009/117 and PSARC/2009/440
> 
> 	/usr/X11/lib/X11/xkb/*   Uncommitted    XKB definition files & directories.
> 
> 	Obsoleted Interfaces
> 	-------------------
> 
> 	Language/kbd selection text console screens in LiveCD from
> 	slim_source/usr/src/cmd/slim-instal/svc/live-fs-root
> 
> 	Exported Interfaces
> 	--------------------
> 
> 	No significant interfaces are exported
> 
> 6. Resources and Schedule
>     6.4. Steering Committee requested information
>    	6.4.1. Consolidation C-team Name:
> 		G11N
>     6.5. ARC review type: FastTrack
>     6.6. ARC Exposure: open
> 

From Suresh.Chandrasekharan@sun.com Wed Oct 14 13:48:22 2009
Received: from sunmail5.uk.sun.com (sunmail5.UK.Sun.COM [129.156.85.165])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id n9EKmMkL019954;
	Wed, 14 Oct 2009 13:48:22 -0700 (PDT)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail5.uk.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2) with ESMTP id n9EKmAa0006946;
	Wed, 14 Oct 2009 21:48:21 +0100 (BST)
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KRI00I03V4K5700@nwk-avmta-2.sfbay.sun.com>; Wed,
 14 Oct 2009 13:48:20 -0700 (PDT)
Received: from sca-es-mail-2.sun.com ([192.18.43.133])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KRI00HCYV4KS300@nwk-avmta-2.sfbay.sun.com>; Wed,
 14 Oct 2009 13:48:20 -0700 (PDT)
Received: from fe-sfbay-10.sun.com ([192.18.43.129])
	by sca-es-mail-2.sun.com (8.13.7+Sun/8.12.9) with ESMTP id n9EKmKvc004326;
 Wed, 14 Oct 2009 13:48:20 -0700 (PDT)
Received: from conversion-daemon.fe-sfbay-10.sun.com by fe-sfbay-10.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KRI00D00U584700@fe-sfbay-10.sun.com>; Wed,
 14 Oct 2009 13:48:20 -0700 (PDT)
Received: from [192.168.1.67] ([unknown] [74.183.249.33])
 by fe-sfbay-10.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTPSA id <0KRI00EN6V48E160@fe-sfbay-10.sun.com>; Wed,
 14 Oct 2009 13:48:10 -0700 (PDT)
Date: Wed, 14 Oct 2009 16:47:57 -0400
From: Suresh Chandrasekharan <Suresh.Chandrasekharan@sun.com>
Subject: Re: LiveCD session improvement [PSARC/2009/560 FastTrack timeout
 10/22/2009]
In-reply-to: <4AD62F3A.5090209@sun.com>
Sender: Suresh.Chandrasekharan@sun.com
To: Alan Coopersmith <Alan.Coopersmith@sun.com>
Cc: Suresh Chandrasekharan <sureshc@sac.sfbay.sun.com>, PSARC-ext@sun.com,
        lsarc-ext <lsarc-ext@sun.com>, Ethan.Quach@sun.com, gto@sun.com,
        Sanjay.Nadkarni@sun.com
Message-id: <4AD638FD.20800@sun.com>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200910141946.n9EJkFJm019005@sac.sfbay.sun.com>
 <4AD62F3A.5090209@sun.com>
User-Agent: Thunderbird 2.0.0.22 (X11/20090804)
Status: RO
Content-Length: 4450

Thanks Alan. libxklavier which's a base library for these cases is not 
really a gnome component, so I thought it'll better if the related cases 
were looked upon by the same ARC...

Noted /usr/X11 obsoletion.

Regards,
Suresh
> Is there some reason you're not submitting this to LSARC, which reviews all
> the other GNOME cases, including all previous gdm cases?
>
> (BTW, one of your imported interfaces is actually Obsolete now, since /usr/X11
>  was declared obsolete by PSARC/2009/482 - I don't know when the Prague G11n
>  team plans to deliver the XKB keymaps to /usr/share instead though.)
>
> 	-Alan Coopersmith-           alan.coopersmith@sun.com
> 	 Sun Microsystems, Inc. - X Window System Engineering
>
> Suresh Chandrasekharan wrote:
>   
>> Submitting this fastrack timing out on 10/22/2009, seeking Solaris minor release binding.
>>
>> Suresh
>>
>> Template Version: @(#)sac_nextcase 1.68 02/23/09 SMI
>> This information is Copyright 2009 Sun Microsystems
>> 1. Introduction
>>     1.1. Project/Component Working Name:
>> 	 LiveCD session improvement
>>     1.2. Name of Document Author/Supplier:
>> 	 Author:  Suresh Chandrasekharan
>>     1.3  Date of This Document:
>> 	14 October, 2009
>> 4. Technical Description
>>     4.1. Details:
>>
>> 	gdm-2.28 is soon be integrating to OpenSolaris. Compared 
>> 	with the existing gdm-2.20.10 this is major rewrite. One of the
>> 	capabilities of this gdm, if there's a backend libxklavier
>> 	library to support it is the ability to select a keyboard
>> 	layout from the gdm login screen. Both the already existing
>> 	login locales menu and the new keyboard layout menu are placed
>> 	on a panel at the bottom of the screen.
>>
>> 	Support to change the keyboard layout is needed at GDM level
>> 	for machines shared by users who use different keyboards or
>> 	users sharing a single keyboard with possibly different layouts.
>>
>> 	PSARC/2009/483 - "libxklavier re-integration" enables gdm-2.28
>> 	to display the keyboard layouts in the gdm screen. The backend 
>> 	library libxklavier is provided through that case.
>>
>> 	One major advantage of providing the gnome keyboard and
>> 	locale selection at the gdm screen is that, we can effectively
>> 	replace the text console based keyboard/language selection that
>> 	we currently have in OpenSolaris 2009.06 LiveCD. The menu based
>> 	selection can hold more keyboards/locales in them than the text
>> 	console based selection.
>>
>> 	The initial feedback from xDesign is that we need to automatically
>> 	popup the keyboard/language selection when user is booting
>> 	up the LiveCD. We will also work with LiveCD team to disable the
>> 	text based selection screens for keyboard layout and locales.
>>
>>     4.5. Interfaces:
>>
>> 	Imported Interfaces
>> 	-------------------
>>
>> 	Interface                               Stability       Notes
>> 	---------                               ---------	-----
>>
>> 	From PSARC/2009/483
>>
>>         SUNWlibxklavier
>>
>>         /usr/lib/libxklavier.so.15.0.0         Volatile        library
>>         /usr/lib/libxklavier.so.15             Volatile        sym link 
>>         /usr/lib/libxklavier.so                Volatile        sym link
>>
>>         SUNWlibxklavier-devel
>>
>>         /usr/include/libxklavier/xkl-enum-types.h        Volatile   Header File
>>         /usr/include/libxklavier/xkl_config_item.h       Volatile   Header File
>>         /usr/include/libxklavier/xkl_config_rec.h        Volatile   Header File
>>         /usr/include/libxklavier/xkl_config_registry.h   Volatile   Header File
>>         /usr/include/libxklavier/xkl_engine.h            Volatile   Header File
>>         /usr/include/libxklavier/xkl_engine_marshal.h    Volatile   Header File
>>         /usr/include/libxklavier/xklavier.h              Volatile   Header File
>>
>> 	From PSARC/2009/117 and PSARC/2009/440
>>
>> 	/usr/X11/lib/X11/xkb/*   Uncommitted    XKB definition files & directories.
>>
>> 	Obsoleted Interfaces
>> 	-------------------
>>
>> 	Language/kbd selection text console screens in LiveCD from
>> 	slim_source/usr/src/cmd/slim-instal/svc/live-fs-root
>>
>> 	Exported Interfaces
>> 	--------------------
>>
>> 	No significant interfaces are exported
>>
>> 6. Resources and Schedule
>>     6.4. Steering Committee requested information
>>    	6.4.1. Consolidation C-team Name:
>> 		G11N
>>     6.5. ARC review type: FastTrack
>>     6.6. ARC Exposure: open
>>
>>     


From Suresh.Chandrasekharan@sun.com Wed Oct 14 13:48:22 2009
Received: from sunmail5.uk.sun.com (sunmail5.UK.Sun.COM [129.156.85.165])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id n9EKmMkL019954;
	Wed, 14 Oct 2009 13:48:22 -0700 (PDT)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail5.uk.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2) with ESMTP id n9EKmAa0006946;
	Wed, 14 Oct 2009 21:48:21 +0100 (BST)
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KRI00I03V4K5700@nwk-avmta-2.sfbay.sun.com>; Wed,
 14 Oct 2009 13:48:20 -0700 (PDT)
Received: from sca-es-mail-2.sun.com ([192.18.43.133])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KRI00HCYV4KS300@nwk-avmta-2.sfbay.sun.com>; Wed,
 14 Oct 2009 13:48:20 -0700 (PDT)
Received: from fe-sfbay-10.sun.com ([192.18.43.129])
	by sca-es-mail-2.sun.com (8.13.7+Sun/8.12.9) with ESMTP id n9EKmKvc004326;
 Wed, 14 Oct 2009 13:48:20 -0700 (PDT)
Received: from conversion-daemon.fe-sfbay-10.sun.com by fe-sfbay-10.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KRI00D00U584700@fe-sfbay-10.sun.com>; Wed,
 14 Oct 2009 13:48:20 -0700 (PDT)
Received: from [192.168.1.67] ([unknown] [74.183.249.33])
 by fe-sfbay-10.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTPSA id <0KRI00EN6V48E160@fe-sfbay-10.sun.com>; Wed,
 14 Oct 2009 13:48:10 -0700 (PDT)
Date: Wed, 14 Oct 2009 16:47:57 -0400
From: Suresh Chandrasekharan <Suresh.Chandrasekharan@sun.com>
Subject: Re: LiveCD session improvement [PSARC/2009/560 FastTrack timeout
 10/22/2009]
In-reply-to: <4AD62F3A.5090209@sun.com>
Sender: Suresh.Chandrasekharan@sun.com
To: Alan Coopersmith <Alan.Coopersmith@sun.com>
Cc: Suresh Chandrasekharan <sureshc@sac.sfbay.sun.com>, PSARC-ext@sun.com,
        lsarc-ext <lsarc-ext@sun.com>, Ethan.Quach@sun.com, gto@sun.com,
        Sanjay.Nadkarni@sun.com
Message-id: <4AD638FD.20800@sun.com>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200910141946.n9EJkFJm019005@sac.sfbay.sun.com>
 <4AD62F3A.5090209@sun.com>
User-Agent: Thunderbird 2.0.0.22 (X11/20090804)
Status: RO
Content-Length: 4450

Thanks Alan. libxklavier which's a base library for these cases is not 
really a gnome component, so I thought it'll better if the related cases 
were looked upon by the same ARC...

Noted /usr/X11 obsoletion.

Regards,
Suresh
> Is there some reason you're not submitting this to LSARC, which reviews all
> the other GNOME cases, including all previous gdm cases?
>
> (BTW, one of your imported interfaces is actually Obsolete now, since /usr/X11
>  was declared obsolete by PSARC/2009/482 - I don't know when the Prague G11n
>  team plans to deliver the XKB keymaps to /usr/share instead though.)
>
> 	-Alan Coopersmith-           alan.coopersmith@sun.com
> 	 Sun Microsystems, Inc. - X Window System Engineering
>
> Suresh Chandrasekharan wrote:
>   
>> Submitting this fastrack timing out on 10/22/2009, seeking Solaris minor release binding.
>>
>> Suresh
>>
>> Template Version: @(#)sac_nextcase 1.68 02/23/09 SMI
>> This information is Copyright 2009 Sun Microsystems
>> 1. Introduction
>>     1.1. Project/Component Working Name:
>> 	 LiveCD session improvement
>>     1.2. Name of Document Author/Supplier:
>> 	 Author:  Suresh Chandrasekharan
>>     1.3  Date of This Document:
>> 	14 October, 2009
>> 4. Technical Description
>>     4.1. Details:
>>
>> 	gdm-2.28 is soon be integrating to OpenSolaris. Compared 
>> 	with the existing gdm-2.20.10 this is major rewrite. One of the
>> 	capabilities of this gdm, if there's a backend libxklavier
>> 	library to support it is the ability to select a keyboard
>> 	layout from the gdm login screen. Both the already existing
>> 	login locales menu and the new keyboard layout menu are placed
>> 	on a panel at the bottom of the screen.
>>
>> 	Support to change the keyboard layout is needed at GDM level
>> 	for machines shared by users who use different keyboards or
>> 	users sharing a single keyboard with possibly different layouts.
>>
>> 	PSARC/2009/483 - "libxklavier re-integration" enables gdm-2.28
>> 	to display the keyboard layouts in the gdm screen. The backend 
>> 	library libxklavier is provided through that case.
>>
>> 	One major advantage of providing the gnome keyboard and
>> 	locale selection at the gdm screen is that, we can effectively
>> 	replace the text console based keyboard/language selection that
>> 	we currently have in OpenSolaris 2009.06 LiveCD. The menu based
>> 	selection can hold more keyboards/locales in them than the text
>> 	console based selection.
>>
>> 	The initial feedback from xDesign is that we need to automatically
>> 	popup the keyboard/language selection when user is booting
>> 	up the LiveCD. We will also work with LiveCD team to disable the
>> 	text based selection screens for keyboard layout and locales.
>>
>>     4.5. Interfaces:
>>
>> 	Imported Interfaces
>> 	-------------------
>>
>> 	Interface                               Stability       Notes
>> 	---------                               ---------	-----
>>
>> 	From PSARC/2009/483
>>
>>         SUNWlibxklavier
>>
>>         /usr/lib/libxklavier.so.15.0.0         Volatile        library
>>         /usr/lib/libxklavier.so.15             Volatile        sym link 
>>         /usr/lib/libxklavier.so                Volatile        sym link
>>
>>         SUNWlibxklavier-devel
>>
>>         /usr/include/libxklavier/xkl-enum-types.h        Volatile   Header File
>>         /usr/include/libxklavier/xkl_config_item.h       Volatile   Header File
>>         /usr/include/libxklavier/xkl_config_rec.h        Volatile   Header File
>>         /usr/include/libxklavier/xkl_config_registry.h   Volatile   Header File
>>         /usr/include/libxklavier/xkl_engine.h            Volatile   Header File
>>         /usr/include/libxklavier/xkl_engine_marshal.h    Volatile   Header File
>>         /usr/include/libxklavier/xklavier.h              Volatile   Header File
>>
>> 	From PSARC/2009/117 and PSARC/2009/440
>>
>> 	/usr/X11/lib/X11/xkb/*   Uncommitted    XKB definition files & directories.
>>
>> 	Obsoleted Interfaces
>> 	-------------------
>>
>> 	Language/kbd selection text console screens in LiveCD from
>> 	slim_source/usr/src/cmd/slim-instal/svc/live-fs-root
>>
>> 	Exported Interfaces
>> 	--------------------
>>
>> 	No significant interfaces are exported
>>
>> 6. Resources and Schedule
>>     6.4. Steering Committee requested information
>>    	6.4.1. Consolidation C-team Name:
>> 		G11N
>>     6.5. ARC review type: FastTrack
>>     6.6. ARC Exposure: open
>>
>>     


From Pavel.Heimlich@sun.com Thu Oct 15 05:52:10 2009
Received: from newsunmail1brm.central.sun.com (newsunmail1brm.Central.Sun.COM [129.147.62.245])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id n9FCq8Af019423;
	Thu, 15 Oct 2009 05:52:09 -0700 (PDT)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by newsunmail1brm.central.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id n9FCq4na011386;
	Thu, 15 Oct 2009 06:52:07 -0600 (MDT)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KRK0020J3QU7O00@nwk-avmta-1.sfbay.Sun.COM>; Thu,
 15 Oct 2009 05:52:06 -0700 (PDT)
Received: from gmp-eb-inf-2.sun.com ([192.18.6.24])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KRK00MAR3QTQZ20@nwk-avmta-1.sfbay.Sun.COM>; Thu,
 15 Oct 2009 05:52:06 -0700 (PDT)
Received: from fe-emea-10.sun.com
 (gmp-eb-lb-1-fe1.eu.sun.com [192.18.6.7] (may be forged))
	by gmp-eb-inf-2.sun.com (8.13.7+Sun/8.12.9) with ESMTP id n9FCq4j1005142; Thu,
 15 Oct 2009 12:52:05 +0000 (GMT)
Received: from conversion-daemon.fe-emea-10.sun.com by fe-emea-10.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KRK0030031THS00@fe-emea-10.sun.com>; Thu, 15 Oct 2009 13:51:44 +0100 (BST)
Received: from [129.157.18.148] ([unknown] [129.157.18.148])
 by fe-emea-10.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTPSA id <0KRK005ZR3Q4RV30@fe-emea-10.sun.com>; Thu,
 15 Oct 2009 13:51:42 +0100 (BST)
Date: Thu, 15 Oct 2009 14:48:39 +0200
From: Pavel.Heimlich@sun.com
Subject: Re: LiveCD session improvement [PSARC/2009/560 FastTrack timeout
 10/22/2009]
In-reply-to: <4AD638FD.20800@sun.com>
Sender: Pavel.Heimlich@sun.com
To: Suresh Chandrasekharan <Suresh.Chandrasekharan@sun.com>
Cc: Alan Coopersmith <Alan.Coopersmith@sun.com>, PSARC-ext@sun.com,
        lsarc-ext <lsarc-ext@sun.com>, Ethan.Quach@sun.com, gto@sun.com,
        Sanjay.Nadkarni@sun.com
Message-id: <4AD71A27.1060104@Sun.COM>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200910141946.n9EJkFJm019005@sac.sfbay.sun.com>
 <4AD62F3A.5090209@sun.com> <4AD638FD.20800@sun.com>
User-Agent: Thunderbird 2.0.0.23 (X11/20090822)
Status: RO
Content-Length: 4884

Hi Suresh,
What would happen if X fails to start? Would the CLI stay in C?

P.


Suresh Chandrasekharan wrote:
> Thanks Alan. libxklavier which's a base library for these cases is not 
> really a gnome component, so I thought it'll better if the related cases 
> were looked upon by the same ARC...
> 
> Noted /usr/X11 obsoletion.
> 
> Regards,
> Suresh
>> Is there some reason you're not submitting this to LSARC, which 
>> reviews all
>> the other GNOME cases, including all previous gdm cases?
>>
>> (BTW, one of your imported interfaces is actually Obsolete now, since 
>> /usr/X11
>>  was declared obsolete by PSARC/2009/482 - I don't know when the 
>> Prague G11n
>>  team plans to deliver the XKB keymaps to /usr/share instead though.)
>>
>>     -Alan Coopersmith-           alan.coopersmith@sun.com
>>      Sun Microsystems, Inc. - X Window System Engineering
>>
>> Suresh Chandrasekharan wrote:
>>  
>>> Submitting this fastrack timing out on 10/22/2009, seeking Solaris 
>>> minor release binding.
>>>
>>> Suresh
>>>
>>> Template Version: @(#)sac_nextcase 1.68 02/23/09 SMI
>>> This information is Copyright 2009 Sun Microsystems
>>> 1. Introduction
>>>     1.1. Project/Component Working Name:
>>>      LiveCD session improvement
>>>     1.2. Name of Document Author/Supplier:
>>>      Author:  Suresh Chandrasekharan
>>>     1.3  Date of This Document:
>>>     14 October, 2009
>>> 4. Technical Description
>>>     4.1. Details:
>>>
>>>     gdm-2.28 is soon be integrating to OpenSolaris. Compared     with 
>>> the existing gdm-2.20.10 this is major rewrite. One of the
>>>     capabilities of this gdm, if there's a backend libxklavier
>>>     library to support it is the ability to select a keyboard
>>>     layout from the gdm login screen. Both the already existing
>>>     login locales menu and the new keyboard layout menu are placed
>>>     on a panel at the bottom of the screen.
>>>
>>>     Support to change the keyboard layout is needed at GDM level
>>>     for machines shared by users who use different keyboards or
>>>     users sharing a single keyboard with possibly different layouts.
>>>
>>>     PSARC/2009/483 - "libxklavier re-integration" enables gdm-2.28
>>>     to display the keyboard layouts in the gdm screen. The backend 
>>>     library libxklavier is provided through that case.
>>>
>>>     One major advantage of providing the gnome keyboard and
>>>     locale selection at the gdm screen is that, we can effectively
>>>     replace the text console based keyboard/language selection that
>>>     we currently have in OpenSolaris 2009.06 LiveCD. The menu based
>>>     selection can hold more keyboards/locales in them than the text
>>>     console based selection.
>>>
>>>     The initial feedback from xDesign is that we need to automatically
>>>     popup the keyboard/language selection when user is booting
>>>     up the LiveCD. We will also work with LiveCD team to disable the
>>>     text based selection screens for keyboard layout and locales.
>>>
>>>     4.5. Interfaces:
>>>
>>>     Imported Interfaces
>>>     -------------------
>>>
>>>     Interface                               Stability       Notes
>>>     ---------                               ---------    -----
>>>
>>>     From PSARC/2009/483
>>>
>>>         SUNWlibxklavier
>>>
>>>         /usr/lib/libxklavier.so.15.0.0         Volatile        library
>>>         /usr/lib/libxklavier.so.15             Volatile        sym 
>>> link         /usr/lib/libxklavier.so                Volatile        
>>> sym link
>>>
>>>         SUNWlibxklavier-devel
>>>
>>>         /usr/include/libxklavier/xkl-enum-types.h        Volatile   
>>> Header File
>>>         /usr/include/libxklavier/xkl_config_item.h       Volatile   
>>> Header File
>>>         /usr/include/libxklavier/xkl_config_rec.h        Volatile   
>>> Header File
>>>         /usr/include/libxklavier/xkl_config_registry.h   Volatile   
>>> Header File
>>>         /usr/include/libxklavier/xkl_engine.h            Volatile   
>>> Header File
>>>         /usr/include/libxklavier/xkl_engine_marshal.h    Volatile   
>>> Header File
>>>         /usr/include/libxklavier/xklavier.h              Volatile   
>>> Header File
>>>
>>>     From PSARC/2009/117 and PSARC/2009/440
>>>
>>>     /usr/X11/lib/X11/xkb/*   Uncommitted    XKB definition files & 
>>> directories.
>>>
>>>     Obsoleted Interfaces
>>>     -------------------
>>>
>>>     Language/kbd selection text console screens in LiveCD from
>>>     slim_source/usr/src/cmd/slim-instal/svc/live-fs-root
>>>
>>>     Exported Interfaces
>>>     --------------------
>>>
>>>     No significant interfaces are exported
>>>
>>> 6. Resources and Schedule
>>>     6.4. Steering Committee requested information
>>>        6.4.1. Consolidation C-team Name:
>>>         G11N
>>>     6.5. ARC review type: FastTrack
>>>     6.6. ARC Exposure: open
>>>
>>>     
> 


From Pavel.Heimlich@sun.com Thu Oct 15 05:52:10 2009
Received: from newsunmail1brm.central.sun.com (newsunmail1brm.Central.Sun.COM [129.147.62.245])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id n9FCq8Af019423;
	Thu, 15 Oct 2009 05:52:09 -0700 (PDT)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by newsunmail1brm.central.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id n9FCq4na011386;
	Thu, 15 Oct 2009 06:52:07 -0600 (MDT)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KRK0020J3QU7O00@nwk-avmta-1.sfbay.Sun.COM>; Thu,
 15 Oct 2009 05:52:06 -0700 (PDT)
Received: from gmp-eb-inf-2.sun.com ([192.18.6.24])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KRK00MAR3QTQZ20@nwk-avmta-1.sfbay.Sun.COM>; Thu,
 15 Oct 2009 05:52:06 -0700 (PDT)
Received: from fe-emea-10.sun.com
 (gmp-eb-lb-1-fe1.eu.sun.com [192.18.6.7] (may be forged))
	by gmp-eb-inf-2.sun.com (8.13.7+Sun/8.12.9) with ESMTP id n9FCq4j1005142; Thu,
 15 Oct 2009 12:52:05 +0000 (GMT)
Received: from conversion-daemon.fe-emea-10.sun.com by fe-emea-10.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KRK0030031THS00@fe-emea-10.sun.com>; Thu, 15 Oct 2009 13:51:44 +0100 (BST)
Received: from [129.157.18.148] ([unknown] [129.157.18.148])
 by fe-emea-10.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTPSA id <0KRK005ZR3Q4RV30@fe-emea-10.sun.com>; Thu,
 15 Oct 2009 13:51:42 +0100 (BST)
Date: Thu, 15 Oct 2009 14:48:39 +0200
From: Pavel.Heimlich@sun.com
Subject: Re: LiveCD session improvement [PSARC/2009/560 FastTrack timeout
 10/22/2009]
In-reply-to: <4AD638FD.20800@sun.com>
Sender: Pavel.Heimlich@sun.com
To: Suresh Chandrasekharan <Suresh.Chandrasekharan@sun.com>
Cc: Alan Coopersmith <Alan.Coopersmith@sun.com>, PSARC-ext@sun.com,
        lsarc-ext <lsarc-ext@sun.com>, Ethan.Quach@sun.com, gto@sun.com,
        Sanjay.Nadkarni@sun.com
Message-id: <4AD71A27.1060104@Sun.COM>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200910141946.n9EJkFJm019005@sac.sfbay.sun.com>
 <4AD62F3A.5090209@sun.com> <4AD638FD.20800@sun.com>
User-Agent: Thunderbird 2.0.0.23 (X11/20090822)
Status: RO
Content-Length: 4884

Hi Suresh,
What would happen if X fails to start? Would the CLI stay in C?

P.


Suresh Chandrasekharan wrote:
> Thanks Alan. libxklavier which's a base library for these cases is not 
> really a gnome component, so I thought it'll better if the related cases 
> were looked upon by the same ARC...
> 
> Noted /usr/X11 obsoletion.
> 
> Regards,
> Suresh
>> Is there some reason you're not submitting this to LSARC, which 
>> reviews all
>> the other GNOME cases, including all previous gdm cases?
>>
>> (BTW, one of your imported interfaces is actually Obsolete now, since 
>> /usr/X11
>>  was declared obsolete by PSARC/2009/482 - I don't know when the 
>> Prague G11n
>>  team plans to deliver the XKB keymaps to /usr/share instead though.)
>>
>>     -Alan Coopersmith-           alan.coopersmith@sun.com
>>      Sun Microsystems, Inc. - X Window System Engineering
>>
>> Suresh Chandrasekharan wrote:
>>  
>>> Submitting this fastrack timing out on 10/22/2009, seeking Solaris 
>>> minor release binding.
>>>
>>> Suresh
>>>
>>> Template Version: @(#)sac_nextcase 1.68 02/23/09 SMI
>>> This information is Copyright 2009 Sun Microsystems
>>> 1. Introduction
>>>     1.1. Project/Component Working Name:
>>>      LiveCD session improvement
>>>     1.2. Name of Document Author/Supplier:
>>>      Author:  Suresh Chandrasekharan
>>>     1.3  Date of This Document:
>>>     14 October, 2009
>>> 4. Technical Description
>>>     4.1. Details:
>>>
>>>     gdm-2.28 is soon be integrating to OpenSolaris. Compared     with 
>>> the existing gdm-2.20.10 this is major rewrite. One of the
>>>     capabilities of this gdm, if there's a backend libxklavier
>>>     library to support it is the ability to select a keyboard
>>>     layout from the gdm login screen. Both the already existing
>>>     login locales menu and the new keyboard layout menu are placed
>>>     on a panel at the bottom of the screen.
>>>
>>>     Support to change the keyboard layout is needed at GDM level
>>>     for machines shared by users who use different keyboards or
>>>     users sharing a single keyboard with possibly different layouts.
>>>
>>>     PSARC/2009/483 - "libxklavier re-integration" enables gdm-2.28
>>>     to display the keyboard layouts in the gdm screen. The backend 
>>>     library libxklavier is provided through that case.
>>>
>>>     One major advantage of providing the gnome keyboard and
>>>     locale selection at the gdm screen is that, we can effectively
>>>     replace the text console based keyboard/language selection that
>>>     we currently have in OpenSolaris 2009.06 LiveCD. The menu based
>>>     selection can hold more keyboards/locales in them than the text
>>>     console based selection.
>>>
>>>     The initial feedback from xDesign is that we need to automatically
>>>     popup the keyboard/language selection when user is booting
>>>     up the LiveCD. We will also work with LiveCD team to disable the
>>>     text based selection screens for keyboard layout and locales.
>>>
>>>     4.5. Interfaces:
>>>
>>>     Imported Interfaces
>>>     -------------------
>>>
>>>     Interface                               Stability       Notes
>>>     ---------                               ---------    -----
>>>
>>>     From PSARC/2009/483
>>>
>>>         SUNWlibxklavier
>>>
>>>         /usr/lib/libxklavier.so.15.0.0         Volatile        library
>>>         /usr/lib/libxklavier.so.15             Volatile        sym 
>>> link         /usr/lib/libxklavier.so                Volatile        
>>> sym link
>>>
>>>         SUNWlibxklavier-devel
>>>
>>>         /usr/include/libxklavier/xkl-enum-types.h        Volatile   
>>> Header File
>>>         /usr/include/libxklavier/xkl_config_item.h       Volatile   
>>> Header File
>>>         /usr/include/libxklavier/xkl_config_rec.h        Volatile   
>>> Header File
>>>         /usr/include/libxklavier/xkl_config_registry.h   Volatile   
>>> Header File
>>>         /usr/include/libxklavier/xkl_engine.h            Volatile   
>>> Header File
>>>         /usr/include/libxklavier/xkl_engine_marshal.h    Volatile   
>>> Header File
>>>         /usr/include/libxklavier/xklavier.h              Volatile   
>>> Header File
>>>
>>>     From PSARC/2009/117 and PSARC/2009/440
>>>
>>>     /usr/X11/lib/X11/xkb/*   Uncommitted    XKB definition files & 
>>> directories.
>>>
>>>     Obsoleted Interfaces
>>>     -------------------
>>>
>>>     Language/kbd selection text console screens in LiveCD from
>>>     slim_source/usr/src/cmd/slim-instal/svc/live-fs-root
>>>
>>>     Exported Interfaces
>>>     --------------------
>>>
>>>     No significant interfaces are exported
>>>
>>> 6. Resources and Schedule
>>>     6.4. Steering Committee requested information
>>>        6.4.1. Consolidation C-team Name:
>>>         G11N
>>>     6.5. ARC review type: FastTrack
>>>     6.6. ARC Exposure: open
>>>
>>>     
> 


From Suresh.Chandrasekharan@sun.com Thu Oct 15 07:30:19 2009
Received: from sunmail4.singapore.sun.com (sunmail4.Singapore.Sun.COM [129.158.71.19])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id n9FEUIXv021307;
	Thu, 15 Oct 2009 07:30:18 -0700 (PDT)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail4.singapore.sun.com (8.13.4+Sun/8.13.3/ENSMAIL,v2.2) with ESMTP id n9FEUDl6018057;
	Thu, 15 Oct 2009 22:30:17 +0800 (SGT)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KRK00F6F8AF5V00@nwk-avmta-1.sfbay.Sun.COM>; Thu,
 15 Oct 2009 07:30:15 -0700 (PDT)
Received: from sca-es-mail-1.sun.com ([192.18.43.132])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KRK00MM28AER3C0@nwk-avmta-1.sfbay.Sun.COM>; Thu,
 15 Oct 2009 07:30:14 -0700 (PDT)
Received: from fe-sfbay-09.sun.com ([192.18.43.129])
	by sca-es-mail-1.sun.com (8.13.7+Sun/8.12.9) with ESMTP id n9FEUEDI016661;
 Thu, 15 Oct 2009 07:30:14 -0700 (PDT)
Received: from conversion-daemon.fe-sfbay-09.sun.com by fe-sfbay-09.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KRK002007XVQZ00@fe-sfbay-09.sun.com>; Thu,
 15 Oct 2009 07:30:14 -0700 (PDT)
Received: from [192.168.1.67] ([unknown] [74.183.249.33])
 by fe-sfbay-09.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTPSA id <0KRK00KK28A74GB0@fe-sfbay-09.sun.com>; Thu,
 15 Oct 2009 07:30:14 -0700 (PDT)
Date: Thu, 15 Oct 2009 10:29:59 -0400
From: Suresh Chandrasekharan <Suresh.Chandrasekharan@sun.com>
Subject: Re: LiveCD session improvement [PSARC/2009/560 FastTrack timeout
 10/22/2009]
In-reply-to: <4AD71A27.1060104@Sun.COM>
Sender: Suresh.Chandrasekharan@sun.com
To: Pavel.Heimlich@sun.com
Cc: Alan Coopersmith <Alan.Coopersmith@sun.com>, PSARC-ext@sun.com,
        lsarc-ext <lsarc-ext@sun.com>, Ethan.Quach@sun.com, gto@sun.com,
        Sanjay.Nadkarni@sun.com
Message-id: <4AD731E7.2030408@sun.com>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200910141946.n9EJkFJm019005@sac.sfbay.sun.com>
 <4AD62F3A.5090209@sun.com> <4AD638FD.20800@sun.com> <4AD71A27.1060104@Sun.COM>
User-Agent: Thunderbird 2.0.0.22 (X11/20090804)
Status: RO
Content-Length: 5497

Hi Pavel,
    With the current gdm, the executable gdm-binary which execs other 
processes won't launch a gdm-greeter (where we select the locale for the 
session) if it cannot launch Xserver. So the issue does not generally arise.

The default locale for the system is given in /etc/default/init, so 
generally that's the locale you'll get incase we can tweak the 
/usr/X11/bin/Xserver file and make it start something else...

Regards,
Suresh

Pavel.Heimlich@Sun.COM wrote:
> Hi Suresh,
> What would happen if X fails to start? Would the CLI stay in C?
>
> P.
>
>
> Suresh Chandrasekharan wrote:
>> Thanks Alan. libxklavier which's a base library for these cases is 
>> not really a gnome component, so I thought it'll better if the 
>> related cases were looked upon by the same ARC...
>>
>> Noted /usr/X11 obsoletion.
>>
>> Regards,
>> Suresh
>>> Is there some reason you're not submitting this to LSARC, which 
>>> reviews all
>>> the other GNOME cases, including all previous gdm cases?
>>>
>>> (BTW, one of your imported interfaces is actually Obsolete now, 
>>> since /usr/X11
>>>  was declared obsolete by PSARC/2009/482 - I don't know when the 
>>> Prague G11n
>>>  team plans to deliver the XKB keymaps to /usr/share instead though.)
>>>
>>>     -Alan Coopersmith-           alan.coopersmith@sun.com
>>>      Sun Microsystems, Inc. - X Window System Engineering
>>>
>>> Suresh Chandrasekharan wrote:
>>>  
>>>> Submitting this fastrack timing out on 10/22/2009, seeking Solaris 
>>>> minor release binding.
>>>>
>>>> Suresh
>>>>
>>>> Template Version: @(#)sac_nextcase 1.68 02/23/09 SMI
>>>> This information is Copyright 2009 Sun Microsystems
>>>> 1. Introduction
>>>>     1.1. Project/Component Working Name:
>>>>      LiveCD session improvement
>>>>     1.2. Name of Document Author/Supplier:
>>>>      Author:  Suresh Chandrasekharan
>>>>     1.3  Date of This Document:
>>>>     14 October, 2009
>>>> 4. Technical Description
>>>>     4.1. Details:
>>>>
>>>>     gdm-2.28 is soon be integrating to OpenSolaris. Compared     
>>>> with the existing gdm-2.20.10 this is major rewrite. One of the
>>>>     capabilities of this gdm, if there's a backend libxklavier
>>>>     library to support it is the ability to select a keyboard
>>>>     layout from the gdm login screen. Both the already existing
>>>>     login locales menu and the new keyboard layout menu are placed
>>>>     on a panel at the bottom of the screen.
>>>>
>>>>     Support to change the keyboard layout is needed at GDM level
>>>>     for machines shared by users who use different keyboards or
>>>>     users sharing a single keyboard with possibly different layouts.
>>>>
>>>>     PSARC/2009/483 - "libxklavier re-integration" enables gdm-2.28
>>>>     to display the keyboard layouts in the gdm screen. The backend 
>>>>     library libxklavier is provided through that case.
>>>>
>>>>     One major advantage of providing the gnome keyboard and
>>>>     locale selection at the gdm screen is that, we can effectively
>>>>     replace the text console based keyboard/language selection that
>>>>     we currently have in OpenSolaris 2009.06 LiveCD. The menu based
>>>>     selection can hold more keyboards/locales in them than the text
>>>>     console based selection.
>>>>
>>>>     The initial feedback from xDesign is that we need to automatically
>>>>     popup the keyboard/language selection when user is booting
>>>>     up the LiveCD. We will also work with LiveCD team to disable the
>>>>     text based selection screens for keyboard layout and locales.
>>>>
>>>>     4.5. Interfaces:
>>>>
>>>>     Imported Interfaces
>>>>     -------------------
>>>>
>>>>     Interface                               Stability       Notes
>>>>     ---------                               ---------    -----
>>>>
>>>>     From PSARC/2009/483
>>>>
>>>>         SUNWlibxklavier
>>>>
>>>>         /usr/lib/libxklavier.so.15.0.0         Volatile        library
>>>>         /usr/lib/libxklavier.so.15             Volatile        sym 
>>>> link         /usr/lib/libxklavier.so                Volatile        
>>>> sym link
>>>>
>>>>         SUNWlibxklavier-devel
>>>>
>>>>         /usr/include/libxklavier/xkl-enum-types.h        Volatile   
>>>> Header File
>>>>         /usr/include/libxklavier/xkl_config_item.h       Volatile   
>>>> Header File
>>>>         /usr/include/libxklavier/xkl_config_rec.h        Volatile   
>>>> Header File
>>>>         /usr/include/libxklavier/xkl_config_registry.h   Volatile   
>>>> Header File
>>>>         /usr/include/libxklavier/xkl_engine.h            Volatile   
>>>> Header File
>>>>         /usr/include/libxklavier/xkl_engine_marshal.h    Volatile   
>>>> Header File
>>>>         /usr/include/libxklavier/xklavier.h              Volatile   
>>>> Header File
>>>>
>>>>     From PSARC/2009/117 and PSARC/2009/440
>>>>
>>>>     /usr/X11/lib/X11/xkb/*   Uncommitted    XKB definition files & 
>>>> directories.
>>>>
>>>>     Obsoleted Interfaces
>>>>     -------------------
>>>>
>>>>     Language/kbd selection text console screens in LiveCD from
>>>>     slim_source/usr/src/cmd/slim-instal/svc/live-fs-root
>>>>
>>>>     Exported Interfaces
>>>>     --------------------
>>>>
>>>>     No significant interfaces are exported
>>>>
>>>> 6. Resources and Schedule
>>>>     6.4. Steering Committee requested information
>>>>        6.4.1. Consolidation C-team Name:
>>>>         G11N
>>>>     6.5. ARC review type: FastTrack
>>>>     6.6. ARC Exposure: open
>>>>
>>>>     
>>
>


From Suresh.Chandrasekharan@sun.com Thu Oct 15 07:30:19 2009
Received: from sunmail4.singapore.sun.com (sunmail4.Singapore.Sun.COM [129.158.71.19])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id n9FEUIXv021307;
	Thu, 15 Oct 2009 07:30:18 -0700 (PDT)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail4.singapore.sun.com (8.13.4+Sun/8.13.3/ENSMAIL,v2.2) with ESMTP id n9FEUDl6018057;
	Thu, 15 Oct 2009 22:30:17 +0800 (SGT)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KRK00F6F8AF5V00@nwk-avmta-1.sfbay.Sun.COM>; Thu,
 15 Oct 2009 07:30:15 -0700 (PDT)
Received: from sca-es-mail-1.sun.com ([192.18.43.132])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KRK00MM28AER3C0@nwk-avmta-1.sfbay.Sun.COM>; Thu,
 15 Oct 2009 07:30:14 -0700 (PDT)
Received: from fe-sfbay-09.sun.com ([192.18.43.129])
	by sca-es-mail-1.sun.com (8.13.7+Sun/8.12.9) with ESMTP id n9FEUEDI016661;
 Thu, 15 Oct 2009 07:30:14 -0700 (PDT)
Received: from conversion-daemon.fe-sfbay-09.sun.com by fe-sfbay-09.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KRK002007XVQZ00@fe-sfbay-09.sun.com>; Thu,
 15 Oct 2009 07:30:14 -0700 (PDT)
Received: from [192.168.1.67] ([unknown] [74.183.249.33])
 by fe-sfbay-09.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTPSA id <0KRK00KK28A74GB0@fe-sfbay-09.sun.com>; Thu,
 15 Oct 2009 07:30:14 -0700 (PDT)
Date: Thu, 15 Oct 2009 10:29:59 -0400
From: Suresh Chandrasekharan <Suresh.Chandrasekharan@sun.com>
Subject: Re: LiveCD session improvement [PSARC/2009/560 FastTrack timeout
 10/22/2009]
In-reply-to: <4AD71A27.1060104@Sun.COM>
Sender: Suresh.Chandrasekharan@sun.com
To: Pavel.Heimlich@sun.com
Cc: Alan Coopersmith <Alan.Coopersmith@sun.com>, PSARC-ext@sun.com,
        lsarc-ext <lsarc-ext@sun.com>, Ethan.Quach@sun.com, gto@sun.com,
        Sanjay.Nadkarni@sun.com
Message-id: <4AD731E7.2030408@sun.com>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200910141946.n9EJkFJm019005@sac.sfbay.sun.com>
 <4AD62F3A.5090209@sun.com> <4AD638FD.20800@sun.com> <4AD71A27.1060104@Sun.COM>
User-Agent: Thunderbird 2.0.0.22 (X11/20090804)
Status: RO
Content-Length: 5497

Hi Pavel,
    With the current gdm, the executable gdm-binary which execs other 
processes won't launch a gdm-greeter (where we select the locale for the 
session) if it cannot launch Xserver. So the issue does not generally arise.

The default locale for the system is given in /etc/default/init, so 
generally that's the locale you'll get incase we can tweak the 
/usr/X11/bin/Xserver file and make it start something else...

Regards,
Suresh

Pavel.Heimlich@Sun.COM wrote:
> Hi Suresh,
> What would happen if X fails to start? Would the CLI stay in C?
>
> P.
>
>
> Suresh Chandrasekharan wrote:
>> Thanks Alan. libxklavier which's a base library for these cases is 
>> not really a gnome component, so I thought it'll better if the 
>> related cases were looked upon by the same ARC...
>>
>> Noted /usr/X11 obsoletion.
>>
>> Regards,
>> Suresh
>>> Is there some reason you're not submitting this to LSARC, which 
>>> reviews all
>>> the other GNOME cases, including all previous gdm cases?
>>>
>>> (BTW, one of your imported interfaces is actually Obsolete now, 
>>> since /usr/X11
>>>  was declared obsolete by PSARC/2009/482 - I don't know when the 
>>> Prague G11n
>>>  team plans to deliver the XKB keymaps to /usr/share instead though.)
>>>
>>>     -Alan Coopersmith-           alan.coopersmith@sun.com
>>>      Sun Microsystems, Inc. - X Window System Engineering
>>>
>>> Suresh Chandrasekharan wrote:
>>>  
>>>> Submitting this fastrack timing out on 10/22/2009, seeking Solaris 
>>>> minor release binding.
>>>>
>>>> Suresh
>>>>
>>>> Template Version: @(#)sac_nextcase 1.68 02/23/09 SMI
>>>> This information is Copyright 2009 Sun Microsystems
>>>> 1. Introduction
>>>>     1.1. Project/Component Working Name:
>>>>      LiveCD session improvement
>>>>     1.2. Name of Document Author/Supplier:
>>>>      Author:  Suresh Chandrasekharan
>>>>     1.3  Date of This Document:
>>>>     14 October, 2009
>>>> 4. Technical Description
>>>>     4.1. Details:
>>>>
>>>>     gdm-2.28 is soon be integrating to OpenSolaris. Compared     
>>>> with the existing gdm-2.20.10 this is major rewrite. One of the
>>>>     capabilities of this gdm, if there's a backend libxklavier
>>>>     library to support it is the ability to select a keyboard
>>>>     layout from the gdm login screen. Both the already existing
>>>>     login locales menu and the new keyboard layout menu are placed
>>>>     on a panel at the bottom of the screen.
>>>>
>>>>     Support to change the keyboard layout is needed at GDM level
>>>>     for machines shared by users who use different keyboards or
>>>>     users sharing a single keyboard with possibly different layouts.
>>>>
>>>>     PSARC/2009/483 - "libxklavier re-integration" enables gdm-2.28
>>>>     to display the keyboard layouts in the gdm screen. The backend 
>>>>     library libxklavier is provided through that case.
>>>>
>>>>     One major advantage of providing the gnome keyboard and
>>>>     locale selection at the gdm screen is that, we can effectively
>>>>     replace the text console based keyboard/language selection that
>>>>     we currently have in OpenSolaris 2009.06 LiveCD. The menu based
>>>>     selection can hold more keyboards/locales in them than the text
>>>>     console based selection.
>>>>
>>>>     The initial feedback from xDesign is that we need to automatically
>>>>     popup the keyboard/language selection when user is booting
>>>>     up the LiveCD. We will also work with LiveCD team to disable the
>>>>     text based selection screens for keyboard layout and locales.
>>>>
>>>>     4.5. Interfaces:
>>>>
>>>>     Imported Interfaces
>>>>     -------------------
>>>>
>>>>     Interface                               Stability       Notes
>>>>     ---------                               ---------    -----
>>>>
>>>>     From PSARC/2009/483
>>>>
>>>>         SUNWlibxklavier
>>>>
>>>>         /usr/lib/libxklavier.so.15.0.0         Volatile        library
>>>>         /usr/lib/libxklavier.so.15             Volatile        sym 
>>>> link         /usr/lib/libxklavier.so                Volatile        
>>>> sym link
>>>>
>>>>         SUNWlibxklavier-devel
>>>>
>>>>         /usr/include/libxklavier/xkl-enum-types.h        Volatile   
>>>> Header File
>>>>         /usr/include/libxklavier/xkl_config_item.h       Volatile   
>>>> Header File
>>>>         /usr/include/libxklavier/xkl_config_rec.h        Volatile   
>>>> Header File
>>>>         /usr/include/libxklavier/xkl_config_registry.h   Volatile   
>>>> Header File
>>>>         /usr/include/libxklavier/xkl_engine.h            Volatile   
>>>> Header File
>>>>         /usr/include/libxklavier/xkl_engine_marshal.h    Volatile   
>>>> Header File
>>>>         /usr/include/libxklavier/xklavier.h              Volatile   
>>>> Header File
>>>>
>>>>     From PSARC/2009/117 and PSARC/2009/440
>>>>
>>>>     /usr/X11/lib/X11/xkb/*   Uncommitted    XKB definition files & 
>>>> directories.
>>>>
>>>>     Obsoleted Interfaces
>>>>     -------------------
>>>>
>>>>     Language/kbd selection text console screens in LiveCD from
>>>>     slim_source/usr/src/cmd/slim-instal/svc/live-fs-root
>>>>
>>>>     Exported Interfaces
>>>>     --------------------
>>>>
>>>>     No significant interfaces are exported
>>>>
>>>> 6. Resources and Schedule
>>>>     6.4. Steering Committee requested information
>>>>        6.4.1. Consolidation C-team Name:
>>>>         G11N
>>>>     6.5. ARC review type: FastTrack
>>>>     6.6. ARC Exposure: open
>>>>
>>>>     
>>
>


From Sebastien.Roy@sun.com Wed Nov  4 10:37:02 2009
Received: from sunmail5.uk.sun.com (sunmail5.UK.Sun.COM [129.156.85.165])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id nA4Ib1cd009839
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 4 Nov 2009 10:37:02 -0800 (PST)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail5.uk.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2) with ESMTP id nA4IawvG002231;
	Wed, 4 Nov 2009 18:37:00 GMT
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KSL00223L1NYA00@nwk-avmta-1.sfbay.Sun.COM>; Wed,
 04 Nov 2009 10:36:59 -0800 (PST)
Received: from brmea-mail-4.sun.com ([192.18.98.36])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KSL008DGL1MMVB0@nwk-avmta-1.sfbay.Sun.COM>; Wed,
 04 Nov 2009 10:36:58 -0800 (PST)
Received: from fe-amer-10.sun.com ([192.18.109.80])
	by brmea-mail-4.sun.com (8.13.6+Sun/8.12.9) with ESMTP id nA4IavHW012003; Wed,
 04 Nov 2009 18:36:58 +0000 (GMT)
Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KSL00800JFVJT00@mail-amer.sun.com>; Wed, 04 Nov 2009 11:36:57 -0700 (MST)
Received: from [129.148.174.103] ([unknown] [129.148.174.103])
 by mail-amer.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTPSA id <0KSL00AKVL1GZZA0@mail-amer.sun.com>; Wed,
 04 Nov 2009 11:36:52 -0700 (MST)
Date: Wed, 04 Nov 2009 13:34:18 -0500
From: Sebastien Roy <Sebastien.Roy@sun.com>
Subject: Re: LiveCD session improvement [PSARC/2009/560 FastTrack timeout
 10/22/2009]
In-reply-to: <200910141946.n9EJkFJm019005@sac.sfbay.sun.com>
Sender: Sebastien.Roy@sun.com
To: Suresh Chandrasekharan <sureshc@sac.sfbay.sun.com>
Cc: PSARC-ext@sun.com, Ethan.Quach@sun.com, gto@sun.com,
        Sanjay.Nadkarni@sun.com
Message-id: <1257359658.26975.65.camel@strat>
Organization: Sun Microsystems
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200910141946.n9EJkFJm019005@sac.sfbay.sun.com>
Status: RO
Content-Length: 187

This case was denied during today's PSARC meeting on the grounds that it
has not been reviewed.  As has been previously suggested, LSARC would be
more suited to review this case.

-Seb



From Suresh.Chandrasekharan@sun.com Wed Nov  4 10:46:17 2009
Received: from sunmail5.uk.sun.com (sunmail5.UK.Sun.COM [129.156.85.165])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id nA4IkGMo010018
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 4 Nov 2009 10:46:17 -0800 (PST)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail5.uk.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2) with ESMTP id nA4Ik8ki008500;
	Wed, 4 Nov 2009 18:46:15 GMT
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KSL00011LH15S00@brm-avmta-1.central.sun.com>; Wed,
 04 Nov 2009 11:46:13 -0700 (MST)
Received: from sca-es-mail-2.sun.com ([192.18.43.133])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KSL00LXALGVGD10@brm-avmta-1.central.sun.com>; Wed,
 04 Nov 2009 11:46:12 -0700 (MST)
Received: from fe-sfbay-09.sun.com ([192.18.43.129])
	by sca-es-mail-2.sun.com (8.13.7+Sun/8.12.9) with ESMTP id nA4Ik7jb004466;
 Wed, 04 Nov 2009 10:46:07 -0800 (PST)
Received: from conversion-daemon.fe-sfbay-09.sun.com by fe-sfbay-09.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KSL00M00KMS0500@fe-sfbay-09.sun.com>; Wed,
 04 Nov 2009 10:46:07 -0800 (PST)
Received: from [192.168.1.67] ([unknown] [74.183.249.33])
 by fe-sfbay-09.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTPSA id <0KSL0097WLGQZ2B0@fe-sfbay-09.sun.com>; Wed,
 04 Nov 2009 10:46:03 -0800 (PST)
Date: Wed, 04 Nov 2009 13:46:02 -0500
From: Suresh Chandrasekharan <Suresh.Chandrasekharan@sun.com>
Subject: Re: LiveCD session improvement [PSARC/2009/560 FastTrack timeout
 10/22/2009]
In-reply-to: <1257359658.26975.65.camel@strat>
Sender: Suresh.Chandrasekharan@sun.com
To: Sebastien Roy <Sebastien.Roy@sun.com>
Cc: Suresh Chandrasekharan <sureshc@sac.sfbay.sun.com>, PSARC-ext@sun.com,
        Ethan.Quach@sun.com, gto@sun.com, Sanjay.Nadkarni@sun.com
Message-id: <4AF1CBEA.9090903@sun.com>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200910141946.n9EJkFJm019005@sac.sfbay.sun.com>
 <1257359658.26975.65.camel@strat>
User-Agent: Thunderbird 2.0.0.22 (X11/20090804)
Status: RO
Content-Length: 271

Do I need to resubmit these cases to LSARC ?

Sebastien Roy wrote:
> This case was denied during today's PSARC meeting on the grounds that it
> has not been reviewed.  As has been previously suggested, LSARC would be
> more suited to review this case.
>
> -Seb
>
>
>   


From Sebastien.Roy@Sun.COM Wed Nov  4 10:48:46 2009
Received: from sunmail5.uk.sun.com (sunmail5.UK.Sun.COM [129.156.85.165])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id nA4ImkMm010094
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 4 Nov 2009 10:48:46 -0800 (PST)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail5.uk.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2) with ESMTP id nA4ImiTV010441;
	Wed, 4 Nov 2009 18:48:45 GMT
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KSL00401LL8DG00@nwk-avmta-1.sfbay.Sun.COM>; Wed,
 04 Nov 2009 10:48:44 -0800 (PST)
Received: from brmea-mail-4.sun.com ([192.18.98.36])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KSL008LSLL8MWB0@nwk-avmta-1.sfbay.Sun.COM>; Wed,
 04 Nov 2009 10:48:44 -0800 (PST)
Received: from fe-amer-10.sun.com ([192.18.109.80])
	by brmea-mail-4.sun.com (8.13.6+Sun/8.12.9) with ESMTP id nA4Imhm6017747; Wed,
 04 Nov 2009 18:48:43 +0000 (GMT)
Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KSL00000KYJD100@mail-amer.sun.com>; Wed, 04 Nov 2009 11:48:43 -0700 (MST)
Received: from [129.148.174.103] ([unknown] [129.148.174.103])
 by mail-amer.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTPSA id <0KSL00ALILKXZZG0@mail-amer.sun.com>; Wed,
 04 Nov 2009 11:48:34 -0700 (MST)
Date: Wed, 04 Nov 2009 13:46:00 -0500
From: Sebastien Roy <Sebastien.Roy@Sun.COM>
Subject: Re: LiveCD session improvement [PSARC/2009/560 FastTrack timeout
 10/22/2009]
In-reply-to: <4AF1CBEA.9090903@sun.com>
Sender: Sebastien.Roy@Sun.COM
To: Suresh Chandrasekharan <Suresh.Chandrasekharan@Sun.COM>
Cc: PSARC-ext@Sun.COM, Ethan.Quach@Sun.COM, gto@Sun.COM,
        Sanjay.Nadkarni@Sun.COM
Message-id: <1257360360.26975.67.camel@strat>
Organization: Sun Microsystems
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200910141946.n9EJkFJm019005@sac.sfbay.sun.com>
 <1257359658.26975.65.camel@strat> <4AF1CBEA.9090903@sun.com>
Status: RO
Content-Length: 158

On Wed, 2009-11-04 at 13:46 -0500, Suresh Chandrasekharan wrote:
> Do I need to resubmit these cases to LSARC ?
> 

That would be my suggestion, yes.

-Seb



From John.Fischer@sun.com Wed Nov  4 11:20:33 2009
Received: from sunmail3mpk.sfbay.sun.com (sunmail3mpk.SFBay.Sun.COM [129.146.11.52])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id nA4JKXuU011198
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 4 Nov 2009 11:20:33 -0800 (PST)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail3mpk.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id nA4JKVwB004016;
	Wed, 4 Nov 2009 11:20:33 -0800 (PST)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KSL0030FN28II00@brm-avmta-1.central.sun.com>; Wed,
 04 Nov 2009 12:20:32 -0700 (MST)
Received: from brmea-mail-1.sun.com ([192.18.98.31])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KSL00LAEN27G840@brm-avmta-1.central.sun.com>; Wed,
 04 Nov 2009 12:20:31 -0700 (MST)
Received: from fe-amer-10.sun.com ([192.18.109.80])
	by brmea-mail-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id nA4JKV1b007308; Wed,
 04 Nov 2009 19:20:31 +0000 (GMT)
Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KSL00200M5HRU00@mail-amer.sun.com>; Wed, 04 Nov 2009 12:20:31 -0700 (MST)
Received: from [129.146.227.99] ([unknown] [129.146.227.99])
 by mail-amer.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTPSA id <0KSL005SPN2072G0@mail-amer.sun.com>; Wed,
 04 Nov 2009 12:20:24 -0700 (MST)
Date: Wed, 04 Nov 2009 11:17:27 -0800
From: John Fischer <John.Fischer@sun.com>
Subject: Re: LiveCD session improvement [PSARC/2009/560 FastTrack timeout
 10/22/2009]
In-reply-to: <200910141946.n9EJkFJm019005@sac.sfbay.sun.com>
Sender: John.Fischer@sun.com
To: Suresh Chandrasekharan <sureshc@sac.sfbay.sun.com>
Cc: PSARC-ext@sun.com, Ethan.Quach@sun.com, gto@sun.com,
        Sanjay.Nadkarni@sun.com
Reply-to: John.Fischer@sun.com
Message-id: <4AF1D347.3080609@sun.com>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200910141946.n9EJkFJm019005@sac.sfbay.sun.com>
User-Agent: Thunderbird 2.0.0.23 (X11/20091013)
Status: RO
Content-Length: 3835

Suresh,

A little late to the game but I have reviewed this fast track.

+1 from an LSARC member with Alan's comment on correcting the
imported X11 interface reference.

Thanks,

John


Suresh Chandrasekharan wrote:
> Submitting this fastrack timing out on 10/22/2009, seeking Solaris minor release binding.
> 
> Suresh
> 
> Template Version: @(#)sac_nextcase 1.68 02/23/09 SMI
> This information is Copyright 2009 Sun Microsystems
> 1. Introduction
>     1.1. Project/Component Working Name:
> 	 LiveCD session improvement
>     1.2. Name of Document Author/Supplier:
> 	 Author:  Suresh Chandrasekharan
>     1.3  Date of This Document:
> 	14 October, 2009
> 4. Technical Description
>     4.1. Details:
> 
> 	gdm-2.28 is soon be integrating to OpenSolaris. Compared 
> 	with the existing gdm-2.20.10 this is major rewrite. One of the
> 	capabilities of this gdm, if there's a backend libxklavier
> 	library to support it is the ability to select a keyboard
> 	layout from the gdm login screen. Both the already existing
> 	login locales menu and the new keyboard layout menu are placed
> 	on a panel at the bottom of the screen.
> 
> 	Support to change the keyboard layout is needed at GDM level
> 	for machines shared by users who use different keyboards or
> 	users sharing a single keyboard with possibly different layouts.
> 
> 	PSARC/2009/483 - "libxklavier re-integration" enables gdm-2.28
> 	to display the keyboard layouts in the gdm screen. The backend 
> 	library libxklavier is provided through that case.
> 
> 	One major advantage of providing the gnome keyboard and
> 	locale selection at the gdm screen is that, we can effectively
> 	replace the text console based keyboard/language selection that
> 	we currently have in OpenSolaris 2009.06 LiveCD. The menu based
> 	selection can hold more keyboards/locales in them than the text
> 	console based selection.
> 
> 	The initial feedback from xDesign is that we need to automatically
> 	popup the keyboard/language selection when user is booting
> 	up the LiveCD. We will also work with LiveCD team to disable the
> 	text based selection screens for keyboard layout and locales.
> 
>     4.5. Interfaces:
> 
> 	Imported Interfaces
> 	-------------------
> 
> 	Interface                               Stability       Notes
> 	---------                               ---------	-----
> 
> 	From PSARC/2009/483
> 
>         SUNWlibxklavier
> 
>         /usr/lib/libxklavier.so.15.0.0         Volatile        library
>         /usr/lib/libxklavier.so.15             Volatile        sym link 
>         /usr/lib/libxklavier.so                Volatile        sym link
> 
>         SUNWlibxklavier-devel
> 
>         /usr/include/libxklavier/xkl-enum-types.h        Volatile   Header File
>         /usr/include/libxklavier/xkl_config_item.h       Volatile   Header File
>         /usr/include/libxklavier/xkl_config_rec.h        Volatile   Header File
>         /usr/include/libxklavier/xkl_config_registry.h   Volatile   Header File
>         /usr/include/libxklavier/xkl_engine.h            Volatile   Header File
>         /usr/include/libxklavier/xkl_engine_marshal.h    Volatile   Header File
>         /usr/include/libxklavier/xklavier.h              Volatile   Header File
> 
> 	From PSARC/2009/117 and PSARC/2009/440
> 
> 	/usr/X11/lib/X11/xkb/*   Uncommitted    XKB definition files & directories.
> 
> 	Obsoleted Interfaces
> 	-------------------
> 
> 	Language/kbd selection text console screens in LiveCD from
> 	slim_source/usr/src/cmd/slim-instal/svc/live-fs-root
> 
> 	Exported Interfaces
> 	--------------------
> 
> 	No significant interfaces are exported
> 
> 6. Resources and Schedule
>     6.4. Steering Committee requested information
>    	6.4.1. Consolidation C-team Name:
> 		G11N
>     6.5. ARC review type: FastTrack
>     6.6. ARC Exposure: open
> 

From John.Fischer@Sun.COM Wed Nov 25 10:40:48 2009
Received: from sunmail2sca.sfbay.sun.com (sunmail2sca.SFBay.Sun.COM [129.145.155.234])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id nAPIemNF016774
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 25 Nov 2009 10:40:48 -0800 (PST)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail2sca.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id nAPIelxc028356;
	Wed, 25 Nov 2009 10:40:47 -0800 (PST)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KTO00L03H7Z1O00@nwk-avmta-1.sfbay.Sun.COM>; Wed,
 25 Nov 2009 10:40:47 -0800 (PST)
Received: from brmea-mail-4.sun.com ([192.18.98.36])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KTO00E90H7Y2M40@nwk-avmta-1.sfbay.Sun.COM>; Wed,
 25 Nov 2009 10:40:47 -0800 (PST)
Received: from fe-amer-10.sun.com ([192.18.109.80])
	by brmea-mail-4.sun.com (8.13.6+Sun/8.12.9) with ESMTP id nAPIekNa013463; Wed,
 25 Nov 2009 18:40:46 +0000 (GMT)
Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KTO00K00G0WBQ00@mail-amer.sun.com>; Wed, 25 Nov 2009 11:40:46 -0700 (MST)
Received: from [192.168.10.8] ([unknown] [71.197.72.184])
 by mail-amer.sun.com (Sun Java(tm) System Messaging Server 7u2-7.04 64bit
 (built Jul  2 2009)) with ESMTPSA id <0KTO005H7H7WVVF0@mail-amer.sun.com>; Wed,
 25 Nov 2009 11:40:45 -0700 (MST)
Date: Wed, 25 Nov 2009 10:37:42 -0800
From: John Fischer <John.Fischer@Sun.COM>
Subject: Re: LiveCD session improvement [PSARC/2009/560 FastTrack timeout
 10/22/2009]
In-reply-to: <4AF1D347.3080609@sun.com>
Sender: John.Fischer@Sun.COM
To: John.Fischer@Sun.COM
Cc: Suresh Chandrasekharan <sureshc@sac.sfbay.sun.com>, PSARC-ext@Sun.COM,
        Ethan.Quach@Sun.COM, gto@Sun.COM, Sanjay.Nadkarni@Sun.COM
Reply-to: John.Fischer@Sun.COM
Message-id: <4B0D7976.6070900@sun.com>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200910141946.n9EJkFJm019005@sac.sfbay.sun.com>
 <4AF1D347.3080609@sun.com>
User-Agent: Thunderbird 2.0.0.23 (X11/20091027)
Status: RO
Content-Length: 4266

PSARC,

Is my +1 sufficient for this case to be approved since the
committee was looking for LSARC review and I am one? ;-)

Thanks,

John


John Fischer wrote:
> Suresh,
> 
> A little late to the game but I have reviewed this fast track.
> 
> +1 from an LSARC member with Alan's comment on correcting the
> imported X11 interface reference.
> 
> Thanks,
> 
> John
> 
> 
> Suresh Chandrasekharan wrote:
>> Submitting this fastrack timing out on 10/22/2009, seeking Solaris 
>> minor release binding.
>>
>> Suresh
>>
>> Template Version: @(#)sac_nextcase 1.68 02/23/09 SMI
>> This information is Copyright 2009 Sun Microsystems
>> 1. Introduction
>>     1.1. Project/Component Working Name:
>>      LiveCD session improvement
>>     1.2. Name of Document Author/Supplier:
>>      Author:  Suresh Chandrasekharan
>>     1.3  Date of This Document:
>>     14 October, 2009
>> 4. Technical Description
>>     4.1. Details:
>>
>>     gdm-2.28 is soon be integrating to OpenSolaris. Compared     with 
>> the existing gdm-2.20.10 this is major rewrite. One of the
>>     capabilities of this gdm, if there's a backend libxklavier
>>     library to support it is the ability to select a keyboard
>>     layout from the gdm login screen. Both the already existing
>>     login locales menu and the new keyboard layout menu are placed
>>     on a panel at the bottom of the screen.
>>
>>     Support to change the keyboard layout is needed at GDM level
>>     for machines shared by users who use different keyboards or
>>     users sharing a single keyboard with possibly different layouts.
>>
>>     PSARC/2009/483 - "libxklavier re-integration" enables gdm-2.28
>>     to display the keyboard layouts in the gdm screen. The backend 
>>     library libxklavier is provided through that case.
>>
>>     One major advantage of providing the gnome keyboard and
>>     locale selection at the gdm screen is that, we can effectively
>>     replace the text console based keyboard/language selection that
>>     we currently have in OpenSolaris 2009.06 LiveCD. The menu based
>>     selection can hold more keyboards/locales in them than the text
>>     console based selection.
>>
>>     The initial feedback from xDesign is that we need to automatically
>>     popup the keyboard/language selection when user is booting
>>     up the LiveCD. We will also work with LiveCD team to disable the
>>     text based selection screens for keyboard layout and locales.
>>
>>     4.5. Interfaces:
>>
>>     Imported Interfaces
>>     -------------------
>>
>>     Interface                               Stability       Notes
>>     ---------                               ---------    -----
>>
>>     From PSARC/2009/483
>>
>>         SUNWlibxklavier
>>
>>         /usr/lib/libxklavier.so.15.0.0         Volatile        library
>>         /usr/lib/libxklavier.so.15             Volatile        sym 
>> link         /usr/lib/libxklavier.so                Volatile        
>> sym link
>>
>>         SUNWlibxklavier-devel
>>
>>         /usr/include/libxklavier/xkl-enum-types.h        Volatile   
>> Header File
>>         /usr/include/libxklavier/xkl_config_item.h       Volatile   
>> Header File
>>         /usr/include/libxklavier/xkl_config_rec.h        Volatile   
>> Header File
>>         /usr/include/libxklavier/xkl_config_registry.h   Volatile   
>> Header File
>>         /usr/include/libxklavier/xkl_engine.h            Volatile   
>> Header File
>>         /usr/include/libxklavier/xkl_engine_marshal.h    Volatile   
>> Header File
>>         /usr/include/libxklavier/xklavier.h              Volatile   
>> Header File
>>
>>     From PSARC/2009/117 and PSARC/2009/440
>>
>>     /usr/X11/lib/X11/xkb/*   Uncommitted    XKB definition files & 
>> directories.
>>
>>     Obsoleted Interfaces
>>     -------------------
>>
>>     Language/kbd selection text console screens in LiveCD from
>>     slim_source/usr/src/cmd/slim-instal/svc/live-fs-root
>>
>>     Exported Interfaces
>>     --------------------
>>
>>     No significant interfaces are exported
>>
>> 6. Resources and Schedule
>>     6.4. Steering Committee requested information
>>        6.4.1. Consolidation C-team Name:
>>         G11N
>>     6.5. ARC review type: FastTrack
>>     6.6. ARC Exposure: open
>>
> 

From Sebastien.Roy@sun.com Wed Nov 25 10:48:18 2009
Received: from sunmail3mpk.sfbay.sun.com (sunmail3mpk.SFBay.Sun.COM [129.146.11.52])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id nAPImIQj016850
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 25 Nov 2009 10:48:18 -0800 (PST)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail3mpk.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id nAPImH9i019522;
	Wed, 25 Nov 2009 10:48:17 -0800 (PST)
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KTO00J05HKHFP00@nwk-avmta-2.sfbay.sun.com>; Wed,
 25 Nov 2009 10:48:17 -0800 (PST)
Received: from brmea-mail-2.sun.com ([192.18.98.43])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KTO00FI3HKG0L30@nwk-avmta-2.sfbay.sun.com>; Wed,
 25 Nov 2009 10:48:17 -0800 (PST)
Received: from fe-amer-09.sun.com ([192.18.109.79])
	by brmea-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id nAPImGhH003094; Wed,
 25 Nov 2009 18:48:16 +0000 (GMT)
Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KTO00J00H9WZF00@mail-amer.sun.com>; Wed, 25 Nov 2009 11:48:16 -0700 (MST)
Received: from [192.168.1.5] ([unknown] [173.76.16.34])
 by mail-amer.sun.com (Sun Java(tm) System Messaging Server 7u2-7.04 64bit
 (built Jul  2 2009)) with ESMTPSA id <0KTO00J33HKDEI90@mail-amer.sun.com>; Wed,
 25 Nov 2009 11:48:14 -0700 (MST)
Date: Wed, 25 Nov 2009 13:48:12 -0500
From: Sebastien Roy <Sebastien.Roy@sun.com>
Subject: Re: LiveCD session improvement [PSARC/2009/560 FastTrack timeout
 10/22/2009]
In-reply-to: <4B0D7976.6070900@sun.com>
Sender: Sebastien.Roy@sun.com
To: John.Fischer@sun.com
Cc: Ethan.Quach@sun.com, PSARC-ext@sun.com, Sanjay.Nadkarni@sun.com,
        gto@sun.com, Suresh Chandrasekharan <sureshc@sac.sfbay.sun.com>
Message-id: <1259174892.2336.330.camel@seb>
Organization: Sun Microsystems
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200910141946.n9EJkFJm019005@sac.sfbay.sun.com>
 <4AF1D347.3080609@sun.com> <4B0D7976.6070900@sun.com>
Status: RO
Content-Length: 599

On Wed, 2009-11-25 at 10:37 -0800, John Fischer wrote:
> PSARC,
> 
> Is my +1 sufficient for this case to be approved since the
> committee was looking for LSARC review and I am one? ;-)

It would be, except that the case was denied/not reviewed before you
reviewed it.  It's up to the case owner and/or submitter to decide what
to do with it.  It could be reopened and approved, or resubmitted as a
new LSARC case.  The case owner should be a bit more proactive here and
take action to try and resolve this.  There is another related case in
the same state as this one with the same owner.

-Seb



From Asa.Romberger@sun.com Wed Nov 25 11:30:42 2009
Received: from newsunmail1brm.central.sun.com (newsunmail1brm.Central.Sun.COM [129.147.62.245])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id nAPJUgAT017814
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 25 Nov 2009 11:30:42 -0800 (PST)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by newsunmail1brm.central.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.4) with ESMTP id nAPJUeZL054711;
	Wed, 25 Nov 2009 12:30:41 -0700 (MST)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KTO00801JJ54S00@nwk-avmta-1.sfbay.Sun.COM>; Wed,
 25 Nov 2009 11:30:41 -0800 (PST)
Received: from sca-es-mail-2.sun.com ([192.18.43.133])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KTO00EQKJJ42HD0@nwk-avmta-1.sfbay.Sun.COM>; Wed,
 25 Nov 2009 11:30:40 -0800 (PST)
Received: from fe-sfbay-09.sun.com ([192.18.43.129])
	by sca-es-mail-2.sun.com (8.13.7+Sun/8.12.9) with ESMTP id nAPJUeUQ002561;
 Wed, 25 Nov 2009 11:30:40 -0800 (PST)
Received: from conversion-daemon.fe-sfbay-09.sun.com by fe-sfbay-09.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KTO00700JI6QA00@fe-sfbay-09.sun.com>; Wed,
 25 Nov 2009 11:30:40 -0800 (PST)
Received: from [129.145.154.66] ([unknown] [129.145.154.66])
 by fe-sfbay-09.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTPSA id <0KTO00M89JJ2SH40@fe-sfbay-09.sun.com>; Wed,
 25 Nov 2009 11:30:39 -0800 (PST)
Date: Wed, 25 Nov 2009 11:30:38 -0800
From: Asa Romberger <Asa.Romberger@sun.com>
Subject: Re: LiveCD session improvement [PSARC/2009/560 FastTrack timeout
 10/22/2009]
In-reply-to: <1259174892.2336.330.camel@seb>
Sender: Asa.Romberger@sun.com
To: Sebastien Roy <Sebastien.Roy@sun.com>
Cc: John.Fischer@sun.com, Ethan.Quach@sun.com, PSARC-ext@sun.com,
        Sanjay.Nadkarni@sun.com, gto@sun.com,
        Suresh Chandrasekharan <sureshc@sac.sfbay.sun.com>
Message-id: <4B0D85DE.4040505@sun.com>
MIME-version: 1.0
Content-type: text/html; CHARSET=US-ASCII
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200910141946.n9EJkFJm019005@sac.sfbay.sun.com>
 <4AF1D347.3080609@sun.com> <4B0D7976.6070900@sun.com>
 <1259174892.2336.330.camel@seb>
User-Agent: Thunderbird 2.0.0.23 (X11/20090910)
Status: RO
Content-Length: 1254

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Seb/John,<br>
<br>
An interesting question here. Can John take ownership of the case? That
is, can an LSARC member take ownership of a PSARC case? That could
resolve the problem.<br>
<br>
Asa<br>
<br>
On 11/25/09 10:48, Sebastien Roy wrote:
<blockquote cite="mid:1259174892.2336.330.camel@seb" type="cite">
  <pre wrap="">On Wed, 2009-11-25 at 10:37 -0800, John Fischer wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">PSARC,

Is my +1 sufficient for this case to be approved since the
committee was looking for LSARC review and I am one? ;-)
    </pre>
  </blockquote>
  <pre wrap=""><!---->
It would be, except that the case was denied/not reviewed before you
reviewed it.  It's up to the case owner and/or submitter to decide what
to do with it.  It could be reopened and approved, or resubmitted as a
new LSARC case.  The case owner should be a bit more proactive here and
take action to try and resolve this.  There is another related case in
the same state as this one with the same owner.

-Seb


  </pre>
</blockquote>
</body>
</html>

From Sebastien.Roy@Sun.COM Wed Nov 25 11:43:46 2009
Received: from newsunmail1brm.central.sun.com (newsunmail1brm.Central.Sun.COM [129.147.62.245])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id nAPJhj8v017938
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 25 Nov 2009 11:43:45 -0800 (PST)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by newsunmail1brm.central.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.4) with ESMTP id nAPJhjFr063567;
	Wed, 25 Nov 2009 12:43:45 -0700 (MST)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KTO00E01K4XPB00@brm-avmta-1.central.sun.com>; Wed,
 25 Nov 2009 12:43:45 -0700 (MST)
Received: from brmea-mail-1.sun.com ([192.18.98.31])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KTO008GPK4WSW20@brm-avmta-1.central.sun.com>; Wed,
 25 Nov 2009 12:43:44 -0700 (MST)
Received: from fe-amer-09.sun.com ([192.18.109.79])
	by brmea-mail-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id nAPJhibF022781; Wed,
 25 Nov 2009 19:43:44 +0000 (GMT)
Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KTO00700K1ZAP00@mail-amer.sun.com>; Wed, 25 Nov 2009 12:43:44 -0700 (MST)
Received: from [192.168.1.5] ([unknown] [173.76.16.34])
 by mail-amer.sun.com (Sun Java(tm) System Messaging Server 7u2-7.04 64bit
 (built Jul  2 2009)) with ESMTPSA id <0KTO005IDK4FL0E0@mail-amer.sun.com>; Wed,
 25 Nov 2009 12:43:28 -0700 (MST)
Date: Wed, 25 Nov 2009 14:43:26 -0500
From: Sebastien Roy <Sebastien.Roy@Sun.COM>
Subject: Re: LiveCD session improvement [PSARC/2009/560 FastTrack timeout
 10/22/2009]
In-reply-to: <4B0D85DE.4040505@sun.com>
Sender: Sebastien.Roy@Sun.COM
To: Asa Romberger <Asa.Romberger@Sun.COM>
Cc: John.Fischer@Sun.COM, Ethan.Quach@Sun.COM, PSARC-ext@Sun.COM,
        Sanjay.Nadkarni@Sun.COM, gto@Sun.COM,
        Suresh Chandrasekharan <sureshc@sac.sfbay.sun.com>
Message-id: <1259178206.2336.337.camel@seb>
Organization: Sun Microsystems
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200910141946.n9EJkFJm019005@sac.sfbay.sun.com>
 <4AF1D347.3080609@sun.com> <4B0D7976.6070900@sun.com>
 <1259174892.2336.330.camel@seb> <4B0D85DE.4040505@sun.com>
Status: RO
Content-Length: 436

On Wed, 2009-11-25 at 11:30 -0800, Asa Romberger wrote:
> An interesting question here. Can John take ownership of the case?
> That is, can an LSARC member take ownership of a PSARC case? That
> could resolve the problem.

A case can be assigned a new owner, sure, and the owner need not be
restricted to one particular ARC body.  Either way, the case owner needs
to do the work needed to have this case re-opened and reviewed.

-Seb



From Suresh.Chandrasekharan@sun.com Wed Nov 25 12:42:36 2009
Received: from newsunmail1brm.central.sun.com (newsunmail1brm.Central.Sun.COM [129.147.62.245])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id nAPKga6n022412
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 25 Nov 2009 12:42:36 -0800 (PST)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by newsunmail1brm.central.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.4) with ESMTP id nAPKgZni036857;
	Wed, 25 Nov 2009 13:42:36 -0700 (MST)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KTO00M2HMUZU700@nwk-avmta-1.sfbay.Sun.COM>; Wed,
 25 Nov 2009 12:42:35 -0800 (PST)
Received: from sca-es-mail-2.sun.com ([192.18.43.133])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KTO00F7HMUZKQ60@nwk-avmta-1.sfbay.Sun.COM>; Wed,
 25 Nov 2009 12:42:35 -0800 (PST)
Received: from fe-sfbay-10.sun.com ([192.18.43.129])
	by sca-es-mail-2.sun.com (8.13.7+Sun/8.12.9) with ESMTP id nAPKgZv3008892;
 Wed, 25 Nov 2009 12:42:35 -0800 (PST)
Received: from conversion-daemon.fe-sfbay-10.sun.com by fe-sfbay-10.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KTO00K00MIKKG00@fe-sfbay-10.sun.com>; Wed,
 25 Nov 2009 12:42:35 -0800 (PST)
Received: from [192.168.1.67] ([unknown] [74.183.249.33])
 by fe-sfbay-10.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTPSA id <0KTO00I1XMUUHQA0@fe-sfbay-10.sun.com>; Wed,
 25 Nov 2009 12:42:32 -0800 (PST)
Date: Wed, 25 Nov 2009 15:42:28 -0500
From: Suresh Chandrasekharan <Suresh.Chandrasekharan@sun.com>
Subject: Re: LiveCD session improvement [PSARC/2009/560 FastTrack timeout
 10/22/2009]
In-reply-to: <1259178206.2336.337.camel@seb>
Sender: Suresh.Chandrasekharan@sun.com
To: Sebastien Roy <Sebastien.Roy@sun.com>
Cc: Asa Romberger <Asa.Romberger@sun.com>, John.Fischer@sun.com,
        ethan.quach@sun.com, PSARC-ext@sun.com, Sanjay.Nadkarni@sun.com,
        gto@sun.com, Suresh Chandrasekharan <sureshc@sac.sfbay.sun.com>
Message-id: <4B0D96B4.3080907@sun.com>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200910141946.n9EJkFJm019005@sac.sfbay.sun.com>
 <4AF1D347.3080609@sun.com> <4B0D7976.6070900@sun.com>
 <1259174892.2336.330.camel@seb> <4B0D85DE.4040505@sun.com>
 <1259178206.2336.337.camel@seb>
User-Agent: Thunderbird 2.0.0.22 (X11/20090804)
Status: RO
Content-Length: 540

Re-set to waiting fast-track 12/07/09

Suresh

Sebastien Roy wrote:
> On Wed, 2009-11-25 at 11:30 -0800, Asa Romberger wrote:
>   
>> An interesting question here. Can John take ownership of the case?
>> That is, can an LSARC member take ownership of a PSARC case? That
>> could resolve the problem.
>>     
>
> A case can be assigned a new owner, sure, and the owner need not be
> restricted to one particular ARC body.  Either way, the case owner needs
> to do the work needed to have this case re-opened and reviewed.
>
> -Seb
>
>
>   


From John.Fischer@sun.com Wed Nov 25 12:46:50 2009
Received: from newsunmail1brm.central.sun.com (newsunmail1brm.Central.Sun.COM [129.147.62.245])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id nAPKknFV022559
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 25 Nov 2009 12:46:49 -0800 (PST)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by newsunmail1brm.central.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.4) with ESMTP id nAPKkn0d039757;
	Wed, 25 Nov 2009 13:46:49 -0700 (MST)
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KTO00303N21R300@nwk-avmta-2.sfbay.sun.com>; Wed,
 25 Nov 2009 12:46:49 -0800 (PST)
Received: from brmea-mail-1.sun.com ([192.18.98.31])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KTO00FSQN200Q90@nwk-avmta-2.sfbay.sun.com>; Wed,
 25 Nov 2009 12:46:49 -0800 (PST)
Received: from fe-amer-10.sun.com ([192.18.109.80])
	by brmea-mail-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id nAPKkmU6021652; Wed,
 25 Nov 2009 20:46:48 +0000 (GMT)
Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KTO00600LOVJ200@mail-amer.sun.com>; Wed, 25 Nov 2009 13:46:48 -0700 (MST)
Received: from [192.168.10.8] ([unknown] [71.197.72.184])
 by mail-amer.sun.com (Sun Java(tm) System Messaging Server 7u2-7.04 64bit
 (built Jul  2 2009)) with ESMTPSA id <0KTO009WQN1CK8F0@mail-amer.sun.com>; Wed,
 25 Nov 2009 13:46:24 -0700 (MST)
Date: Wed, 25 Nov 2009 12:43:20 -0800
From: John Fischer <John.Fischer@sun.com>
Subject: Re: LiveCD session improvement [PSARC/2009/560 FastTrack timeout
 10/22/2009]
In-reply-to: <4B0D96B4.3080907@sun.com>
Sender: John.Fischer@sun.com
To: Suresh Chandrasekharan <Suresh.Chandrasekharan@sun.com>
Cc: Sebastien Roy <Sebastien.Roy@sun.com>,
        Asa Romberger <Asa.Romberger@sun.com>, Ethan.Quach@sun.com,
        PSARC-ext@sun.com, Sanjay.Nadkarni@sun.com, gto@sun.com,
        Suresh Chandrasekharan <sureshc@sac.sfbay.sun.com>
Reply-to: John.Fischer@sun.com
Message-id: <4B0D96E8.4010102@sun.com>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200910141946.n9EJkFJm019005@sac.sfbay.sun.com>
 <4AF1D347.3080609@sun.com> <4B0D7976.6070900@sun.com>
 <1259174892.2336.330.camel@seb> <4B0D85DE.4040505@sun.com>
 <1259178206.2336.337.camel@seb> <4B0D96B4.3080907@sun.com>
User-Agent: Thunderbird 2.0.0.23 (X11/20091027)
Status: RO
Content-Length: 650

Officially adding a +1 for the reopened case.

John


Suresh Chandrasekharan wrote:
> Re-set to waiting fast-track 12/07/09
> 
> Suresh
> 
> Sebastien Roy wrote:
>> On Wed, 2009-11-25 at 11:30 -0800, Asa Romberger wrote:
>>  
>>> An interesting question here. Can John take ownership of the case?
>>> That is, can an LSARC member take ownership of a PSARC case? That
>>> could resolve the problem.
>>>     
>>
>> A case can be assigned a new owner, sure, and the owner need not be
>> restricted to one particular ARC body.  Either way, the case owner needs
>> to do the work needed to have this case re-opened and reviewed.
>>
>> -Seb
>>
>>
>>   
> 

From Suresh.Chandrasekharan@sun.com Tue Dec  8 06:31:01 2009
Received: from sunmail6brm.central.sun.com (sunmail6brm.Central.Sun.COM [129.147.4.169])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id nB8EV05X007970
	for <psarc-ext@sac.sfbay.sun.com>; Tue, 8 Dec 2009 06:31:00 -0800 (PST)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail6brm.central.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id nB8EV0Im003428;
	Tue, 8 Dec 2009 08:31:00 -0600 (CST)
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KUC00K1H8BO1N00@nwk-avmta-2.sfbay.sun.com>; Tue,
 08 Dec 2009 06:31:00 -0800 (PST)
Received: from sca-es-mail-2.sun.com ([192.18.43.133])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KUC00JJO8BMBL10@nwk-avmta-2.sfbay.sun.com>; Tue,
 08 Dec 2009 06:30:58 -0800 (PST)
Received: from fe-sfbay-09.sun.com ([192.18.43.129])
	by sca-es-mail-2.sun.com (8.13.7+Sun/8.12.9) with ESMTP id nB8EUwnZ017451;
 Tue, 08 Dec 2009 06:30:58 -0800 (PST)
Received: from conversion-daemon.fe-sfbay-09.sun.com by fe-sfbay-09.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KUC0050080QC000@fe-sfbay-09.sun.com>; Tue,
 08 Dec 2009 06:30:58 -0800 (PST)
Received: from [192.168.1.65] ([unknown] [74.183.249.33])
 by fe-sfbay-09.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTPSA id <0KUC0017P8BJG730@fe-sfbay-09.sun.com>; Tue,
 08 Dec 2009 06:30:58 -0800 (PST)
Date: Tue, 08 Dec 2009 09:30:38 -0500
From: Suresh Chandrasekharan <Suresh.Chandrasekharan@sun.com>
Subject: Re: LiveCD session improvement [PSARC/2009/560 FastTrack timeout
 10/22/2009]
In-reply-to: <4B0D96E8.4010102@sun.com>
Sender: Suresh.Chandrasekharan@sun.com
To: John.Fischer@sun.com
Cc: Sebastien Roy <Sebastien.Roy@sun.com>,
        Asa Romberger <Asa.Romberger@sun.com>, Ethan.Quach@sun.com,
        PSARC-ext@sun.com, Sanjay.Nadkarni@sun.com, gto@sun.com,
        Suresh Chandrasekharan <sureshc@sac.sfbay.sun.com>
Message-id: <4B1E630E.1090000@sun.com>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200910141946.n9EJkFJm019005@sac.sfbay.sun.com>
 <4AF1D347.3080609@sun.com> <4B0D7976.6070900@sun.com>
 <1259174892.2336.330.camel@seb> <4B0D85DE.4040505@sun.com>
 <1259178206.2336.337.camel@seb> <4B0D96B4.3080907@sun.com>
 <4B0D96E8.4010102@sun.com>
User-Agent: Thunderbird 2.0.0.22 (X11/20090804)
Status: RO
Content-Length: 777

Thanks for John's help. Closed Approved as of yesterday 12/07/09.

Suresh
John Fischer wrote:
> Officially adding a +1 for the reopened case.
>
> John
>
>
> Suresh Chandrasekharan wrote:
>> Re-set to waiting fast-track 12/07/09
>>
>> Suresh
>>
>> Sebastien Roy wrote:
>>> On Wed, 2009-11-25 at 11:30 -0800, Asa Romberger wrote:
>>>  
>>>> An interesting question here. Can John take ownership of the case?
>>>> That is, can an LSARC member take ownership of a PSARC case? That
>>>> could resolve the problem.
>>>>     
>>>
>>> A case can be assigned a new owner, sure, and the owner need not be
>>> restricted to one particular ARC body.  Either way, the case owner 
>>> needs
>>> to do the work needed to have this case re-opened and reviewed.
>>>
>>> -Seb
>>>
>>>
>>>   
>>


