Bug 681351
Summary: | snmp-agent no longer works with Fedora 14 | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Nathan Kinder <nkinder> |
Component: | 389-ds-base | Assignee: | Rich Megginson <rmeggins> |
Status: | CLOSED ERRATA | QA Contact: | Chandrasekar Kannan <ckannan> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.1 | CC: | benl, dpal, dyaffe, jgalipea, rmeggins |
Target Milestone: | rc | Keywords: | screened |
Target Release: | --- | ||
Hardware: | i686 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | 389-ds-base-1.2.8-0.6.rc1.el6 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | 674852 | Environment: | |
Last Closed: | 2011-05-19 12:42:23 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 674852 | ||
Bug Blocks: | 639035, 656390, 679210, 680575 |
Description
Nathan Kinder
2011-03-01 21:40:59 UTC
Pushed to 389-ds-base-1.2.8 branch. Counting objects: 11, done. Delta compression using up to 2 threads. Compressing objects: 100% (6/6), done. Writing objects: 100% (6/6), 615 bytes, done. Total 6 (delta 5), reused 0 (delta 0) To ssh://git.fedorahosted.org/git/389/ds.git a36c6df..1ba8420 128-local -> 389-ds-base-1.2.8 Verified..no crash observed on rhel6.1 [root@ds90-rhel6-32vm ~]# rpm -q 389-ds-base 389-ds-base-1.2.8.2-1.el6.i686 [root@ds90-rhel6-32vm ~]# cat /etc/dirsrv/config/ldap-agent.conf # The agentx-master setting defines how to communicate # with the SNMP master agent using the AgentX protocol. # The default is to use a UNIX domain socket. If your # master agent is listening on a tcp port for AgentX # subagents, use a line like the following: # # agentx-master localhost:705 agentx-master /var/agentx/master # The agent-logdir settings defines where the subagent # will write it's logfile. agent-logdir /var/log/dirsrv # The server setting specifies a Directory Server # instance that you want to monitor. You must use one # server setting for each Directory Server instance. The # subagent requires at least one server setting to be # specified. The server setting # should be set to the name of the Directory Server # instance you would like to monitor. For example: # server slapd-ds90 # # To monitor multiple Directory Server instances, add # an additional server parameter for each instance: # # server slapd-phonebook # server slapd-example # server slapd-directory [root@ds90-rhel6-32vm ~]# sh -x ldap-agent -D /etc/dirsrv/config/ldap-agent.conf + BIN_DIR=/usr/sbin + COMMAND=ldap-agent-bin + MIBS= + export MIBS + libpath_add '' + '[' -z '' ']' + return + libpath_add '' + '[' -z '' ']' + return + libpath_add '' + '[' -z '' ']' + return + libpath_add '' + '[' -z '' ']' + return + export LD_LIBRARY_PATH + PATH=/usr/sbin + export PATH + ORIGINAL_IFS=' ' + IFS=: + for dir in '${PATH}' + '[' -x /usr/sbin/ldap-agent-bin ']' + IFS=' ' + /usr/sbin/ldap-agent-bin -D /etc/dirsrv/config/ldap-agent.conf ldap-agent: Started as pid 19109 + exit 0 [root@ds90-rhel6-32vm ~]# ps -ef | grep -i agent gdm 1784 1745 0 Apr10 ? 00:00:00 /usr/libexec/polkit-gnome-authentication-agent-1 root 19109 1 0 15:29 ? 00:00:00 /usr/sbin/ldap-agent-bin -D /etc/dirsrv/config/ldap-agent.conf root 19111 16232 0 15:29 pts/1 00:00:00 grep -i agent [root@ds90-rhel6-32vm ~]# An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHEA-2011-0533.html |