Bug 680564
| Summary: | Don't create rundir in post installation script | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Rich Megginson <rmeggins> |
| Component: | 389-ds-base | Assignee: | Rich Megginson <rmeggins> |
| Status: | CLOSED ERRATA | QA Contact: | Chandrasekar Kannan <ckannan> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 6.1 | CC: | amsharma, benl, edewata, jgalipea, nhosoi, nkinder, rmeggins, shaines |
| Target Milestone: | rc | Keywords: | screened |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 389-ds-base-1.2.8-0.4.a3.el6 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 680284 | Environment: | |
| Last Closed: | 2011-05-19 12:42:15 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: | 680284 | ||
| Bug Blocks: | |||
|
Description
Rich Megginson
2011-02-25 22:22:29 UTC
389-ds-base/RHEL-6 branch Checking in 389-ds-base.spec; /cvs/dist/rpms/389-ds-base/RHEL-6/389-ds-base.spec,v <-- 389-ds-base.spec new revision: 1.14; previous revision: 1.13 done I request dev to please verify this. steps to verify: 1) get a clean system that has never had rhds or 389 installed on it 2) install the 389-ds-base rpm (or yum install) 3) check to see that the directory /var/run/dirsrv does not exist [svrbld@ds90-rhel6-32vm ~]$ sudo rpm -e 389-ds-base [svrbld@ds90-rhel6-32vm ~]$ sudo ls /var/run/dirsrv ls: cannot access /var/run/dirsrv: No such file or directory [svrbld@ds90-rhel6-32vm ~]$ sudo yum install 389-ds-base Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package 389-ds-base.i686 0:1.2.8.2-1.el6 will be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================================================================== Package Arch Version Repository Size ================================================================================================================================== Installing: 389-ds-base i686 1.2.8.2-1.el6 DS90 1.2 M Transaction Summary ================================================================================================================================== Install 1 Package(s) Total download size: 1.2 M Installed size: 3.9 M Is this ok [y/N]: y Downloading Packages: 389-ds-base-1.2.8.2-1.el6.i686.rpm | 1.2 MB 00:00 Running rpm_check_debug Running Transaction Test Transaction Test Succeeded Running Transaction Warning: RPMDB altered outside of yum. Installing : 389-ds-base-1.2.8.2-1.el6.i686 1/1 Installed: 389-ds-base.i686 0:1.2.8.2-1.el6 Complete! [svrbld@ds90-rhel6-32vm ~]$ sudo ls /var/run/dirsrv ls: cannot access /var/run/dirsrv: No such file or directory [svrbld@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 |