Be seen. Boost your question’s priority for more expert views and faster solutions
Are you are experiencing a similar issue? Get a personalized answer when you ask a related question.
Have a better answer? Share it in a comment.
From novice to tech pro — start learning today.
Try ps -elf | grep ppp. Or just ps -elf | more. If it's happenning a lot, make crontab entries to take snapshots and email them to you.
0 * * * * /usr/ucb/ps aux | /usr/ucb/mail -s "Process Snapshot" root
(*Assuming this is your box and you have root*).
I know on linux pppd is owned by root so it uses the call syslog to log information to /var/adm/messages. Try checking in there as well.