Date: Fri, 09 Jan 1998 00:03:04 +0000 From: Brian Somers <brian@awfulhak.org> To: Ron Rosson <insane@oneinsane.net> Cc: questions@freebsd.org, brian@freebsd.org Subject: Re: ppp logging to file Message-ID: <199801090003.AAA22710@awfulhak.demon.co.uk> In-Reply-To: Your message of "Tue, 06 Jan 1998 09:14:34 PST." <19980106091434.49513@the.oneinsane.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi. The solution is (probably) in the FAQ :-) http://www.FreeBSD.org/FAQ/userppp.html Syslogd is quite particular about the use of TAB rather than space. Make sure there are *only* tabs between the `*.*' and the filename. Also, make sure you've got a line-feed after the filename and that you've sent a HUP (-1) signal to syslogd. Cheers. > I am having a hard time getting ppp to log to its ppp.log file > here is my > syslog.conf entry: > !ppp > *.* /var/log/ppp.log > > Here is my ppp.conf entry: > default: > set device /dev/cuaa1 > set speed 115200 > set server 3000 > set log carrier link phase command connect tun warning error alert LCP IPCP CCP chat > disable lqr > deny lqr > disoble vjcomp > deny vjcomp > set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATE1Q0 OK-ATS27=32-OK \\dATDT\\T TIMEOUT 40 CONNECT" > > wnd last but not least this what the properties of ppp.log look like > -rw-r--r-- 1 root bin 0 Jan 6 07:15 /var/log/ppp.log > > Any help on getting this to log would be greatly appreciated. > I know that my logging options might be excessive but I am just > trying to get it to log. > TIA > Ron > > -------------------------------------------------------- > Ron Rosson ... and a UNIX user said ... > rlr@n2.net rm -rf * > insane@oneinsane.net and all was null and void > -------------------------------------------------------- -- Brian <brian@Awfulhak.org>, <brian@FreeBSD.org>, <brian@OpenBSD.org> <http://www.Awfulhak.org> Don't _EVER_ lose your sense of humour....
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199801090003.AAA22710>