From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marian Stagarescu Subject: Re: PPTP conntrack w/out DEBUG is broken ??? Date: Wed, 2 Oct 2002 10:02:01 -0400 Sender: netfilter-devel-admin@lists.netfilter.org Message-ID: <200210021002.01553.marian@ti.com> References: <20021002153013.A13233@sunbeam.de.gnumonks.org> Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20021002153013.A13233@sunbeam.de.gnumonks.org> Errors-To: netfilter-devel-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii" To: Harald Welte Cc: Martin Josefsson , =?iso-8859-1?q?C=E9dric=20Rivard?= , @sunbeam.gnumonks.org, Netfilter-devel , Netfilter On Wednesday 02 October 2002 09:30 am, Harald Welte wrote: > On Wed, Sep 25, 2002 at 04:48:42PM -0400, Marian Stagarescu wrote: > > i run into one problem with PPTP conntrack: > > > > run it with debug on: works > > run it w/out debug on: does not. > > what do you call 'debug' ? Does this mean the DEBUG #defines in the > respective sourcecode .c files yes. ip_conntrack_pptp.c, ip_nat_pptp.c, ip_conntrack_proto_gre.c,=20 ip_nat_proto_gre.c are compiled with DEBUGP defined. > or are you talking about > CONFIG_NETFILTER_DEBUG? i have this turned on as well > > this debug issue was tracked down to a single printk statement in > > ip_conntrack_pptp.c: line 244,245: > > > > DEBUGP("%s, CID=3D%X, PCID=3D%X\n", strMName[msg] > > ntohs(*cid), ntohs(*pcid)); > > What happens? Does the kernel oops at this statement? no opps but the PPTP session is not established. I'll come back with a detailed debug log. > > thanks for any input, > > marian