Re: How to start PPP?
On Thu, Sep 17, 1998 at 02:27:21PM -0500, Kent West wrote:
> At 10:03 AM 9/17/1998 -0700, you wrote:
> >I've been reading the thread so it seems that you were trying this as
> >root (ie, no file permissions problems). What speed did you set the
> >serial port to in chatscript? Mine is 115200 (to a 28.8 modem
> >external). What modem? (internal/external, brand?). Does anything at
> >all happen on the modem (if external do any lights change?) If you
> >had X up you could monitor this in the xconsole (there MUST be a way
> >to pipe the same info to another virtual terminal!) A few issues ago
Try using an entry in /etc/syslog.conf as annotated therein:
#
# I like to have messages displayed on the console, but only on a virtual
# console I usually leave idle.
#
daemon,mail.*;\
news.=crit;news.=err;news.=notice;\
*.=debug;*.=info;\
*.=notice;*.=warn /dev/tty5
Or as suggested in "Linux Tips HOWTO / v3.0, 7 January 1997" add the
following line to /etc/syslog.conf
*.* /dev/tty5
to dump everything on tty5.
--
jkern@klis.com Jack Kern Yarmouth, Nova Scotia Debian GNU/Linux
Reply to: