https://bugs.openldap.org/show_bug.cgi?id=7772
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|TEST |FIXED
Status|RESOLVED |VERIFIED
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8739
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|TEST |FIXED
Status|RESOLVED |VERIFIED
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8590
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |VERIFIED
Resolution|TEST |FIXED
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8335
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |VERIFIED
Resolution|TEST |FIXED
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=9388
Issue ID: 9388
Summary: mdb_stat for DupSort DBI shows incorrect data
Product: LMDB
Version: 0.9.26
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: ---
Component: liblmdb
Assignee: bugs(a)openldap.org
Reporter: AskAlexSharov(a)gmail.com
Target Milestone: ---
It doesn't include pages pages used for values.
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=10557
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |VERIFIED
Group|OpenLDAP-devs |
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=10555
Issue ID: 10555
Summary: When configuring from static libcrypto.a and libssl.a,
it errors: can't find openssl. To fix openssl static
linking, just add -lpthread to the linker.
Product: OpenLDAP
Version: 2.6.13
Hardware: x86_64
OS: Linux
Status: UNCONFIRMED
Keywords: needs_review
Severity: normal
Priority: ---
Component: build
Assignee: bugs(a)openldap.org
Reporter: bee(a)mailsac.com
Target Milestone: ---
I am a newbie. Took 2 days to talk with ChatGPT and Gemini to analyze,
configure, and config.log files.
When configuring from static libcrypto.a and libssl.a, it errors: can't find
openssl.
To fix openssl static linking, just add -lpthread to the linker.
./configure \
--prefix=$HOME \
--enable-static \
--disable-shared \
--disable-debug \
--disable-dynamic \
--disable-syslog \
--disable-local \
--disable-slapd \
--enable-ipv6 \
--with-tls=openssl \
--without-cyrus-sasl \
--without-systemd \
--without-fetch \
--without-threads \
--without-yielding-select \
--without-mp \
--without-odbc \
--without-argon2 \
LIBS="-lpthread" # add -lpthread to fix openssl static linking
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=10552
Issue ID: 10552
Summary: LMDB database getting corrupted
Product: LMDB
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Keywords: needs_review
Severity: normal
Priority: ---
Component: liblmdb
Assignee: bugs(a)openldap.org
Reporter: donxenapo(a)gmail.com
Target Milestone: ---
We have deployed LMDB version 1.0.0 and we're getting corruption-type errors
from some users. We don't have the exact number of affected users yet, but
apparently deleting the database and recreating it seems to work around the
issue. The error seems to happen either during a get or a put request, and once
the database is corrupted, it will keep resulting in the same error for that
user until the database is purged/recreated. Here are some examples of errors
that we're getting:
During Put:
LMDB Put Failed Error: MDB_PROBLEM: Unexpected problem - txn should abort
LMDB Put Failed Error: MDB_CORRUPTED: Located page was wrong type
LMDB Put Failed Error: MDB_PAGE_NOTFOUND: Requested page not found
During Get:
LMDB Get Failed Error: MDB_PAGE_NOTFOUND: Requested page not found
LMDB Get Failed Error: MDB_BAD_TXN: Transaction must abort, has a child, or is
invalid
Sometimes it crashes during Put in memcpy, instead of returning an error. Call
stack:
memcpy(void)
mdb_cursor_get
mdb_txn_begin
We're still in the process of collecting corrupted databases from our users, so
we don't have any corruption examples yet.
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8112
--- Comment #6 from Howard Chu <hyc(a)openldap.org> ---
(In reply to Quanah Gibson-Mount from comment #4)
> Need to cross reference if they are deprecated in the LDAP v3 RFC, and
> whether or not the alternatives are usable.
(In reply to Quanah Gibson-Mount from comment #5)
> See c7338f5cdd for history of this.
The last API draft is dated 17 November 2000, while the above referenced commit
is from 2006. These functions were not deprecated in the last draft, but it
looks like they were intended to be, by 2006. Nothing in the current source
tree uses ldap_explode_rdn (other than the libldap/dntest program). I think we
should note they're deprecated in the manpage, and #ifdef them appropriately
now.
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=10547
Issue ID: 10547
Summary: PLeas change company name and url under Support
Product: website
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Keywords: needs_review
Severity: normal
Priority: ---
Component: website
Assignee: bugs(a)openldap.org
Reporter: info(a)allskills-training.com
Target Milestone: ---
Hallo,
we are listed as Support/Training Center under:
https://www.openldap.org/support/
We are named formerly (old name): SMLAN Software & Management Training
New Company Name (changed): allskills Training
Link to our Website - OpenLDAP Training:
https://www.allskills-training.com/seminarthemen/alle/ldap-directory-servic…
Pleas can you change our Company name and Website-URL.
Thanks for your help
and greetings from germany
Guenter
--
You are receiving this mail because:
You are on the CC list for the issue.