[webstack-discuss] Apache 2.2 config samples directory structure [PSARC/2008/163 Self Review]

2008-02-29 Thread Seema Alevoor


John Plocher wrote:
 Have you looked at how debian does this?
 
 IIRC, they have a whole dir structure that deals with sites, configs and 
 modules
 that is managed with symlinks rather than editing config files...

One does not have to always edit the config file. Editing is needed only when 
the user
wants to customize the settings.
And, of course symlink, too, can be created, but not recommended because the
files in samples-conf.d get overwritten during upgrade whereas the ones in
conf.d are retained.

   It might be worth looking at, even if the end result is an informed no 
thanks...
 

Yes, I did look at debian's structure. Theirs is more granular
(e.g., .load file for every individual module) which leads to too many 
configuration files.
Apache 2.2.6 and above is something in-between and not very different from what 
was
supported earlier.
If required, we can think of supporting such a configuration, in future, as
it involves many more changes.


Thanks,
Seema.

 
 Jyri Virkki wrote:
 I am sponsoring this case for Seema Alevoor and closing it approved 
 automatic.


 Template Version: @(#)sac_nextcase 1.64 07/13/07 SMI
 This information is Copyright 2008 Sun Microsystems
 1. Introduction
 1.1. Project/Component Working Name:
   Apache 2.2 config samples directory structure
 1.2. Name of Document Author/Supplier:
   Author:  Seema Alevoor
 1.3  Date of This Document:
  28 February, 2008
 4. Technical Description

 Apache 2.2 config samples directory structure

 Background: 

 PSARC/2007/586 Including Apache 2.2.6 with Solaris approved the
 integration of Apache 2.2.6 into Nevada with the following
 configuration directory structure (later PSARC/2008/118 updated Apache
 to 2.2.8):

/etc/apache2/[version]
  /conf.d/
  /original/
  /original/extra/
 
 As a recap, the contents under /etc/apache2/[version]/original/extra
 directory were delivered as-is from the Apache distribution and these
 files are never read by the server. They are there as examples only.

 This location has proven confusing and users find it hard to find the
 example configuration files. Furthermore, since these files were
 delivered as-is, not all of them necessarily even work in OpenSolaris.
 This led to even more confusion when users attempted to copy them
 into the config directory and found that didn't work.

 To improve the user experience, this project creates a new directory,
 samples-conf.d, under /etc/apache2/[version] directory.  It will
 contain the sample configuration files with any and all necessary
 OpenSolaris-specific modifications. This will enable the user to use
 them by simply copying them to conf.d directory.

 This project removes the redundant 
 /etc/apache2/[version]/original/extra/ directory.


 Exported Interfaces
 ---
 /etc/apache2/2.2/samples-conf.d Uncommitted


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

 ___
 opensolaris-arc mailing list
 opensolaris-arc at opensolaris.org
 
 ___
 
 
 webstack-discuss mailing list
 webstack-discuss at opensolaris.org
 http://mail.opensolaris.org/mailman/listinfo/webstack-discuss



GNU MP arbitrary precision arithmetic library [PSARC/2008/166 FastTrack timeout 03/07/2008]

2008-02-29 Thread Darren J Moffat

Template Version: @(#)sac_nextcase 1.64 07/13/07 SMI
This information is Copyright 2008 Sun Microsystems
1. Introduction
1.1. Project/Component Working Name:
 GNU MP arbitrary precision arithmetic library
1.2. Name of Document Author/Supplier:
 Author:  Darren Moffat
1.3  Date of This Document:
29 February, 2008
4. Technical Description

Description of libgmp
-
GNU MP is a library for arbitrary precision arithmetic, operating on signed
integers, rational numbers, and floating point numbers.  It has a rich set of
functions, and the functions have a regular interface.

GNU MP is designed to be as fast as possible, both for small operands and huge
operands.  The speed is achieved by using fullwords as the basic arithmetic
type, by using fast algorithms, with carefully optimized assembly code for the
most common inner loops for lots of CPUs, and by a general emphasis on speed
(instead of simplicity or elegance).


OpenSolaris delivery

Note that the optional BSD libmp compatibility library is not provided since
OpenSolaris already has a /usr/lib/libmp.so.  The project team has no plans
to replace the exist libmp (or the two other private bignum implementations
used in crypto) by this one.  Replacement of the others may not even be
possible since GNU MP is released under LGPL.

The optional C++ support is also not provided due to the well known ABI
issues with providing C++ libaries on Solaris (g++ vs Sun C++), a future
case may be submitted to provide the C++ libaries if there is sufficient
demand and/or the ABI issue is resolved.


  Exported Interfaces
+-+--+---+
| Interface   | Taxonomy | Comments  |
+-+--+---+
| /usr/lib/libgmp.so  | Committed| LGPL  |
| /usr/lib/64/libgmp.so   | Committed| LGPL  |
| /usr/lib/64/libgmp.so   | Committed| LGPL  |
| /usr/lib/libgmp.so.3| Uncommitted  | LGPL  |
| /usr/lib/64/libgmp.so.3 | Uncommitted  | LGPL  |
| /usr/lib/libgmp.so.3.4.2| Volatile | LGPL  |
| /usr/lib/64/libgmp.so.3.4.2 | Volatile | LGPL  |
| |  |   |
| SONAME=libgmp.so.3  | Uncommitted  |   |
| |  |   |
| /usr/include/gmp.h  | Committed| LGPL  |
| |  |   |
| /usr/demo/libgmp| Volatile | GPL/LGPL Demo Source  |
| |  |   |
| /usr/info/gmp.info  | Not an Interface | Documentation |
| |  |   |
| SUNWgmp | Uncommitted  |   |
+-+--+---+

Release binding: patch


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




CVS integration [PSARC/2008/128 FastTrack timeout 02/28/2008]

2008-02-29 Thread Peter Dennis - Sustaining Engineer
While this case had some discussion on the use of CVS this
has no apparent bearing on the case itself.

Therefore I am marking this case closed approved as the timeout
has now passed.

Thanks
pete




2008/165 xVM Hypervisor Remote Access (virtd)

2008-02-29 Thread Darren J Moffat
As I understand it this case does not cause any new open ports since the 
only remote access method is the ssh based one.

Incoming ssh as root is disabled (explicitly in /etc/ssh/sshd_config and 
on Indiana by root being a role) by default so it seems that this is not 
usable at all in the default configuration.

What is going to be documented as the process for enabling this access ?

Does the SMF virtd property have any properties for configuring which 
access methods are enabled ?

--
Darren J Moffat



Pluggable fwflash(1M) [PSARC/2008/151 FastTrack timeout 03/04/2008]

2008-02-29 Thread James C. McPherson
On Wed, 27 Feb 2008 10:28:27 +0800
Tzongyu Paul Lee Tzongyu.Lee at Sun.COM wrote:

 (Forgot to attach the header/intro portion for the case..)
 
 I am sponsoring this fast-track for James C. McPherson.
 Requested release binding is patch, and the timer is set to
 03/04/2008.
 
 T.Paul
 ---
 
 Tzongyu Paul Lee ??:
  Template Version: @(#)sac_nextcase 1.64 07/13/07 SMI
  This information is Copyright 2008 Sun Microsystems
  1. Introduction
  1.1. Project/Component Working Name:
   Pluggable fwflash(1M)


Ahem, I have a small modification to the spec - one grammatical
error and one additional structure member:


32c32
 identification and firmware verification requires. By keeping the
---
 identification and firmware verification requirements. By keeping the
157a158,172
* We also store the name of the firmware file that
* we point to with *fwimage. This is needed in cases
* where we need to key off the name of the file to
* determine whether a different buffer in the target
* device should be targeted. 
*
* For example, our standard firmware image (file.fw)
* might require use of buffer id 0, but a boot image
* (boot.fw) might require use of buffer id 17. In each
* case, it is the verifier plugin that determines the
* specific bufferid that is needed by that firmware image.
*/
   char *imgfile;
 
   /*



The new version of the spec is attached.


James C. McPherson
--
Senior Kernel Software Engineer, Solaris
Sun Microsystems
http://blogs.sun.com/jmcp   http://www.jmcp.homeunix.com/blog
-- next part --
An embedded and charset-unspecified text was scrubbed...
Name: pluggable_fwflash.txt
URL: 
http://mail.opensolaris.org/pipermail/opensolaris-arc/attachments/20080229/4d18cd97/attachment.txt


2008/135 Mail Utilities

2008-02-29 Thread Liane Praza
This case has now timed out with all raised issues addressed in the mail 
trail and by the updated spec.  I'm marking it approved.

liane



LSARC/2008/126 memcached 1.2.5 to be included in OpenSolaris

2008-02-29 Thread Roy Lyseng
Hi,

here is the updated one-pager and Dtrace scripts.

One pager:
  - Moved utilities from /usr/memcached/bin to /usr/bin.
  - Java API: stability raised from Volatile to Uncommitted
  - Hard link from /usr/lib/memcached to /usr/lib/isaexec and executables
in /usr/lib/32/memcached and /usr/lib/64/memcached
(yes, installation works!)

Dtrace script has been updated according to comments from dtrace-discuss.

Thank you,
Roy
-- next part --
An embedded and charset-unspecified text was scrubbed...
Name: 1pager2.txt
URL: 
http://mail.opensolaris.org/pipermail/opensolaris-arc/attachments/20080229/82045aaf/attachment.txt
-- next part --
An embedded and charset-unspecified text was scrubbed...
Name: memcached_dtrace.d
URL: 
http://mail.opensolaris.org/pipermail/opensolaris-arc/attachments/20080229/82045aaf/attachment.ksh


Move TCP Wrappers from /usr/sfw to /usr [PSARC/2008/164 Self Review]

2008-02-29 Thread Gary Winiger

 Gary Winiger wrote:
  I'm sponsoring this case for Cindy Eastham, even though she has yet to take
  me to Hawaii.
 Heh, last time Cindy was out here, we all shared a fun evening at my 
 house.  Do you think I want her to bring you along next time?  Get 
 real!   :-)

Well I guess I can't derail this case like I did the last
one, because she was in Hawaii and I wasn't ;-)  Any how,
she wrote she was going wine tasting in Sonoma this weekend.
So I guess there we both are.  Kona may have coffee, but
I don't recall wine.

Gary..