Date: Tue, 21 Jun 2005 07:00:44 GMT From: Maxim Konovalov <maxim@macomnet.ru> To: freebsd-bugs@FreeBSD.org Subject: Re: bin/82465: top(1) in 6-CURRENT shows incorrect user Message-ID: <200506210700.j5L70ind000696@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/82465; it has been noted by GNATS. From: Maxim Konovalov <maxim@macomnet.ru> To: Peter <me@example.com> Cc: bug-followup@freebsd.org Subject: Re: bin/82465: top(1) in 6-CURRENT shows incorrect user Date: Tue, 21 Jun 2005 10:56:42 +0400 (MSD) > >Description: > $ ps auxww|grep Xorg > root 783 0.0 46.7 57884 57136 v1 S 10:38PM 0:20.85 X :0 -nolisten tcp (Xorg) > peter 970 0.0 0.8 1568 1004 p1 R+ 11:36PM 0:00.02 grep Xorg > $ top -b|grep Xorg > 783 peter 1 96 0 57884K 57136K select 0:21 0.00% Xorg > > ps(1) shows `root' top(1) shows `peter' > >How-To-Repeat: > Run the above commands; same result for many processes, not just Xorg. ruid vs. euid. What does "ps alo ruid,uid | grep X" say? -- Maxim Konovalov
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506210700.j5L70ind000696>