Bug 5788
Summary: | Cannot upgrade if existing /tmp dir is a symlink | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | mattw |
Component: | installer | Assignee: | Jay Turner <jturner> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6.1 | CC: | alanrb, srevivo |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 1999-10-22 18:48:13 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
mattw
1999-10-09 20:17:55 UTC
I ran into a similar problem, see bug 6014, with a link for /etc/lilo.conf to /boot/lilo.conf. I fixed it by making the link relative, ../boot/lilo.conf, which allowed the installers remounting of the filesystems to not break the link. alanrb *** Bug 6014 has been marked as a duplicate of this bug. *** While upgrading from 6.0 to 6.1 via FTP I had several errors that the installer did not handle very well. It apparently just crashed the script and displayed a traceback. It took me awhile before I figured out how to deal with this. Clicking OK or DEBUG just seemed to eventually get me to a hung system. Scrolling the traceback and trying to interpret the messages eventually allowed me to get past the problems, which I have listed below: * /etc/lilo.conf was linked to /boot/lilo.conf on my 6.0 system, but that is not valid with the installs mounting setup, so no writtable file existed. The lack of checking on this may be related to the other problems with lilo.conf that have been reported. * Upgrade was done via FTP; transmission errors and login failure due to exceeding user limits lead to script crash and the traceback. This may be tough to deal with, but I think a complete novice user would be stuck if they hit these. For the installer to be able to follow a symlink, it must be a relative link and not an absolute |