From jw137282@sac.sfbay.sun.com Thu Jan  8 22:28:18 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 n096SIs3013710
	for <LSARC-ext@sac.sfbay.sun.com>; Thu, 8 Jan 2009 22:28:18 -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.2) with ESMTP id n096SH5x061702;
	Thu, 8 Jan 2009 23:28:17 -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 <0KD600105XZ5AX00@nwk-avmta-2.sfbay.sun.com>; Thu,
 08 Jan 2009 22:28:17 -0800 (PST)
Received: from dm-sfbay-01.sfbay.sun.com ([129.145.155.118])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KD6009UTXZ4XN70@nwk-avmta-2.sfbay.sun.com>; Thu,
 08 Jan 2009 22:28:16 -0800 (PST)
Received: from sac.sfbay.sun.com (new-sac.SFBay.Sun.COM [129.146.175.65])
	by dm-sfbay-01.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2)
 with ESMTP id n096SFo8056350; Thu, 08 Jan 2009 22:28:15 -0800 (PST)
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 n096SEww013704; Thu,
 08 Jan 2009 22:28:14 -0800 (PST)
Received: (from jw137282@localhost)
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8/Submit) id n096SENO013700; Thu,
 08 Jan 2009 22:28:14 -0800 (PST)
Date: Thu, 08 Jan 2009 22:28:14 -0800 (PST)
From: James Walker <jw137282@sac.sfbay.sun.com>
Subject: lua [LSARC/2009/013 FastTrack timeout 01/16/2009]
To: LSARC-ext@sun.com
Cc: Zhihua.Luo@sun.com
Message-id: <200901090628.n096SENO013700@sac.sfbay.sun.com>
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
Status: RO
Content-Length: 13202

I'm sponsoring this case for Eddie Luo, the timeout is set to expire next
Friday January 16, 2009.  The requested release binding is minor. The
man pages have been posted in the materials directory.

