Subject: Re: pppuser-001107 rc & reboot problem.
To: david vyskocil <david.vyskocil@wanadoo.fr>
From: Andrew Doran <ad@ravenhead.org>
List: port-i386
Date: 02/08/2002 11:56:58
david vyskocil <david.vyskocil@wanadoo.fr> wrote:

> exec /usr/pkg/sbin/ppp -background adsl    # lauch ppp connection as daemon
> -->
> Working in background mode
> Using interface: tun0
> Try reconnecting...
> Try reconnecting...
> ...
> It's stay there and suspend the rc process.
> But if I type it at prompt usually it work :
> #ppp -background adsl
> Working in background mode
> Using interface: tun0
> #
> 
> Is someone have an idea on what I could look for ?

You should most probably be using `ppp -dedicated adsl' instead. Look at the
logs under /var/log to diagnose any connection problems. You can also use
pppctl to see what's happening. See the pppctl(8) manual page for details.

Andrew