RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 929114 - cleanAllRUV task fails to cleanup config upon completion
Summary: cleanAllRUV task fails to cleanup config upon completion
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: 389-ds-base
Version: 6.4
Hardware: Unspecified
OS: Unspecified
urgent
high
Target Milestone: rc
: ---
Assignee: Rich Megginson
QA Contact: Sankar Ramalingam
URL:
Whiteboard:
Depends On: 923503
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-03-29 09:33 UTC by Libor Miksik
Modified: 2013-07-22 18:20 UTC (History)
10 users (show)

Fixed In Version: 389-ds-base-1.2.11.15-14.el6_4
Doc Type: Bug Fix
Doc Text:
A task manually constructed an exact value to be removed from the configuration if the "replica-force-cleaning" option was used. Consequently, the task configuration was not cleaned up, and every time the server was restarted, the task behaved in the described manner. This update searches the configuration for the exact value to delete, instead of manually building the value, and the task does not restart when the server is restarted
Clone Of:
Environment:
Last Closed: 2013-04-15 18:23:12 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2013:0742 0 normal SHIPPED_LIVE Low: 389-ds-base security and bug fix update 2013-04-15 22:21:56 UTC

Description Libor Miksik 2013-03-29 09:33:59 UTC
This bug has been copied from bug #923503 and has been proposed
to be backported to 6.4 z-stream (EUS).

Comment 4 Sankar Ramalingam 2013-04-13 06:20:45 UTC
Cleanallruv abort task is gracefully exiting if there are no cleanallruv tasks running. 
ldapmodify -ax -D "cn=directory manager" -h localhost -p 1189 -w Secret123 << EOF
dn: cn=M1Task2,cn=abort cleanallruv,cn=tasks,cn=config
cn: M1Task2
objectclass: extensibleObject
replica-base-dn: dc=passsync,dc=com
replica-id: 1234
EOF
adding new entry "cn=M1Task2,cn=abort cleanallruv,cn=tasks,cn=config"
ldap_add: Server is unwilling to perform (53)
	additional info: Replica id (1234) is not being cleaned, nothing to abort.


Also, when the server restarts, it cleans up the failed cleanallruv abort task.
==> /var/log/dirsrv/slapd-M1/errors <==
[13/Apr/2013:02:15:18 -0400] - slapd shutting down - signaling operation threads
[13/Apr/2013:02:15:18 -0400] - slapd shutting down - waiting for 20 threads to terminate
[13/Apr/2013:02:15:18 -0400] - slapd shutting down - closing down internal subsystems and plugins
[13/Apr/2013:02:15:19 -0400] NSMMReplicationPlugin - Abort CleanAllRUV Task: Abort task failed, will resume the task at the next server startup.
[13/Apr/2013:02:15:19 -0400] - Waiting for 4 database threads to stop
[13/Apr/2013:02:15:19 -0400] - All database threads now stopped
[13/Apr/2013:02:15:19 -0400] - slapd stopped.
[13/Apr/2013:02:15:21 -0400] - 389-Directory/1.2.11.15 B2013.100.2247 starting up
[13/Apr/2013:02:15:21 -0400] NSMMReplicationPlugin - Abort CleanAllRUV Task: replica id(1234) is not being cleaned, nothing to abort.  Aborting abort task.


Hence marking the bug as Verified.
rpm -qa |grep -i 389-ds-base
389-ds-base-1.2.11.15-14.el6_4.x86_64
389-ds-base-devel-1.2.11.15-14.el6_4.x86_64
389-ds-base-debuginfo-1.2.11.15-14.el6_4.x86_64
389-ds-base-libs-1.2.11.15-14.el6_4.x86_64

Comment 6 errata-xmlrpc 2013-04-15 18:23:12 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

http://rhn.redhat.com/errata/RHSA-2013-0742.html


Note You need to log in before you can comment on or make changes to this bug.