Date: Fri, 15 Sep 2000 16:44:47 +0100 From: Ben Smithurst <ben@FreeBSD.org> To: Bert Hiddink <hiddink@galileo.or.cr> Cc: questions@FreeBSD.ORG Subject: Re: Defaultrouter on Window box Message-ID: <20000915164447.B56185@strontium.scientia.demon.co.uk> In-Reply-To: <bulk.43310.20000915074614@hub.freebsd.org> References: <bulk.43310.20000915074614@hub.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Bert Hiddink wrote: > I added "chat debug" to the "set log" line. However, this does not change anything. Still get the > same message "Warning: chat script failed". And my /var/log/ppp.log file stays empty. What is in your /etc/syslog.conf file? PPP should be logging there. There should be two lines like !ppp *.* /var/log/ppp.log Also make sure that /var/log/ppp.log exists and has appropriate permissions (mode 600, since it may contain passwords, owned by root). Then 'killall -HUP syslogd' to restart syslogd, then try PPP again and see if it works any better. > set log Phase Chat LCP IPCP CCP tun command chat debug You don't need chat at the end there, since it's already specified after "Phase", but it shouldn't hurt to specify it twice. Until we find out why PPP isn't logging to /var/log/ppp.log like it should be, I can't really help you much. -- Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000915164447.B56185>