Re: How to know when a link is established or destroyed?

2018-11-13 Thread James Carlson
On 11/13/18 07:08, Morel Bérenger wrote: >> The simplest is to use the "debug" option, and get the log messages >> via syslog. Use "logfile /path/to/some/file" if you can't use syslog >> for some reason. (Note: don't use kdebug unless there are >> kernel-level problems. This doesn't sound like

Re: How to know when a link is established or destroyed?

2018-10-22 Thread James Carlson
On 10/22/18 06:28, Morel Bérenger wrote: > I am using pppd to have network access through GPRS/3G/4G on systems I > do not have physical access to. > > Since I want the system to be up almost always, I am trying to manage > my daemons through runit (daemontools), which works by keeping child >

How to know when a link is established or destroyed?

2018-10-22 Thread Morel Bérenger
Hello. I am using pppd to have network access through GPRS/3G/4G on systems I do not have physical access to. Since I want the system to be up almost always, I am trying to manage my daemons through runit (daemontools), which works by keeping child process foreground and restart it when it dies