Bug 98659
Summary: | /var/log/wtmp registers entries with wrong / arbitrary IP address for local graphical logins | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Joaquim Fanton <fanton> |
Component: | SysVinit | Assignee: | Bill Nottingham <notting> |
Status: | CLOSED DUPLICATE | QA Contact: | David Lawrence <dkl> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 9 | CC: | paulw, rvokal |
Target Milestone: | --- | Keywords: | Security |
Target Release: | --- | ||
Hardware: | i686 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2006-02-21 18:56:57 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
Joaquim Fanton
2003-07-06 23:59:37 UTC
This bug is probably similar (or even caused by the same problem) to the one reported on Bugzilla Bug 82540. Sorry. In "Steps to Reproduce" I forgot to mention that the system must be restarted after the edition of the default run level in the /etc/inittab file. (This could seem obvious to me but I should have made it clear.) So, this would be step 1.5) Restart the system and login via gdm. The IP registered in wtmp is not always the same. It seems to be an arbitrary IP and can be different from machine to machine, distribution to distribution or even from time to time. So, the IP itself does not matter. The problem is that the address registered should be 0.0.0.0 at terminal :0 and an arbitrary IP is registered instead. This observation has impact in the way the problem can be reproduced, since '# utmpdump wtmp | grep 128.99' works fine for me but won't work for many users. So, one must use '# utmpdump wtmp | more' and search for logins at terminal :0 with IP addresses others than 0.0.0.0. I also verified that this problem occurs at Red Hat versions 7 and 8. *** This bug has been marked as a duplicate of 82540 *** Changed to 'CLOSED' state since 'RESOLVED' has been deprecated. |