As root try:
ps aux | grep -i ppp If it shows you a line for a process with PPP (look for /usr/sbin/ppp) then do a : kill PID where PID is the the process id, probably the second column of the ps aux output. "When you start to worry what other people think of you, it's time to go fishing" _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
