Bug 721327
Summary: | Installation fails with Could not find rake-0.9.2 in any of the sources and ends up with inconsistent machine | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Šimon Lukašík <slukasik> |
Component: | Infrastructure | Assignee: | Mike McCune <mmccune> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Katello QA List <katello-qa-list> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.0.0 | CC: | lzap, mmccune |
Target Milestone: | Unspecified | Keywords: | Triaged |
Target Release: | Unused | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-08-22 17:49:57 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: | |||
Bug Blocks: | 747354 |
Description
Šimon Lukašík
2011-07-14 10:10:28 UTC
Working on cleaning a good portion of the above so you don't have to ever run 'bundle install' after installing the RPM. Our SPEC precompiles our CSS files and assets using compass and jammit tools: %build echo Compiling SASS files... compass compile echo Generating Rails assets... jammit Therefore both bugs should be resolved. Please note due to bug in rack 1.1.0 the katello service is not working. The only way to start it until we fix this is: # cd /usr/lib/katello # su - katello -s /bin/bash -c "rails s -e production -p 3000" commit ca97d9ad2fd90d7ab6235c83cc734b13503f171d Author: Lukas Zapletal <lzap+git> Date: Wed Jul 27 13:56:04 2011 +0200 production.rb now symlinked to /etc/katello/environment.rb commit be8cf50ae0c0ab465de759b824404a4fda5226d2 Author: Lukas Zapletal <lzap+git> Date: Wed Jul 27 11:10:52 2011 +0200 725793 - Permission denied stylesheets/fancyqueries.css commit dd11eee1eadc6b3ce1ab8345395d566ef8436715 Author: Lukas Zapletal <lzap+git> Date: Wed Jul 27 11:04:07 2011 +0200 725901 - Permission errors in RPM Do not attempt to recompile SASS files in the production mode. We are going to precompile it during the RPM build process. The /usr/lib/katello/public wont be symlinked into the /var/lib/katello anymore. This has been working for me. Verified, katello-0.1.84-1.git.26.51fa1e1.fc14.noarch |