public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] OpenLDAP error after upgrade
@ 2006-06-16  6:44 Trenton Adams
  2006-06-16  7:19 ` [gentoo-user] " Trenton Adams
  0 siblings, 1 reply; 2+ messages in thread
From: Trenton Adams @ 2006-06-16  6:44 UTC (permalink / raw
  To: gentoo-user

Hi guys,

After upgrading from 2.2.28-r3 to 2.3.24-r1, I noticed that there's a
problem in my LDAP server the prevents it from working at all.  As a
result, I had to downgrade back to 2.2.

If I do an *ldapsearch* command, I get the following...
Internal (implementation specific) error (80)
Additional information: internal error

The logs say the following.  Is there a way of upgrading the LDAP DB
to be functional after the upgrade?  Should I downgrade, slapcat, and
upgrade again?

 tail -18 /var/log/syslog
Jun 14 23:40:23 abda slapd[19612]: conn=1 fd=13 ACCEPT from
IP=127.0.0.1:60261 (IP=0.0.0.0:389)
Jun 14 23:40:23 abda slapd[19612]: conn=1 op=0 BIND dn="" method=128
Jun 14 23:40:23 abda slapd[19612]: conn=1 op=0 RESULT tag=97 err=0 text=
Jun 14 23:40:23 abda slapd[19612]: conn=1 op=1 SRCH
base="dc=adamsbros,dc=org" scope=2 deref=0 filter="(labeledURI=*)"
Jun 14 23:40:23 abda slapd[19612]: conn=1 op=1 SRCH attr=labeledURI
Jun 14 23:40:23 abda slapd[19612]: <= entry_decode:
slap_str2undef_ad(a-9b67-bde9526b77f4): AttributeDescription contains
inappropriate characters
Jun 14 23:40:23 abda slapd[19612]: conn=1 op=1 SEARCH RESULT tag=101
err=80 nentries=0 text=internal error
Jun 14 23:40:23 abda slapd[19612]: conn=1 op=2 UNBIND
Jun 14 23:40:23 abda slapd[19612]: conn=1 fd=13 closed
Jun 15 19:15:28 abda slapd[19612]: conn=2 fd=13 ACCEPT from
IP=127.0.0.1:50707 (IP=0.0.0.0:389)
Jun 15 19:15:28 abda slapd[19612]: conn=2 op=0 BIND dn="" method=128
Jun 15 19:15:28 abda slapd[19612]: conn=2 op=0 RESULT tag=97 err=0 text=
Jun 15 19:15:28 abda slapd[19612]: conn=2 op=1 SRCH
base="dc=adamsbros,dc=org" scope=2 deref=0 filter="(labeledURI=*)"
Jun 15 19:15:28 abda slapd[19612]: conn=2 op=1 SRCH attr=labeledURI
Jun 15 19:15:28 abda slapd[19612]: <= entry_decode:
slap_str2undef_ad(a-9b67-bde9526b77f4): AttributeDescription contains
inappropriate characters
Jun 15 19:15:28 abda slapd[19612]: conn=2 op=1 SEARCH RESULT tag=101
err=80 nentries=0 text=internal error
Jun 15 19:15:28 abda slapd[19612]: conn=2 op=2 UNBIND
Jun 15 19:15:28 abda slapd[19612]: conn=2 fd=13 closed
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-user] Re: OpenLDAP error after upgrade
  2006-06-16  6:44 [gentoo-user] OpenLDAP error after upgrade Trenton Adams
@ 2006-06-16  7:19 ` Trenton Adams
  0 siblings, 0 replies; 2+ messages in thread
