[webstack-discuss] DRAFT ARC case for mod_python and mod_ruby

2008-03-11 Thread Sriram Natarajan
Will these modules be loaded by default ? Do you plan to provide the corresponding '.conf' files ? - sriram rahul wrote: > Hi, > The *DRAFT* ARC case for mod_ruby and mod_python is below. > > Please do review. > > > Additional Apache2 Modules mod_python and mod_ruby > > 11 March 2008 > > 1.

[webstack-discuss] Code review request for CRs 6632022, 6635728 (Dtrace probes for Ruby) - Resend

2008-03-11 Thread Sivakumar Shanmugasundaram
Requesting a review of this webrev again, as I had split the webrevs to handle the two CRs separately. The new changes for this webrev is to handle CR 6632022 alone and man page changes. Thanks Regards Siva This message posted from opensolaris.org

[webstack-discuss] [sfwnv-discuss] Code review CR6650926 (ri does not work)

2008-03-11 Thread Chris Zhu
An HTML attachment was scrubbed... URL: <http://mail.opensolaris.org/pipermail/webstack-discuss/attachments/20080311/3fc6c6e8/attachment.html>

[webstack-discuss] Cannot start Apache or MySQL if static IP isconfigured?

2008-03-11 Thread Tracy, John
There's a services GUI? Wow--I haven't seen that yet. Can you try running svcadm on the command line? You might also look in /var/svc/log/network-physical\:default.log and see if anything is being logged when you try to enable it via the GUI. -John -Original Message- From: Ludovic.Champen

[webstack-discuss] Cannot start Apache or MySQL if static IP isconfigured?

2008-03-11 Thread Tracy, John
I believe when you disable nwam you should inversely enable network/physical:default. If you don't, you'll encounter a lot of frustration after you reboot when your default routes aren't recognized along with other network settings. "svcadm enable network/physical:default" should do the trick. Ho

[webstack-discuss] Ruby performance opportunity on SPARC

2008-03-11 Thread Jyri Virkki
Darryl Gove wrote: > > As a number of you might know, there is a performance opportunity in > Ruby when run on SPARC. The quick summary of the issue is that the Ruby > code (both 1.8* and 1.9* branches) contains flush register windows trap > instructions in a hot part of the code. These traps do

[webstack-discuss] CR 6644707 adding mod_dtrace : review request

2008-03-11 Thread Jyri Virkki
rahul wrote: > > Hi, > Refreshed diffs for mod_dtrace are available on the same location. > http://cr.opensolaris.org/~vrthra/6644707.dtrace/ This diff is a bit confusing at first glance because while 6644707 is about integrating mod_dtrace, the changes also do refactoring of the apache2 modul

[webstack-discuss] [Fwd: Re: [dtrace-discuss] DTrace for MySQL?]

