[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: some more lines from slapd logs




   Hello Jeff 

    I did what you suggested and it didn't work(and double checked it
with 'strings'. It still crashs and slapd reports the following: 

conn=6 fd=5 connection from billy.schema.co.il (192.168.5.121) accepted.
conn=6 op=0 BIND dn="UID=ADMIN,O=SCHEMA,C=IL" method=128
conn=6 op=0 RESULT err=0 tag=97 nentries=0
conn=6 op=1 ADD dn="CN=CALENDAR SERVER ADMINS,OU=NETSCAPE
SERVERS,O=SCHEMA,C=IL"
conn=6 op=1 RESULT err=32 tag=105 nentries=0
conn=6 op=-1 fd=5 closed errno=54

I learned what err=32, but I still don't know what errno=54 means. 




	Paolo 


On Wed, 11 Aug 1999, Jeff Mealiffe wrote:

> Paolo- This specific problem is caused because the NS Calendar installer
> is looking at the version of LDAP server that you are running and not
> seeing Netscape-Directory/3.1.  Here is how I solved it:
> 
> Modify the Versionstr string in the servers/slapd/Version.c file to be:
> 
> "Netscape-Directory/3.1 (compatible: slapd %VERSION% (%WHEN%)\n\t%WHOANDWHERE%)\n"
> 
> (that should all be on one line).  Recompile, reinstall the slapd binary
> and go!
> 
> Jeff
> 
> -----
> Jeff Mealiffe, Software Systems Analyst
> Technology Support Services Department
> San Diego City Schools
> voice 619.293.8462  ||  email jeff@mail.sandi.net
> 
> On Wed, 11 Aug 1999, Paolo Supino wrote:
> 
> > 
> >    Hi 
> > 
> > I've forgot to cut and paste the last few lines of the log, so here it is:
> > 
> > conn=7 fd=10 connection from billy.schema.co.il (192.168.5.121) accepted.
> > conn=7 op=0 BIND dn="" method=128
> > conn=7 op=0 RESULT err=0 tag=97 nentries=0
> > conn=7 op=1 SRCH base="CN=MONITOR" scope=0 filter="(objectclass=*)"
> > conn=7 op=1 RESULT err=0 tag=101 nentries=1
> > conn=6 op=2 UNBIND
> > conn=6 op=2 fd=5 closed errno=0
> > conn=7 op=-1 fd=10 closed errno=54
> > 
> > 
> > 
> > 
> > 	Paolo 
> > 
> > 
> 
>