Template Version: @(#)sac_nextcase %I% %G% SMI
This information is Copyright 2009 Sun Microsystems
1. Introduction
    1.1. Project/Component Working Name:
	 lua
    1.2. Name of Document Author/Supplier:
	 Author:  Eddie Luo
    1.3  Date of This Document:
	08 January, 2009
4. Technical Description
Lua Check List
1.0 Project Information
  1.1 Name of project/component
      lua

  1.2 Author of document
      Zhihua.Luo@Sun.COM

2.0 Project Summary
  2.1 Project Description

    Lua is a powerful, fast, light-weight, embeddable scripting language.
    Lua combines simple procedural syntax with powerful data description
    constructs based on associative arrays and extensible semantics. Lua
    is dynamically typed, runs by interpreting bytecode for a register-based
    virtual machine, and has automatic memory management with incremental
    garbage collection, making it ideal for configuration, scripting, and
    rapid prototyping[1].

    lua-5.1.4 will be integrated into the SFW consolidation as part of
    this proposal, and will be installed as SUNWlua. A minor release
    binding is requested.

  2.2 Release binding
      What is is the release binding?
      (see http://opensolaris.org/os/community/arc/policies/release-taxonomy/)
      [ ] Major
      [*] Minor
      [ ] Patch or Micro
      [ ] Unknown -- ARC review required

  2.3 Type of project
      Is this case a Linux Familiarity project?
      [*] Yes
      [ ] No

  2.4 Originating Community
    2.4.1 Community Name
      Lua (http://www.lua.org)
    
    2.4.2 Community Involvement
      Indicate Sun's involvement in the community
      [ ] Maintainer
      [ ] Contributor
      [*] Monitoring
      
      Will the project team work with the upstream community to resolve
      architectural issues of interest to Sun?
      [*] Yes 
      [ ] No - briefly explain
      
      Will we or are we forking from the community?
      [ ] Yes - ARC review required prior to forking
      [*] No
      
3.0 Technical Description
  3.1 Installation & Sharable
    3.1.1S Solaris Installation - section only required for Solaris Software
      (see http://opensolaris.org/os/community/arc/policies/install-locations/ for details)
      Does this project follow the Install Locations best practice?
      [*] Yes 
      [ ] No - ARC review required
      
      Does this project install into /usr under [sbin|bin|lib|include|man|share]?
      [*] Yes
      [ ] No or N/A
      
      Does this project install into /opt?
      [ ] Yes - explain below
      [*] No or N/A
      
      Does this project install into a different directory structure?
      [ ] Yes - ARC review required
      [*] No or N/A
      
      Do any of the components of this project conflict with anything under /usr?
      (see http://opensolaris.org/os/community/arc/caselog/2007/047/ for details)
      [ ] Yes - explain below
      [*] No
      
      If conflicts exist then will this project install under /usr/gnu?
      [ ] Yes
      [ ] No - ARC review required
      [*] N/A
      
      Is this project installing into /usr/sfw?
      [ ] Yes - ARC review required
      [*] No
      
    3.1.1W Windows Installation - section only required for Windows Software
      (see http://sac.sfbay/WSARC/2002/494 for details)
      Does this project install software into a 
      <system drive>:\Program Files\Sun\<product> or <system drive>:\Sun\<product>
      directory?
      [ ] Yes
      [ ] No - ARC review required
      
      Does the project use the Windows registry?
      [ ] Yes
      [ ] No - ARC review required
      
      Does the project use 
      HKEY_LOCAL_MACHINE\SOFTWARE\Sun Microsystems\<product>\<version>
      for the registry key?
      [ ] Yes
      [ ] No - ARC review required
      
      Is the project's stored location
      HKEY_LOCAL_MACHINE\SOFTWARE\Sun Microsystems\<product id>\<version id>\Path?
      [ ] Yes
      [ ] No - ARC review required
      
    3.1.2 Share and Sharable
      Does the module include any components that are used or shared by 
      other projects?
      [*] Yes
      [ ] No
    
      If yes are these components packaged to be shared with the other FOSS?
      [*] Yes
      [ ] No - ARC review required
      [ ] N/A
    
      Are these components already in the Solaris WOS?
      [ ] Yes
      [*] No - continue with next section (section 3.2)
    
      If yes are these newer versions being delivered?
      [ ] Yes
      [ ] No - ARC review required
      
      If yes are the newer versions replacing the existing versions?
      [ ] Yes
      [ ] No - ARC review required

  3.2 Exported Libraries
      Are libraries being delivered by this project?
      [*] Yes
      [ ] No - continue with next section (section 3.3)
      
      Are 64-bit versions of the libraries being delivered?
      [*] Yes
      [ ] No - ARC review required
    
      Are static versions of the libraries being delivered?
      [ ] Yes - ARC review required
      [*] No 
      
  3.3 Services and the /etc Directory
      (see http://opensolaris.org/os/community/arc/policies/SMF-policy/)
      Does the project integrate anything into /etc/init.d or /etc/rc?.d?
      [ ] Yes - ARC review required
      [*] No
      
      Does the project integrate any new entries into /etc/inittab or
      /etc/inetd.conf?
      [ ] Yes - ARC review required
      [*] No
      
      Does the project integrate any private non-public files into /etc/default
      or /etc/ configuration files?
      [ ] Yes - ARC review required
      [*] No
      
      Does the service manifests method context grant rights above that
      of the noaccess user and basic privilege set?
      [ ] Yes - ARC review required
      [*] No
        
  3.4 Security
    3.4.1 Secure By Default 
      (see http://opensolaris.org/os/community/arc/policies/secure-by-default/ for details)
      (see http://www.opensolaris.org/os/community/arc/policies/NITS-policy/ for details)
      (see parts of http://opensolaris.org/os/community/arc/policies/SMF-policy/ for
       addtional details)
      Are there any network services provided by this project?
      [ ] Yes
      [*] No - continue with the next section (section 3.4.2)
      
      Are network services enabled by default?
      [ ] Yes - ARC review required
      [ ] No
      [ ] N/A
      
      Are network services automatically enabled by the project during installation?
      [ ] Yes - ARC review required
      [ ] No
      [ ] N/A
      
      Are inbound network communications denied by default?
      [ ] Yes
      [ ] No - ARC review required
      [ ] N/A
      
      Is inbound data checked to prevent content-based attacks?
      [ ] Yes
      [ ] No - ARC review required
      [ ] N/A
      
      Is the outbound receiver authenticated?
      [ ] Yes
      [ ] No - ARC review required
      [ ] N/A
      
      Is the receiver authenticated prior to receiving any sensitive outbound communication?
      [ ] Yes
      [ ] No - ARC review required
      [ ] N/A
      
    3.4.2 Authorization
      (see http://opensolaris.org/os/community/arc/bestpractices/rbac-intro/ and
	   http://opensolaris.org/os/community/arc/bestpractices/rbac-profiles/ and
	   http://opensolaris.org/os/community/arc/bestpractices/rbac-profiles/
           for details)
      Are there any setuid/setgid privileged binaries in the project?
      [ ] Yes - ARC review required
      [*] No - continue with next section (section 3.4.3)
      
      If yes then are the setuid/setgid privileges handled by the use of roles?
      [ ] Yes
      [ ] No - ARC review required

    3.4.3 Auditing
      (see http://opensolaris.org/os/community/arc/policies/audit-policy/ for details)
      (see http://opensolaris.org/os/community/arc/caselog/2003/397 for details)
      Does this component contain administrative or security enforcing software?
      [ ] Yes - ARC review required
      [*] No - continue to next section (section 3.4.4)
      
      (see http://opensolaris.org/os/community/arc/caselog/2003/397 for details)
      Do the components create audit logs detailing what took place including what event
      took place, who was involved, when the event took place?
      [ ] Yes - ARC contract and Audit project team review required
      [ ] No - ARC review required
           
    3.4.4 Authentication
      (see http://opensolaris.org/os/community/arc/policies/PAM/)
      Do the components contain any authentication code?
      [ ] Yes
      [*] No - continue to next section (section 3.4.5)
      
      If yes do the components use PAM (plugable authentication modules) for authentication?
      [ ] Yes
      [ ] No - ARC review required
      
      If yes is a single PAM session maintained during authentication?
      [ ] Yes
      [ ] No - ARC review required
      
      If yes are the components sufficiently privileged to allow the requested 
      operations (authentication, password change, process credential manipulation, 
      audit state initialization)?
      [ ] Yes - briefly describe below
      [ ] No - ARC review required
      
    3.4.5 Passwords
      (see http://opensolaris.org/os/community/arc/bestpractices/passwords-cli/ and
           http://opensolaris.org/os/community/arc/bestpractices/passwords-files/ for details)
      Do any of the components for the project deal with passwords?
      [ ] Yes
      [*] No - continue to next section (section 3.4.6)
      
      If yes are these passwords entered via the CLI or environment?
      [ ] Yes - ARC review required
      [ ] No
      
      Are passwords stored within the file system for the component?
      [ ] Yes
      [ ] No - continue to next section (section 3.4.6)
      
      If yes are the permissions on the file such to protect exposing the password(s)?
      [ ] Yes
      [ ] No - ARC review required
      
    3.4.6 General Security Questions
      (see http://opensolaris.org/os/community/arc/bestpractices/security-questions/ for details)
      Are there any network protocols used by this project?
      [ ] Yes
      [*] No - continue with the next section (section 3.5)
      
      Do the components use standard network protocols?
      [ ] Yes
      [ ] No - ARC review required
      
      Do network services for the project make decisions based upon user, host or 
      service identities?
      [ ] Yes - explain below
      [ ] No
      [ ] N/A
      
      Do the components make use of secret information during authentication and/or
      authorization?
      [ ] Yes - explain below
      [ ] No
      [ ] N/A
  
  3.5 Networking
      Do the components access the network?
      [ ] Yes
      [*] No - continue with the next section (section 3.6)
      
      If yes do the components support IPv6?
      [ ] Yes 
      [ ] No - ARC review required
          
  3.6 Core Solaris Components
      Do the components of this project compete with or duplicate core 
      Solaris components?
      [ ] Yes - ARC review required
      [*] No 
      
      Examples of Core Solaris Components include but are not limited to:
      
        Secure By Default
        Authorizations
        PAM -- Plugable Authentication Module
        Privilege
        PRM -- Process Rights Management -- Privilege
        Audit
        xVm -- Virtualization
        zones / Solaris Containers
        PRM -- Process Rights Management
        RBAC -- Role Based Access Control
        TX / Trusted Extensions
        ZFS
        SMF -- Service Management Facility
        FMA -- Fault Management Architecture
        SCF -- Smart Card Facility
        IPsec
        
4.0 Interfaces

  4.1 Exported Interfaces
  
    Interface Name		Classification	Comments
    --------------------------- --------------  --------------------
    SUNWlua			Uncommitted     Package
    /usr/bin/lua                Uncommitted     Executable binary
    /usr/bin/luac               Uncommitted     Executable binary

    /usr/include/lauxlib.h	Uncommitted	Include file
    /usr/include/lua.h		Uncommitted	Include file
    /usr/include/luaconf.h	Uncommitted	Include file
    /usr/include/lualib.h	Uncommitted	Include file

    /usr/lib/lua/test/		Uncommitted	Example lua test files		
    /usr/lib/liblua.so          Uncommitted     Shared Library
    /usr/lib/64/liblua.so       Uncommitted     64bit Shared Library
    
   4.2 Imported Interfaces

   Interface Name Classification Comments
   -------------- -------------- ------------------------------------
   SUNWlibmsr	  Committed	 Math & Microtasking Libraries (Root)
 
5.0 Documentation

   /usr/share/doc/lua/	Lua documentation
   
Appendix A - References

    [1]    http://www.lua.org/
    [2]    http://en.wikipedia.org/wiki/Lua_(programming_language)

    * OSR ID# 9587
    * RFE ID# 6779501


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


From carlsonj@phorcys.east.sun.com Fri Jan  9 06:07:56 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 n09E7uNc025145
	for <LSARC-ext@sac.sfbay.sun.com>; Fri, 9 Jan 2009 06:07:56 -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.2) with ESMTP id n09E7qgu010000;
	Fri, 9 Jan 2009 07:07:54 -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 <0KD70090HJ958X00@nwk-avmta-2.sfbay.sun.com>; Fri,
 09 Jan 2009 06:07:53 -0800 (PST)
Received: from phorcys.east.sun.com ([129.148.174.143])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KD70026HJ94D040@nwk-avmta-2.sfbay.sun.com>; Fri,
 09 Jan 2009 06:07:52 -0800 (PST)
Received: from phorcys.east.sun.com (localhost [127.0.0.1])
	by phorcys.east.sun.com (8.14.3+Sun/8.14.3) with ESMTP id n09E7pcv018020; Fri,
 09 Jan 2009 09:07:51 -0500 (EST)
Received: (from carlsonj@localhost)
	by phorcys.east.sun.com (8.14.3+Sun/8.14.3/Submit) id n09E7p3O018017; Fri,
 09 Jan 2009 09:07:51 -0500 (EST)
Date: Fri, 09 Jan 2009 09:07:51 -0500
From: James Carlson <james.d.carlson@sun.com>
Subject: Re: lua [LSARC/2009/013 FastTrack timeout 01/16/2009]
In-reply-to: <200901090628.n096SENO013700@sac.sfbay.sun.com>
To: James Walker <jw137282@sac.sfbay.sun.com>
Cc: LSARC-ext@sun.com, Zhihua.Luo@sun.com
Message-id: <18791.23095.335393.775826@gargle.gargle.HOWL>
MIME-version: 1.0
X-Mailer: VM 7.01 under Emacs 21.3.1
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200901090628.n096SENO013700@sac.sfbay.sun.com>
Status: RO
Content-Length: 538

James Walker writes:
>     /usr/lib/lua/test/		Uncommitted	Example lua test files		

Not that it matters a great deal, but "example" files are normally
placed in /usr/demo (and without ARC involvement).  Why would these
examples be needed or expected under /usr/lib?  (Is it something the
upstream normally does?)

-- 
James Carlson, Solaris Networking              <james.d.carlson@sun.com>
Sun Microsystems / 35 Network Drive        71.232W   Vox +1 781 442 2084
MS UBUR02-212 / Burlington MA 01803-2757   42.496N   Fax +1 781 442 1677

From James.Walker@sun.com Sun Jan 11 22:52:44 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 n0C6qiSG021709
	for <LSARC-ext@sac.sfbay.sun.com>; Sun, 11 Jan 2009 22:52:44 -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.2) with ESMTP id n0C6qg0Q012147
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Sun, 11 Jan 2009 23:52:43 -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 <0KDC00J13J3UVG00@nwk-avmta-1.sfbay.Sun.COM> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@Sun.Com); Sun, 11 Jan 2009 22:52:42 -0800 (PST)
Received: from brmea-mail-2.sun.com ([192.18.98.43])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KDC00FIXJ3UK720@nwk-avmta-1.sfbay.Sun.COM> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@Sun.Com); Sun,
 11 Jan 2009 22:52:42 -0800 (PST)
Received: from fe-amer-10.sun.com ([192.18.109.80])
	by brmea-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id n0C6qffP003295	for
 <LSARC-ext@Sun.Com>; Mon, 12 Jan 2009 06:52:41 +0000 (GMT)
Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 id <0KDC00F01J2ICU00@mail-amer.sun.com>
 (original mail from James.Walker@Sun.COM)
 for LSARC-ext@Sun.Com (ORCPT LSARC-ext@Sun.Com); Sun,
 11 Jan 2009 23:52:41 -0700 (MST)
Received: from c-24-8-61-165.hsd1.co.comcast.net ([129.150.32.118])
 by mail-amer.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 with ESMTPSA id <0KDC00FPUJ3TMJ70@mail-amer.sun.com> for LSARC-ext@Sun.Com
 (ORCPT LSARC-ext@Sun.Com); Sun, 11 Jan 2009 23:52:41 -0700 (MST)
Date: Sun, 11 Jan 2009 23:52:41 -0700
From: Jim Walker <James.Walker@sun.com>
Subject: Re: lua [LSARC/2009/013 FastTrack timeout 01/16/2009]
In-reply-to: <18791.23095.335393.775826@gargle.gargle.HOWL>
Sender: James.Walker@sun.com
To: James Carlson <James.D.Carlson@sun.com>
Cc: LSARC-ext@sun.com, Zhihua.Luo@sun.com
Reply-to: James.Walker@sun.com
Message-id: <496AE8B9.3090208@sun.com>
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200901090628.n096SENO013700@sac.sfbay.sun.com>
 <18791.23095.335393.775826@gargle.gargle.HOWL>
User-Agent: Thunderbird 2.0.0.19 (Macintosh/20081209)
Status: RO
Content-Length: 509

James Carlson wrote:
> James Walker writes:
>>     /usr/lib/lua/test/		Uncommitted	Example lua test files		
> 
> Not that it matters a great deal, but "example" files are normally
> placed in /usr/demo (and without ARC involvement).  Why would these
> examples be needed or expected under /usr/lib?  (Is it something the
> upstream normally does?)
> 

There is no standard location yet, so under /usr/demo/lua/ is fine.
Eddie confirmed the change and I updated the proposal.txt file
accordingly.

Cheers,
Jim

From sacadmin Tue Jan 13 15:00: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 n0DN0AZN016070
	for <lsarc@sac.eng.sun.com>; Tue, 13 Jan 2009 15:00:10 -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.2) with ESMTP id n0DN01gS025485
	for <@sunmail2sca.sfbay.sun.com:lsarc@sun.com>; Tue, 13 Jan 2009 16:00:09 -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 <0KDF00L0VMK82G00@nwk-avmta-1.sfbay.Sun.COM> for lsarc@sun.com
 (ORCPT lsarc@sun.com); Tue, 13 Jan 2009 15:00:08 -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 <0KDF00FHPMK7Z2B0@nwk-avmta-1.sfbay.Sun.COM> for lsarc@sun.com
 (ORCPT lsarc@sun.com); Tue, 13 Jan 2009 15:00:07 -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 n0DN07wr026496	for
 <lsarc@sun.com>; Tue, 13 Jan 2009 15:00:07 -0800 (PST)
Received: from conversion-daemon.fe-sfbay-09.sun.com by fe-sfbay-09.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 id <0KDF00L01MJ02Q00@fe-sfbay-09.sun.com> (original mail from edh@sun.com)
 for lsarc@sun.com (ORCPT lsarc@sun.com); Tue, 13 Jan 2009 15:00:07 -0800 (PST)
Received: from [129.145.154.101] by fe-sfbay-09.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 with ESMTPSA id <0KDF0027AMK39XB0@fe-sfbay-09.sun.com> for lsarc@sun.com
 (ORCPT lsarc@sun.com); Tue, 13 Jan 2009 15:00:07 -0800 (PST)
Date: Tue, 13 Jan 2009 15:00:03 -0800
From: Edward Hunter <edh@sun.com>
Subject: Lua LSARC/2009/013
Sender: Ed.Hunter@sun.com
To: lsarc@sun.com
Message-id: <496D1CF3.3070700@sun.com>
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
User-Agent: Thunderbird 2.0.0.16 (X11/20080807)
Status: RO
Content-Length: 9

+1
-edh


From James.Walker@sun.com Fri Jan 16 18:07:08 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 n0H278oK018872
	for <LSARC-ext@sac.sfbay.sun.com>; Fri, 16 Jan 2009 18:07:08 -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.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id n0H275A3020080
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Fri, 16 Jan 2009 18:07:08 -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 <0KDL00107F7URF00@brm-avmta-1.central.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@Sun.Com); Fri, 16 Jan 2009 19:07:06 -0700 (MST)
Received: from brmea-mail-4.sun.com ([192.18.98.36])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KDL00F54F7TDH30@brm-avmta-1.central.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@Sun.Com); Fri,
 16 Jan 2009 19:07:05 -0700 (MST)
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 n0H275CJ013801	for
 <LSARC-ext@Sun.Com>; Sat, 17 Jan 2009 02:07:05 +0000 (GMT)
Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 id <0KDL00401F50F600@mail-amer.sun.com>
 (original mail from James.Walker@Sun.COM)
 for LSARC-ext@Sun.Com (ORCPT LSARC-ext@Sun.Com); Fri,
 16 Jan 2009 19:07:05 -0700 (MST)
Received: from jwmac.local ([129.150.32.200])
 by mail-amer.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28
 2007)) with ESMTPSA id <0KDL00KHFF7OOV30@mail-amer.sun.com> for
 LSARC-ext@Sun.Com (ORCPT LSARC-ext@Sun.Com); Fri,
 16 Jan 2009 19:07:05 -0700 (MST)
Date: Fri, 16 Jan 2009 19:07:00 -0700
From: Jim Walker <James.Walker@sun.com>
Subject: Re: lua [LSARC/2009/013 FastTrack timeout 01/16/2009]
In-reply-to: <200901090628.n096SENO013700@sac.sfbay.sun.com>
Sender: James.Walker@sun.com
To: LSARC-ext@sun.com
Cc: Zhihua.Luo@sun.com
Reply-to: James.Walker@sun.com
Message-id: <49713D44.1050409@sun.com>
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200901090628.n096SENO013700@sac.sfbay.sun.com>
User-Agent: Thunderbird 2.0.0.19 (Macintosh/20081209)
Status: RO
Content-Length: 76

All comments resolved. I am marking this case closed approved.

Cheers,
Jim

