Bug 6818
| Summary: | Netscape tries to save to file when run as regular user | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | eric-redhat |
| Component: | up2date | Assignee: | Preston Brown <pbrown> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.1 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2000-02-28 19:54:55 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
eric-redhat
1999-11-08 10:03:48 UTC
Remove /root/.netscape/lock before running up2date should fix the problem. It sees the stale lock file from a previous run of netscape by root, and so tries to send a command to the currently running netscape. That does temporarily fix the problem. However, if I run netscape as root and exit normally, there is no lock file. Consistently, if I run up2date, when it runs netscape, there is a lock file left behind. I'd like to suggest 2 things: 1) figure out why the lock file gets erroneously left behind and fix that 2) Instead of just checking for a lockfile, check for a lockfile, and if it's found look at the information and determine if it's stale. netscape has been modified for 6.2 to check the lockfile's validity before trusting it, fixing this problem. |