Date: Mon, 06 Sep 1999 15:32:52 +0100 From: Brian Somers <brian@Awfulhak.org> To: Ben Smithurst <ben@scientia.demon.co.uk> Cc: brian@freebsd.org, freebsd-questions@freebsd.org Subject: Re: PPP exiting unexpectedly Message-ID: <199909061432.PAA05388@keep.lan.Awfulhak.org> In-Reply-To: Your message of "Mon, 06 Sep 1999 14:14:57 BST." <19990906141457.A15090@lithium.scientia.demon.co.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
> Hi,
>
> any idea what could cause this, and any way of preventing it in future?
>
> Sep 6 04:48:01 scientia ppp[16181]: tun0: Warning: ip_Input: IPCP not open - packet dropped
> Sep 6 04:48:01 scientia ppp[16181]: tun0: Warning: nat_LayerPull: Problem with IP header length
> Sep 6 04:48:02 scientia /kernel: pid 16181 (ppp), uid 0: exited on signal 10 (core dumped)
>
> The core file wasn't very helpful, since my ppp wasn't built with
> debugging symbols.
I think you'll need to tack
CFLAGS+=-g
STRIP=
to the end of the Makefile and get a trace :-/ The IPCP error is the
result of the peer sending an IP packet before authentication is
complete (a ``set log physical debug'' may be interesting here).
The same log level may also tell us more about the nat_LayerPull().
I suspect the core dump may be nothing to do with these warnings
though....
> --
> Ben Smithurst | PGP: 0x99392F7D
> ben@scientia.demon.co.uk | key available from keyservers and
> | ben+pgp@scientia.demon.co.uk
--
Brian <brian@Awfulhak.org> <brian@FreeBSD.org>
<http://www.Awfulhak.org> <brian@OpenBSD.org>
Don't _EVER_ lose your sense of humour ! <brian@FreeBSD.org.uk>
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?199909061432.PAA05388>
