| Summary: | [abrt] anaconda-13.21.146-1.el6: __init__.py:846:_open:IOError: [Errno 13] Permission denied: '/tmp/anaconda.log' | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Michal Nowak <mnowak> |
| Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> |
| Status: | CLOSED NOTABUG | QA Contact: | Release Test Team <release-test-team> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 6.2 | CC: | ohudlick |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Unspecified | ||
| Whiteboard: | abrt_hash:4f9865a534ef834a62f99f85b358f8b8e487201e | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-11-10 00:11:01 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Michal Nowak
2011-10-24 09:25:42 UTC
(In reply to comment #0) > comment: > :Execute `anaconda` as a user and w/o write access to /tmp/anaconda.log (or > /tmp/program.log, /tmp/storage.log, /dev/tty3): And why do you do that? (In reply to comment #2) > (In reply to comment #0) > > comment: > > :Execute `anaconda` as a user and w/o write access to /tmp/anaconda.log (or > > /tmp/program.log, /tmp/storage.log, /dev/tty3): > > And why do you do that? I randomly executed `anaconda' as a user and by sheer luck there were files in /tmp owned by root and inaccessible for the user. When I deleted all those stray /tmp files, `anaconda' failed with: IOError: [Errno 13] Permission denied: '/dev/tty3'. anaconda is set up to be run either from the loader environment, or via the liveinst script run from the live environment. It should not be run as a normal user. |