2008-03-11 Thread Jason J. W. Williams
Any chance the probes will be back-ported into the 5.1 release trains? Thank you in advance. :-) Best Regards, Jason On Tue, Mar 11, 2008 at 4:52 PM, Luojia Chen wrote: > Hi, > > Yes, the 6.0.4-alpha includes a few probes: > > provider mysql { > probe external_lock(int); > probe insert_row_s

[webstack-discuss] Code Review request for 6634053(RESEND)

2008-03-11 Thread Sunanda Menon
Hi Seema , Please see inline . thanks Sunanda Seema Alevoor wrote: > * install-mysql-64 script is re-doing what install-mysql does. > This should be avoided. > For example, both the scripts are creating links as below: > > # create the links to access /usr/mysql/5.0 from /us

[webstack-discuss] Code Review request for 6634053(RESEND)

2008-03-11 Thread Seema Alevoor
* install-mysql-64 script is re-doing what install-mysql does. This should be avoided. For example, both the scripts are creating links as below: # create the links to access /usr/mysql/5.0 from /usr/mysql cd ${ROOT}/usr/mysql _install L 5.0/bin bin

[webstack-discuss] Cannot start Apache or MySQL if static IP isconfigured?

2008-03-11 Thread ludo
Tracy, John wrote: > There's a services GUI? Wow--I haven't seen that yet. yep, and it does not work. > Can you try > running svcadm on the command line? > this worked. Thanks, Ludo > You might also look in /var/svc/log/network-physical\:default.log and > see if anything is being logged when yo

[webstack-discuss] Compiling mod_python on Indiana.

2008-03-11 Thread Seema Alevoor
Which version of cc are you using ? -- Seema. Jason J. W. Williams wrote: > Hey Rahul, > > Its build 79a (Indiana DP2). I did find a workaround though. Edit > /usr/apache2/2.2/build/config_vars.mk and remove -xc99=all from the > CFLAGS line. > > -J > > > > On 3/8/08, rahul wrote: >> | Has a

[webstack-discuss] Deliver Lighttpd 1.4.x into OpenSolaris [LSARC/2008/191 FastTrack timeout 03/18/2008]

2008-03-11 Thread Amanda Waite
James Carlson wrote: > Amanda Waite writes: > >> That wasn't my intent when including that as an appendix, it was purely >> meant as additional information to support the Arc case. The plan was to >> include information about which features/packages Lighttpd was built >> with in the Lighttp

[webstack-discuss] Cannot start Apache or MySQL if static IP isconfigured?

2008-03-11 Thread ludo
Tracy, John wrote: > I believe when you disable nwam you should inversely enable > network/physical:default. I wish I could, but when I select the checkbox button the the Services UI to enable it, then exit the Services UI then launch the Services UI again, it is still disable. Ludo > If you do

[webstack-discuss] [Fwd: Re: [dtrace-discuss] DTrace for MySQL?]

2008-03-11 Thread Luojia Chen
Hi, Yes, the 6.0.4-alpha includes a few probes: provider mysql { probe external_lock(int); probe insert_row_start(); probe insert_row_end(); probe filesort_start(); probe filesort_end(); probe delete_start(); probe delete_end(); probe insert_start(); probe insert_end(); probe select_start(); prob

[webstack-discuss] Deliver Lighttpd 1.4.x into OpenSolaris [LSARC/2008/191 FastTrack timeout 03/18/2008]

2008-03-11 Thread Amanda Waite
James Carlson wrote: > Jyri Virkki writes: > >> Appendix 2: Lighttpd Features and Packages >> >> The following options are provided by the configure script for enabling or >> disabling features and for adding/removing packages >> > > I don't understand. The options you're showing here ar

[webstack-discuss] Cannot start Apache or MySQL if static IP is configured?

2008-03-11 Thread ludo
Hi, On my desktop, I wanted to setup a static IP. To do that, nwan service has to be stopped. I can access all the network (external internal) so this part if working. But I tried to start apache/mysql and I get: Command: /usr/bin/svcs -v apache22 mysql STATE NSTATESTIMECTID

[webstack-discuss] Reminder: CR 6665970 (memcached 1.2.5) - Code Review Request

2008-03-11 Thread Victor Kirkebo
CR 6665970: Integrate memcached 1.2.5 into Solaris - The webrev is located at http://cr.opensolaris.org/~vk136562/memcached-1.2.5/ Feedback is requested by 3/11. Thanks -- Victor Kirkebo Database Technology Group TRO01, x4

[webstack-discuss] [Fwd: Re: [dtrace-discuss] DTrace for MySQL?]

2008-03-11 Thread Manyi Lu
Martin and all, Do you know whether the newly published MySQL 6.0.4-alpha has Dtrace probes in it? Thanks, Manyi This message posted from opensolaris.org

[webstack-discuss] Ruby performance opportunity on SPARC

2008-03-11 Thread Darryl Gove
Hi, As a number of you might know, there is a performance opportunity in Ruby when run on SPARC. The quick summary of the issue is that the Ruby code (both 1.8* and 1.9* branches) contains flush register windows trap instructions in a hot part of the code. These traps do not appear to be neces

[webstack-discuss] apache22 configured with SSL by default

2008-03-11 Thread Sriram Natarajan
This issue should be addressed with build 85 thanks sriram Serge Nadon wrote: > Hi , > > noticed that when using the webstack doc and using the menu to initialize and > then start mysql and apache, > > apache22 fails to start, gets into maintenance mode. > this is build 84 , out of the box. > >

[webstack-discuss] apache22 configured with SSL by default

2008-03-11 Thread Jyri Virkki
Serge Nadon wrote: > > apache22 fails to start, gets into maintenance mode. > this is build 84 , out of the box. > > turns out that ssl.conf gets included by default, > so the certificate cannot be found and apache22 fails to start. > > shouldn't the default not include SSL ?? Yes, it's a bug, s

[webstack-discuss] apache22 configured with SSL by default in Nevada 84

2008-03-11 Thread Serge Nadon
man don't you hate when you find the bug id after posting ... sorry ! CR 6653084 still present in Nevada 84 , S. This message posted from opensolaris.org

[webstack-discuss] apache22 configured with SSL by default

2008-03-11 Thread Serge Nadon
Hi , noticed that when using the webstack doc and using the menu to initialize and then start mysql and apache, apache22 fails to start, gets into maintenance mode. this is build 84 , out of the box. turns out that ssl.conf gets included by default, so the certificate cannot be found and apach

[webstack-discuss] Deliver Lighttpd 1.4.x into OpenSolaris [LSARC/2008/191 FastTrack timeout 03/18/2008]

2008-03-11 Thread James Carlson
Amanda Waite writes: > That wasn't my intent when including that as an appendix, it was purely > meant as additional information to support the Arc case. The plan was to > include information about which features/packages Lighttpd was built > with in the Lighttpd umbrella man page, but I don't e

[webstack-discuss] Compiling mod_python on Indiana.

2008-03-11 Thread Jason J. W. Williams
Hi Seema, It's Sun Studio 12. "cc -V" reports: cc: Sun C 5.9 SunOS_i386 2007/05/03 -J On Tue, Mar 11, 2008 at 3:59 AM, Seema Alevoor wrote: > Which version of cc are you using ? > > -- Seema. > > > > Jason J. W. Williams wrote: > > Hey Rahul, > > > > Its build 79a (Indiana DP2). I did find

[webstack-discuss] Deliver Lighttpd 1.4.x into OpenSolaris [LSARC/2008/191 FastTrack timeout 03/18/2008]

2008-03-11 Thread James Carlson
Jyri Virkki writes: > Appendix 2: Lighttpd Features and Packages > > The following options are provided by the configure script for enabling or > disabling features and for adding/removing packages I don't understand. The options you're showing here are just a summary of the *compile time* optio

[webstack-discuss] Code Review request for 6634053(RESEND)

2008-03-11 Thread Sunanda Menon
Hi Jyri , I don't think the redelget is missing as the file that is there in the gate has ident string of 1.1 though the history says it as 1.3 .I have just corrected the ident string to show it as 1.4 . In short the file which was there in the gate was messed up by earlier putbacks . Thanks

[webstack-discuss] Code Review request for 6634053(RESEND)

2008-03-11 Thread Jyri Virkki
Sunanda Menon wrote: > > I don't think the redelget is missing as the file that is there in the > gate has ident string of 1.1 though the history says it as 1.3 .I have > just corrected the ident string to show it as 1.4 . > > In short the file which was there in the gate was messed up by earlie