Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Feb 2007 22:42:45 -0200 (BRDT)
From:      "Felipe Bergo (lists)" <spamtrap@liv.ic.unicamp.br>
To:        Andrew Falanga <af300wsm@gmail.com>
Cc:        freebsd-questions <freebsd-questions@freebsd.org>
Subject:   Re: ps oddity
Message-ID:  <Pine.LNX.4.64.0702012239320.8913@turing>
In-Reply-To: <340a29540702011007mcdb45bcya1db8732d78ecd34@mail.gmail.com>
References:  <340a29540702011007mcdb45bcya1db8732d78ecd34@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help

> Now, here's the strange part.  When running under my user id, even in daemon
> mode, ps -aux | grep <user> would show me the daemon process.  However, now
> that it's running as root, it doesn't.  Why is that?  The only way I've been
> able to tell that it's running is by using sockstat.

Are you doing

   ps -aux | grep root

instead of

   ps -aux | grep previous_user_who_is_not_running_the_process

?

Look for your process in

   ps -aux | less

Still missing ?

-- Felipe



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.64.0702012239320.8913>