Bug 725901
| Summary: | Permission errors in RPM | ||
|---|---|---|---|
| Product: | [Retired] Katello | Reporter: | Mike McCune <mmccune> |
| Component: | Infrastructure | Assignee: | Lukas Zapletal <lzap> |
| Status: | CLOSED NOTABUG | QA Contact: | Katello QA List <katello-qa-list> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 1.0 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 725793 | Environment: | |
| Last Closed: | 2011-07-27 07:59:44 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: | |||
|
Description
Mike McCune
2011-07-26 22:17:24 UTC
Further errors as jammit attempts to recompile css: remove tmp/sass-cache/ Exiting /usr/lib/ruby/gems/1.8/gems/compass-0.11.5/lib/compass/actions.rb:72:in `unlink': Permission denied - /usr/lib/katello/public/stylesheets/compiled/sections/dashboard.css (Errno::EACCES) This I will solve with a jammit command in the specfile ... Mike, are you sure you *did not* previously run katello under root? I have suspicion that you did. Because normally the /usr/lib/katello/tmp/folder is writable for the katello user. If you run it under root the pid file will be created as root (and cannot be overwritten using the normal account then). I guess this is invalid, or dupe of 725793 which I am going to solve by the jammit command right now. I am closing this, please re-open if you still need a fix. I will test this scenario anyway. |