[naviserver-devel] DNS timeouts

2006-07-17 Thread Vlad Seryakov
Today i noticed error messages dns: timeout waiting for concurrent update and found out that in dns.c timeout variable is never setup, so i guess it is random value or 0 and then or subsecond timeouts in dns resolving.

Re: [naviserver-devel] patch for autogen.sh to run under FreeBSD

2006-07-17 Thread Mike
On 7/17/06, Stephen Deasey <[EMAIL PROTECTED]> wrote: What's the default versions of autoconf and automake on FreeBSD (FreeBSD x.x?) What did the default autoconf not like in our configure script? Stephen, I believe there is no such thing as "default" autoconf in FreeBSD. It's a third-party p

Re: [naviserver-devel] another sample config issue and some database related questions...

2006-07-17 Thread Mike
On 7/17/06, Stephen Deasey <[EMAIL PROTECTED]> wrote: I have a new database module called nsdbi which presents an API inspired by the ACS db procs. It's all built right into the driver framework. The nsdb module doesn't know anything about bind variable. The nspostgres driver *emulates* bind v

Re: [naviserver-devel] patch for autogen.sh to run under FreeBSD

2006-07-17 Thread Stephen Deasey
What's the default versions of autoconf and automake on FreeBSD (FreeBSD x.x?) What did the default autoconf not like in our configure script? On 7/16/06, Mike <[EMAIL PROTECTED]> wrote: The following patch is needed to get naviserver CVS to build on FreeBSD... Almost certainly this is not so

Re: [naviserver-devel] another sample config issue and some database related questions...

2006-07-17 Thread Stephen Deasey
On 7/16/06, Mike <[EMAIL PROTECTED]> wrote: [lumping into one mail since it looks like we have a pretty tightly knit group of readers anyway] the sample nscgi config should read: ns_parammap "GET /cgi-bin ${homedir}/cgi-bin" instead of hardcoing the path... what is the "right" way of

Re: [naviserver-devel] CVS

2006-07-17 Thread Stephen Deasey
Upload your SSH key... On 7/17/06, Bernd Eidenschink <[EMAIL PROTECTED]> wrote: I have access now after resetting the password, maybe you too: Posted By: burley Date: 2006-07-14 04:41 Summary: Password expiry due to shell server exploit A recent kernel exploit was released that allowed a no

Re: [naviserver-devel] some sample-config.tcl bugs...

2006-07-17 Thread Bernd Eidenschink
Hi Mike, > ns_section "ns/server/server1/pool/fast" > should probably be > ns_section "ns/server/${servername}/pool/fast" thats true. > mimetypes.tcl is not sourced the binary has a lot of types compiled for the start, see nsd/mimetypes.c. the "mimetypes.tcl" from the contrib dir can