You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by "Roy T. Fielding" <fi...@kiwi.ics.uci.edu> on 1997/11/10 21:38:55 UTC

Re: pthreads

+1

....Roy

In message <Pi...@twinlark.arctic.org>, De
an Gaudet writes:
>Ack!  I messed up reverting Roy's change back to USE_FCNTL... try this
>patch.
>
>Dean
>
>On Mon, 10 Nov 1997, Lars Eilebrecht wrote:
>
>> Hi,
>> 
>> I tried to compile 1.3b3-dev on a Solaris 2.4 box, but I had to compile
>> without USE_PTHREAD_SERIALIZED_ACCEPT.
>> IMHO Solaris 2.4 (and below) doesn't has pthread support by default.
>
>Index: conf.h
>===================================================================
>RCS file: /export/home/cvs/apachen/src/main/conf.h,v
>retrieving revision 1.155
>diff -u -r1.155 conf.h
>--- conf.h	1997/11/08 21:47:34	1.155
>+++ conf.h	1997/11/10 19:36:11
>@@ -124,9 +124,13 @@
> #undef NO_SETSID
> #define HAVE_SYS_RESOURCE_H
> #define bzero(a,b) memset(a,0,b)
>+#if SOLARIS2 < 250
>+#define USE_FCNTL_SERIALIZED_ACCEPT
>+#else
> #if !defined(USE_SYSVSEM_SERIALIZED_ACCEPT) && \
>     !defined(USE_FCNTL_SERIALIZED_ACCEPT)
> #define USE_PTHREAD_SERIALIZED_ACCEPT
>+#endif
> #endif
> #define NEED_UNION_SEMUN
> #define HAVE_MMAP
>


Re: cvs

Posted by Dean Gaudet <dg...@arctic.org>.
FWIW, CVSup is publicly available from taz now... we just need to document
how you use it.  Ralf, wanna open up that doc of yours? 

If you know cvsup already then I think the collection you want is
"cvs-all", from dev.apache.org.

Oh, right, here's a supfile I'm using. 

Don't look at me for help with it though, I'm a cvsup newbie. 

Dean

#   defaults that apply to all the collections
*default host=dev.apache.org
*default prefix=/home/dgaudet/ap/Repository/
*default base=/home/dgaudet/ap/Repository/CVSup/
*default release=cvs 
*default use-rel-suffix
*default delete 
*default compress 
#   the collection holding the complete CVS repository
cvs-all


Re: cvs

Posted by Marc Slemko <ma...@worldgate.com>.
Are you connecting from 209.24.38.18?

If so, get a valid reverse DNS.  Sites without reverse DNS can't connect.

On Mon, 10 Nov 1997, Chris Tacy wrote:

> probably stupid question - if so i'm sorry.
> 
> for the life of me i can't login to the CVS server. get error message:
> 
> cvs [login aborted]: unrecognized auth response from
> anoncvs.apache.worldgate.com:
> 
> cvs v1.9
> FreeBSD 2.2.1
> 
> -c
> 
> -- 
> ###################################
> chris tacy	chris@enginered.com
> co-founder	fire engine red
> 


cvs

Posted by Chris Tacy <ch...@enginered.com>.
probably stupid question - if so i'm sorry.

for the life of me i can't login to the CVS server. get error message:

cvs [login aborted]: unrecognized auth response from
anoncvs.apache.worldgate.com:

cvs v1.9
FreeBSD 2.2.1

-c

-- 
###################################
chris tacy	chris@enginered.com
co-founder	fire engine red