Re: [389-announce] Announcing 389 Directory Server version 1.2.8 Release Candidate 2
by Rich Megginson
On 03/30/2011 06:30 AM, Andrey Ivanov wrote:
> Hi Rich,
>
> 2011/3/25 Rich Megginson<rmeggins(a)redhat.com>:
>> The 389 Project team is pleased to announce the release of
>> 389-ds-base-1.2.8 Release Candidate 2. This release has fixes for bugs
>> found in 1.2.8 testing and bugs from earlier releases.
> i've made a rapid test compiling from today's sources (1.2.8.rc3 or
> rc4 i think). I haven't seen any immediately obvious bugs. It is also
> much more stable than 1.2.7.5.
>
>
> However i've noticed that the order of operations in logs is not
> always correct :
>
> [30/Mar/2011:14:17:03 +0200] conn=13 fd=128 slot=128 connection from
> 127.0.0.1 to 127.0.0.1
> [30/Mar/2011:14:17:03 +0200] conn=13 op=0 BIND dn="" method=128 version=3
> [30/Mar/2011:14:17:03 +0200] conn=13 op=1 SRCH
> base="dc=id,dc=polytechnique,dc=edu" scope=2
> filter="(&(|(objectClass=X-Misc)(objectClass=X-Object))(!(X-UniqueId=*)))"
> attrs="nsUniqueId"
> [30/Mar/2011:14:17:03 +0200] conn=13 op=1 RESULT err=0 tag=101
> nentries=0 etime=0.117000 notes=U
> [30/Mar/2011:14:17:03 +0200] conn=13 op=2 UNBIND
> [30/Mar/2011:14:17:03 +0200] conn=13 op=2 fd=128 closed - U1
> [30/Mar/2011:14:17:03 +0200] conn=13 op=0 RESULT err=0 tag=97
> nentries=0 etime=0.021000 dn=""
> (the result of op=0 is after op=2)
>
> or
> [30/Mar/2011:14:20:19 +0200] conn=19 fd=128 slot=128 connection from
> local to /Local/dirsrv/var/run/slapd-dmz.socket
> [30/Mar/2011:14:20:19 +0200] conn=19 AUTOBIND dn="cn=X LDAP Root"
> [30/Mar/2011:14:20:19 +0200] conn=19 op=0 BIND dn="cn=X LDAP Root"
> method=sasl version=3 mech=EXTERNAL
> [30/Mar/2011:14:20:19 +0200] conn=19 op=1 SRCH
> base="dc=id,dc=polytechnique,dc=edu" scope=2
> filter="(&(|(objectClass=X-Misc)(objectClass=X-Object))(!(X-UniqueId=*)))"
> attrs="nsUniqueId"
> [30/Mar/2011:14:20:19 +0200] conn=19 op=2 UNBIND
> [30/Mar/2011:14:20:19 +0200] conn=19 op=2 fd=128 closed - U1
> [30/Mar/2011:14:20:19 +0200] conn=19 op=0 RESULT err=0 tag=97
> nentries=0 etime=0.012000 dn="cn=X LDAP Root"
> [30/Mar/2011:14:20:19 +0200] conn=19 op=1 RESULT err=0 tag=101
> nentries=0 etime=0.108000 notes=U
> (the result of op=0 and op=1 is after op=2)
>
>
> It is not something new, i've tested on 1.2.6.1 (our production
> environment) and this behavior it is also present. I observe it much
> more often when the log buffering is off. Don't know if it's a bug or
> it's because of several threads writing in parallel and it's an
> expected phenomenon...
It might be a bug in that it would be nice if they were always in
order. It is just the logging that is out of order - the operations do
go through in the correct order.
>
> @+
12 years, 6 months
Announcing 389 Directory Server version 1.2.8 Release Candidate 2
by Rich Megginson
The 389 Project team is pleased to announce the release of
389-ds-base-1.2.8 Release Candidate 2. This release has fixes for bugs
found in 1.2.8 testing and bugs from earlier releases.
Installation
yum install --enablerepo=updates-testing 389-ds
# or for EPEL
yum install --enablerepo=epel-testing 389-ds
setup-ds-admin.pl
Upgrade
yum upgrade --enablerepo=updates-testing 389-ds-base
idm-console-framework 389-admin 389-ds-console 389-admin-console
# or for EPEL
yum upgrade --enablerepo=epel-testing 389-ds-base
idm-console-framework 389-admin 389-ds-console 389-admin-console
setup-ds-admin.pl -u
How to Give Feedback
The best way to provide feedback is via the Fedora Update system. Each
update is broken down by package and platform. For example, if you are
using Fedora 13, and you have successfully installed or upgraded all of
the packages, and the console and etc. works, then go to the links below
for Fedora 13 and provide feedback.
* EL-5 -
https://admin.fedoraproject.org/updates/389-ds-base-1.2.8-0.7.rc2.el5
* Fedora 13 -
https://admin.fedoraproject.org/updates/389-ds-base-1.2.8-0.7.rc2.fc13
* Fedora 14 -
https://admin.fedoraproject.org/updates/389-ds-base-1.2.8-0.7.rc2.fc14
* Fedora 15 -
https://admin.fedoraproject.org/updates/389-ds-base-1.2.8-0.8.rc2.fc15
scroll down to the bottom of the page, and click on the Add a comment >>
link
* select one of the Works for me or Does not work radio buttons, add
text, and click on the Add Comment button
If you are using a build on another platform, just send us an email to
389-users(a)lists.fedoraproject.org
Reporting Bugs
If you find a bug, or would like to see a new feature, you can enter it
here - https://bugzilla.redhat.com/enter_bug.cgi?product=389
More Information
* Release Notes - http://port389.org/wiki/Release_Notes
* Install_Guide - http://port389.org/wiki/Install_Guide
* Download - http://port389.org/wiki/Download
12 years, 6 months
Announcing 389 Directory Server version 1.2.8 Release Candidate 1
by Rich Megginson
The 389 Project team is pleased to announce the release of
389-ds-base-1.2.8 Release Candidate 1. This release has fixes for bugs
found in 1.2.8 alpha testing and bugs from earlier releases.
Installation
yum install --enablerepo=updates-testing 389-ds
# or for EPEL
yum install --enablerepo=epel-testing 389-ds
setup-ds-admin.pl
Upgrade
yum upgrade --enablerepo=updates-testing 389-ds-base
idm-console-framework 389-admin 389-ds-console 389-admin-console
# or for EPEL
yum upgrade --enablerepo=epel-testing 389-ds-base
idm-console-framework 389-admin 389-ds-console 389-admin-console
setup-ds-admin.pl -u
How to Give Feedback
The best way to provide feedback is via the Fedora Update system. Each
update is broken down by package and platform. For example, if you are
using Fedora 13, and you have successfully installed or upgraded all of
the packages, and the console and etc. works, then go to the links below
for Fedora 13 and provide feedback.
* 389-ds-base-1.2.8.rc1
** EL-5 -
https://admin.fedoraproject.org/updates/389-ds-base-1.2.8-0.6.rc1.el5
** Fedora 13 -
https://admin.fedoraproject.org/updates/389-ds-base-1.2.8-0.6.rc1.fc13
** Fedora 14 -
https://admin.fedoraproject.org/updates/389-ds-base-1.2.8-0.6.rc1.fc14
** Fedora 15 -
https://admin.fedoraproject.org/updates/389-ds-base-1.2.8-0.6.rc1.fc15
scroll down to the bottom of the page, and click on the Add a comment >>
link
* select one of the Works for me or Does not work radio buttons, add
text, and click on the Add Comment button
If you are using a build on another platform, just send us an email to
389-users(a)lists.fedoraproject.org
Reporting Bugs
If you find a bug, or would like to see a new feature, you can enter it
here - https://bugzilla.redhat.com/enter_bug.cgi?product=389
More Information
* Release Notes - http://port389.org/wiki/Release_Notes
* Install_Guide - http://port389.org/wiki/Install_Guide
* Download - http://port389.org/wiki/Download
12 years, 7 months