Bug 973786
| Summary: | pcsd fails to start: "cannot load such file -- rpam_ext (LoadError)" | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Andrew Price <anprice> |
| Component: | pcs | Assignee: | Chris Feist <cfeist> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 19 | CC: | cfeist, jdenemar, tyron6397 |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-06-28 19:35:22 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
*** This bug has been marked as a duplicate of bug 974759 *** You can easily to get the free coins and more free offers,i am very happy https://www.teamapp.com/clubs/550128 so,you can first visit this link and learn the more basic details. |
Description of problem: pcsd fails to start with error message: in `require': cannot load such file -- rpam_ext (LoadError) Version-Release number of selected component (if applicable): # rpm -q pcs pcs-0.9.44-4.fc19.x86_64 How reproducible: 100% Steps to Reproduce: 1. Install pcs (following the cluster from scratch instructions) 2. Start pcsd Actual results: Jun 12 06:35:03 curie-01 pcsd[537]: Starting pcsd: /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:45:in `require': cannot load such file -- rpam_ext (LoadError) Jun 12 06:35:03 curie-01 pcsd[537]: from /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:45:in `require' Jun 12 06:35:03 curie-01 pcsd[537]: from /usr/lib/pcsd/gemhome/gems/rpam-ruby19-1.2.1/lib/rpam.rb:1:in `<top (required)>' Jun 12 06:35:03 curie-01 pcsd[537]: from /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:110:in `require' Jun 12 06:35:03 curie-01 pcsd[537]: from /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:110:in `rescue in require' Jun 12 06:35:03 curie-01 pcsd[537]: from /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:35:in `require' Jun 12 06:35:03 curie-01 pcsd[537]: from /usr/lib/pcsd/auth.rb:4:in `<top (required)>' Jun 12 06:35:03 curie-01 pcsd[537]: from /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:45:in `require' Jun 12 06:35:03 curie-01 pcsd[537]: from /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:45:in `require' Jun 12 06:35:03 curie-01 pcsd[537]: from /usr/lib/pcsd/pcsd.rb:11:in `<top (required)>' Jun 12 06:35:03 curie-01 pcsd[537]: from /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:45:in `require' Jun 12 06:35:03 curie-01 pcsd[537]: from /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:45:in `require' Jun 12 06:35:03 curie-01 pcsd[537]: from /usr/lib/pcsd/ssl.rb:47:in `<main>' Jun 12 06:35:03 curie-01 pcsd[537]: [FAILED] Jun 12 06:35:03 curie-01 systemd[1]: pcsd.service: main process exited, code=exited, status=1/FAILURE Jun 12 06:35:03 curie-01 systemd[1]: Unit pcsd.service entered failed state. Expected results: pcsd starts successfully