Bug 6743

Summary: login problem
Product: [Retired] Red Hat Linux Reporter: rbarr
Component: gnome-coreAssignee: Havoc Pennington <hp>
Status: CLOSED WORKSFORME QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.1CC: rbarr
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-03 16:49:16 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 rbarr 1999-11-05 05:23:08 UTC
I've been using RH since version 4.xxx (can't remember
exaactly), so I'm pretty sure it's not me!  I bought version
6.1 and have it set up to go to the gui directly, rather
than going to the terminal first.

Using a fresh installation, it works fine for about a week
or two.  After that, here's the problem:

I login to a user account and the "desktop" for that account
either doesn't load or takes a really, really long time to
load (I've never waited for it to complete but if I did it
would probably take about 5 minutes or so).

My solution so far has been to kill the X server
(ctrl-alt-backspace) and then login again.  Everything's OK
after that.

I'm using a PII Toshiba laptop (Satellite Pro 4015 CDT with
96MB ram) and RH6.1 as the sole OS on my system.

This has happened across several re-installs.  I always
assumed it was something I did while installing, and would
re-install the complete OS.  Everything would always work OK
for awhile (about 20 logins), then it would hit the crapper
as described above.

Comment 1 Havoc Pennington 2000-02-03 16:49:59 UTC
I can't reproduce this; to debug it, it would be helpful if you did the
following:
- in your .Xclients, change the plain "exec" to "exec strace -f -o debug-output"
- reproduce the problem (try to cause a slow login)
- if you get a slow login, change "exec strace -f -o debug-output" back to
"exec" before you try to log in again; debug-output will be overwritten
every time you log in, you need the one from the slow login
- mail the file debug-output in your home directory to hp

Thanks!

I'm going to mark it WORKSFORME for now but will reopen if you get a chance to
send me this debug-output file