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
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to