Bug 18877
| Summary: | Symlink causes unhandled exception during upgrade. | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Charles Stevenson <csteven> |
| Component: | anaconda | Assignee: | Michael Fulbright <msf> |
| Status: | CLOSED DUPLICATE | QA Contact: | Brock Organ <borgan> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 7.0 | CC: | dr |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| URL: | http://devel.yellowdoglinux.com/~csteven/ | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2000-10-18 20:42:48 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
Charles Stevenson
2000-10-11 09:28:27 UTC
Possible only a rare case if user has /tmp linked elsewhere... It happened when anaconda tried to write /mnt/sysimage/tmp/upgrade.log since /mnt/sysimage/tmp -> /var/tmp I noticed a similar issue #10308 which was closed (WONT) with the explanation that RPM cannot follow symlinks such as /home -> /usr/home... when in fact it is due to the means by which anaconda mounts the root filesystem within /mnt/sysimage. I dont have the source code handy but perhaps later I will try and submit a patch if time permits. |