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

2008-03-03 Thread Jyri Virkki
Chris Zhu wrote: > > > I have update the webrev for CR6650926 (ri does not work) , please help As I mentioned once on that CR, first change the bug synopsis so it describes the specific problem being fixed as clearly as possible. Right now, the synopsis "ri does not work" is incorrect (ri does w

[webstack-discuss] Draft Arc Case for Lighttpd integration rev 2

2008-03-03 Thread david.co...@sun.com
> reasonably convinced that the correct approach is to treat it like > Apache httpd. That leaves us with /usr/lighttpd/14/sbin/lighttpd and > /usr/lighttpd/bin/spawn-fcgi as the path to the executables. Are links > necessary? I personally would prefer to type /usr/lighttpd/sbin/lighttpd > than /usr

[webstack-discuss] Change in location of php module

2008-03-03 Thread Peter Tribble
On Fri, Feb 29, 2008 at 10:22 PM, Sriram Natarajan wrote: > Hi > Going forward, I would like to propose changing the default location > of our PHP5 modules or extensions from /usr/php5/modules to > /var/php5/modules. I was wondering if I can hear your feed back on this > change before I inclu

[webstack-discuss] Draft Arc Case for Lighttpd integration rev 2

2008-03-03 Thread david.co...@sun.com
> Definitely there's value in having 'man lighttpd' come up with > something useful without having to customize MANPATH, otherwise it is > easy to mistakenly think it's not available. Agreed. I think a best practice here is to supply an umbrella page which can point at where in the rest of the hi

[webstack-discuss] Draft Arc Case for Lighttpd integration rev 2

2008-03-03 Thread Jyri Virkki
Amanda Waite wrote: > > The second hole is RBAC. How do I add entries to prof_attr and exec_attr > in /etc/security via a package install without a script? I assume that > this is straightforward and that I just simply don't know the answer. Unfortunately no, turns out there isn't any way of doi

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

2008-03-03 Thread Chris Zhu
Hi all, I have update the webrev for CR6650926 (ri does not work) , please help to review. http://cr.opensolaris.org/~chriszhu/CR6650926-webrev/ And the detail description about ri bug is list on http://developers.sun.com.cn/blog/ChrisZhu/entry/bugs_in_generating_ri_for Regards Chris

[webstack-discuss] Draft Arc Case for Lighttpd integration rev 2

2008-03-03 Thread Jyri Virkki
Amanda Waite wrote: > > Looking at the Apache 2.2.6 Arc case and also on my snv_b82 systems, the > man pages are in /usr/apache2/2.2/man (and for the older version in > /usr/apache2/man). Am I missing something? > > Also in order to access the Apache man pages you have to add > /usr/apache2/2.

[webstack-discuss] Draft Arc Case for Lighttpd integration rev 2

2008-03-03 Thread Jyri Virkki
Amanda waite wrote: > > I propose that we build with support for as many modules as possible, > but leave any "stub" libraries in the distribution so that when trying > to use a module that we don't have support for, users get back an error > message that they can google for and get meaningful r

[webstack-discuss] request to review CR: 6669474

2008-03-03 Thread Prashant Srinivasan
Sriram Natarajan wrote: > Prashant Srinivasan wrote: > >> Hi Sriram, >> >> CONF_ENVLINE=CC=$(CC) \ >> -CXX=$(CCC) \ >> -LD=$(CCC) \ >> +CXX="$(CCC) -norunpath" \ >> +LD=$$CXX \ >> >> > This is executed within a shell and we need $$ to evaluate the variables > that are defin

[webstack-discuss] Draft Arc Case for Lighttpd integration rev 2

2008-03-03 Thread Amanda Waite
Hi Siriam, Sriram Natarajan wrote: > Hi > - More appropriate SMF service name would be network/http:lighttpd. > - You might want to provide a symbolic link so that users can access > lighttpd from /usr/lighttpd/bin like the same way we have done for PHP > and MySQL. > - man page also need to r

[webstack-discuss] request to review CR: 6669474

2008-03-03 Thread Sriram Natarajan
Prashant Srinivasan wrote: > Hi Sriram, > > CONF_ENVLINE=CC=$(CC) \ > -CXX=$(CCC) \ > -LD=$(CCC) \ > +CXX="$(CCC) -norunpath" \ > +LD=$$CXX \ > This is executed within a shell and we need $$ to evaluate the variables that are defined in Shell environment - sriram > > Shouldn't t

[webstack-discuss] request to review CR: 6669474

2008-03-03 Thread Prashant Srinivasan
Hi Sriram, CONF_ENVLINE=CC=$(CC) \ - CXX=$(CCC) \ - LD=$(CCC) \ + CXX="$(CCC) -norunpath" \ + LD=$$CXX \ Shouldn't the last line have a $CXX instead of $$CXX? -ps Sriram Natarajan wrote: > Hi > I need to get this cr integrated for build 85 as this addresses couple >

[webstack-discuss] request to review CR: 6669474

2008-03-03 Thread Sriram Natarajan
Hi I need to get this cr integrated for build 85 as this addresses couple of regression. Can you kindly take a look at the below webrev report and let me know your thoughts 6669474 compile runtime libraries are included in php modules (again)

[webstack-discuss] Realtek rge0 driver suspected problem

2008-03-03 Thread David Chieu
Pls track the status for this issue with bug: 6640699 Realtek 8168 gigabit NIC does not work on ASUS F3KA laptop This message posted from opensolaris.org

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

2008-03-03 Thread Prashant Srinivasan
Chris, A minor change - can the comment be more descriptive - ie., to say something like: "Fix for CR 6650926. We're sorting the file names alphabetically to ensure that rdoc traverses the input in a predictable manner". -ps Chris Zhu wrote: > Hi all, > > I have update the webrev for CR6650