From: Trenton Adams @ 2006-06-16  7:19 UTC (permalink / raw
  To: gentoo-user

I found something interesting about the merge of 2.3.

The following text is not true.  It says there is no data, but there
is.  Perhaps this is a bug?

 *
 * Scanning datadir(s) from slapd.conf and
 * the default installdir for Versiontags
 * (/var/lib/openldap-data may appear twice)
 *
 * - Checking /var/lib/openldap-data...
 *    Found Versiontag in /var/lib/openldap-data
 *    Versiontag doesn't match current major release!
 *    No real problem, seems there's no database.
 *
 * - Checking /var/lib/openldap-data...
 *    Found Versiontag in /var/lib/openldap-data
 *    Versiontag doesn't match current major release!
 *    No real problem, seems there's no database.
 *

 *
 * All datadirs are fine, proceeding with merge now...
 *


On 6/16/06, Trenton Adams <trenton.d.adams@gmail.com> wrote:
> Hi guys,
>
> After upgrading from 2.2.28-r3 to 2.3.24-r1, I noticed that there's a
> problem in my LDAP server the prevents it from working at all.  As a
> result, I had to downgrade back to 2.2.
>
> If I do an *ldapsearch* command, I get the following...
> Internal (implementation specific) error (80)
> Additional information: internal error
>
> The logs say the following.  Is there a way of upgrading the LDAP DB
> to be functional after the upgrade?  Should I downgrade, slapcat, and
> upgrade again?
>
>  tail -18 /var/log/syslog
> Jun 14 23:40:23 abda slapd[19612]: conn=1 fd=13 ACCEPT from
> IP=127.0.0.1:60261 (IP=0.0.0.0:389)
> Jun 14 23:40:23 abda slapd[19612]: conn=1 op=0 BIND dn="" method=128
> Jun 14 23:40:23 abda slapd[19612]: conn=1 op=0 RESULT tag=97 err=0 text=
> Jun 14 23:40:23 abda slapd[19612]: conn=1 op=1 SRCH
> base="dc=adamsbros,dc=org" scope=2 deref=0 filter="(labeledURI=*)"
> Jun 14 23:40:23 abda slapd[19612]: conn=1 op=1 SRCH attr=labeledURI
> Jun 14 23:40:23 abda slapd[19612]: <= entry_decode:
> slap_str2undef_ad(a-9b67-bde9526b77f4): AttributeDescription contains
> inappropriate characters
> Jun 14 23:40:23 abda slapd[19612]: conn=1 op=1 SEARCH RESULT tag=101
> err=80 nentries=0 text=internal error
> Jun 14 23:40:23 abda slapd[19612]: conn=1 op=2 UNBIND
> Jun 14 23:40:23 abda slapd[19612]: conn=1 fd=13 closed
> Jun 15 19:15:28 abda slapd[19612]: conn=2 fd=13 ACCEPT from
> IP=127.0.0.1:50707 (IP=0.0.0.0:389)
> Jun 15 19:15:28 abda slapd[19612]: conn=2 op=0 BIND dn="" method=128
> Jun 15 19:15:28 abda slapd[19612]: conn=2 op=0 RESULT tag=97 err=0 text=
> Jun 15 19:15:28 abda slapd[19612]: conn=2 op=1 SRCH
> base="dc=adamsbros,dc=org" scope=2 deref=0 filter="(labeledURI=*)"
> Jun 15 19:15:28 abda slapd[19612]: conn=2 op=1 SRCH attr=labeledURI
> Jun 15 19:15:28 abda slapd[19612]: <= entry_decode:
> slap_str2undef_ad(a-9b67-bde9526b77f4): AttributeDescription contains
> inappropriate characters
> Jun 15 19:15:28 abda slapd[19612]: conn=2 op=1 SEARCH RESULT tag=101
> err=80 nentries=0 text=internal error
> Jun 15 19:15:28 abda slapd[19612]: conn=2 op=2 UNBIND
> Jun 15 19:15:28 abda slapd[19612]: conn=2 fd=13 closed
>
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-06-16  7:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-16  6:44 [gentoo-user] OpenLDAP error after upgrade Trenton Adams
2006-06-16  7:19 ` [gentoo-user] " Trenton Adams

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox