Bug 428

Summary: messages in /var/log/messages reports incorrect logout times
Product: [Retired] Red Hat Linux Reporter: esisler
Component: abootAssignee: David Lawrence <dkl>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 5.2CC: esisler
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: 1998-12-16 19:34:17 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 esisler 1998-12-15 15:55:39 UTC
I'm not actually sure if this is being caused by sysklogd
or some other package.  I have applied all RPM's from the
errata pages and still notice the following in
/var/log/messages:

Dec 15 08:45:20 bighat login[294]: ROOT LOGIN on tty2
Dec 15 08:45:20 bighat PAM_pwdb[294] (login) session closed
for user root

Even though I'm still logged in, it looks as though I logged
in and then right back out.

Any help would be most appreciated.  Thanks for making a
great product.

-Eric

Comment 1 Jeff Johnson 1998-12-15 16:10:59 UTC
Some over zealous hacking in util-linux-2.[89] to remove
an "extra" process resulted in PAM credentials being discarded
before forking the user's shell rather than after the shell
exits. The good old util-linux-2.7 behavior (fork and waitpid)
has been restored.

Try the Raw Hide util-linux-2.9-4 rpm and repopen this bug if that
rpm does not fix your problem.

Comment 2 esisler 1998-12-15 20:24:59 UTC
I can't upgrade to util-linux-2.8-11 (rawhide) without upgrading to
slang-1.2.2-3 (rawhide), which in turn would require updating a bunch
of other packages, including: gecko, kbdconfig, mc, mouseconfig, newt,
ntsysv, rhs-hwdiag, timeconfig, tkmc & Xconfigurator.  I'd rather stay
at the relase 5.2 level if possible since this will be a production
server.

Any other ideas?  Thanks!

Comment 3 Bill Nottingham 1998-12-15 22:43:59 UTC
You can upgrade the RPM by using rpm --nodeps -U util-linux-blah...
unless you're planning on using cfdisk, you won't have a problem.
Alternatively, you can rebuild the rawhide RPM.

Comment 4 Jeff Johnson 1998-12-16 19:34:59 UTC
There is an errata item for util-linux-2.9-4 on Red Hat 5.2
that will be out Real Soon Now.