Summary: | if filesystem is full gdm fails to login users without warning | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | bastiaan |
Component: | gdm | Assignee: | Havoc Pennington <hp> |
Status: | CLOSED WONTFIX | QA Contact: | |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 6.1 | ||
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: | 2000-02-17 17:28:46 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
bastiaan
1999-10-24 15:16:25 UTC
The problem here is gdm lacks any facility to display errors or dialogs of any kind, it only logs them to syslog. It's a large fix that's required. I looked into fixing this more; the problem is actually worse than I thought. gdm can display errors, up until it exec's your session. After that it's hard to know what to do; gdm isn't running out of space I don't think, I think the apps launched in .Xclients are running out of space. At that point gdm is out of the picture. So, this bug is actually "many apps have bad error handling" I don't think it's a gdm bug. This problem is basically unfixable since it's so general; specific bugs against specific apps would be required. |