Gentoo Archives: gentoo-user

From: Rick van Hattem <Rick.van.Hattem@××××.nl>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] # users gives strange results
Date: Mon, 20 Mar 2006 09:40:16
Message-Id: 200603201032.51100.Rick.van.Hattem@fawo.nl
In Reply to: Re: [gentoo-user] # users gives strange results by Matthias Langer
1 On Monday 20 March 2006 05:02, Matthias Langer wrote:
2 > On Mon, 2006-03-20 at 04:51 +0100, Matthias Langer wrote:
3 > > Recently i've got a power failure while one of my gentoo boxes was up
4 > > and running. Since then, the users command seems not to work correctly
5 > > anymore, as it claims for users to be logged in that almost certainly
6 > > aren't and don't have a single process running. Besides of this issue,
7 > > everthing seems to work as expected. Can anybody here tell me where to
8 > > look for the source of this problem ?
9 >
10 > Just for the case that this helps describing my problem:
11 >
12 > # users
13 > mlangc mlangc
14 >
15 > [should be: rattan]
16 >
17 > # top
18 > not a single process for mlangc
19 >
20 > # tail -n 400 /var/log/messages
21 >
22 > Mar 19 22:21:37 lgate886 login(pam_unix)[8674]: session opened for user
23 > mlangc by (uid=0)
24 > ...
25 > ...
26 > Mar 19 22:21:47 lgate886 (mlangc-8784): starting (version 2.12.1), pid
27 > 8784 user 'mlangc'
28 > ...
29 > ...
30 > Mar 20 00:02:45 lgate886 (mlangc-8784): Exiting
31 > Mar 20 00:02:50 lgate886 login(pam_unix)[8674]: session closed for user
32 > mlangc
33 > Mar 20 04:29:35 lgate886 sshd[9620]: Accepted keyboard-interactive/pam
34 > for rattan from 192.168.0.102 port 41237 ssh2
35 > Mar 20 04:29:35 lgate886 syslog-ng[5304]: STATS: dropped 0
36 > Mar 20 04:29:35 lgate886 sshd(pam_unix)[9626]: session opened for user
37 > rattan by (uid=0)
38 > Mar 20 04:30:29 lgate886 su[9634]: Successful su for root by rattan
39 > Mar 20 04:30:29 lgate886 su[9634]: + pts/0 rattan:root
40 > Mar 20 04:30:29 lgate886 su(pam_unix)[9634]: session opened for user
41 > root by (uid=1002)
42 Perhaps you could try booting in single user mode (or a livecd or something
43 like that) and remove /var/log/utmp and /var/log/wtmp
44 Those are the files that track who is logged on and who isn't, perhaps you can
45 also delete/rename those while running but I'm not sure what results you'll
46 get and I'm not gonna try on one of my boxes :P
47
48 --
49 Rick van Hattem Rick.van.Hattem(at)Fawo.nl

Replies

Subject Author
Re: [gentoo-user] # users gives strange results Matthias Langer <mlangc@×××.at>