From nobody@FreeBSD.org Mon Nov 6 12:13:12 2006 Return-Path: Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D41BB16A416 for ; Mon, 6 Nov 2006 12:13:12 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4077143D6E for ; Mon, 6 Nov 2006 12:13:04 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id kA6CD4PV060208 for ; Mon, 6 Nov 2006 12:13:04 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id kA6CD47h060207; Mon, 6 Nov 2006 12:13:04 GMT (envelope-from nobody) Message-Id: <200611061213.kA6CD47h060207@www.freebsd.org> Date: Mon, 6 Nov 2006 12:13:04 GMT From: "Gonzalo A. Arana" To: freebsd-gnats-submit@FreeBSD.org Subject: net/mpd causes a kernel freeze X-Send-Pr-Version: www-3.0 >Number: 105204 >Category: i386 >Synopsis: net/mpd causes a kernel freeze >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-i386 >State: closed >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Nov 06 12:20:42 GMT 2006 >Closed-Date: Mon Nov 06 14:26:43 GMT 2006 >Last-Modified: Mon Nov 6 14:50:23 GMT 2006 >Originator: Gonzalo A. Arana >Release: 6.1-RELEASE >Organization: >Environment: FreeBSD freebsd.arana 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun Nov 5 09:13:36 ART 2006 root@freebsd.arana:/usr/obj/usr/src/sys/ARANA i386 >Description: when I open a pptp tunel with net/mpd, my machine freezes (numlock does not respond, for instance). I've compiled a new kernel without USB and SCSI/RAID controller support. Here are the relevant configuration files: /usr/local/etc/mpd/mpd.conf: default: load vpn vpn: new -i ng0 vpn vpn set iface disable on-demand set iface idle 0 # disconnect the client after 8 hours set iface session 28800 #set iface route 192.168.2.0/24 set bundle disable multilink set bundle authname my_username set bundle password my_password set link yes acfcomp protocomp set link no pap chap set link accept pap set link mtu 1460 # If remote machine is NT you need this.. # set link enable no-orig-auth set link keep-alive 10 75 set ipcp no vjcomp /usr/local/etc/mpd/mpd.links: vpn: set link type pptp set pptp self ZZZ set pptp peer YYY set pptp enable originate incoming outcall set pptp disable windowing where: ZZZ my ethernet IP address YYY ip address of TCP peer >How-To-Repeat: run: when I type 'open' inside mpd shell, and after tunnel is UP, the machine freezes. >Fix: >Release-Note: >Audit-Trail: State-Changed-From-To: open->closed State-Changed-By: remko State-Changed-When: Mon Nov 6 14:26:41 UTC 2006 State-Changed-Why: Closing the PR since this is not a problem (yet) . Advised to check the mailinglists and ask around and then head back to me if the issue is really a problem. http://www.freebsd.org/cgi/query-pr.cgi?pr=105204 From: "Remko Lodder" To: "Gonzalo A. Arana" Cc: freebsd-gnats-submit@freebsd.org Subject: Re: i386/105204: net/mpd causes a kernel freeze Date: Mon, 6 Nov 2006 15:25:48 +0100 (CET) > FreeBSD freebsd.arana 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun Nov 5 > 09:13:36 ART 2006 root@freebsd.arana:/usr/obj/usr/src/sys/ARANA > i386 >>Description: > when I open a pptp tunel with net/mpd, my machine freezes (numlock does > not respond, for instance). I've compiled a new kernel without USB and > SCSI/RAID controller support. > > Here are the relevant configuration files: > /usr/local/etc/mpd/mpd.conf: > > default: > load vpn > > vpn: > new -i ng0 vpn vpn > set iface disable on-demand > set iface idle 0 > # disconnect the client after 8 hours > set iface session 28800 > #set iface route 192.168.2.0/24 > set bundle disable multilink > set bundle authname my_username > set bundle password my_password > set link yes acfcomp protocomp > set link no pap chap > set link accept pap > set link mtu 1460 > # If remote machine is NT you need this.. > # set link enable no-orig-auth > set link keep-alive 10 75 > set ipcp no vjcomp > > /usr/local/etc/mpd/mpd.links: > vpn: > set link type pptp > set pptp self ZZZ > set pptp peer YYY > set pptp enable originate incoming outcall > set pptp disable windowing > > > where: > ZZZ my ethernet IP address > YYY ip address of TCP peer > >>How-To-Repeat: > run: > when I type 'open' inside mpd shell, and after tunnel is UP, the > machine freezes. >>Fix: Hello, Can you please contact the hackers (and/or the ports) mailinglist before submitting a problem report. Although you detail a lot of information (my appriciation for that!) it is good to run this through a couple of people on forehand to make sure this is a problem and not a local misconfiguration or in this case a port problem. There might also be people that experienced this as well and got it solved already... Please have a look at http://lists.freebsd.org/mailman/listinfo/freebsd-hackers (change hackers into ports to get the proper mailinglist for the ports people). I will close the PR till you either file a new one, and/or contact me with the information you found after verifying this on the mailinglists. This is not to make you angry or something, but to make sure we use the resources the best we can and try to help you solve the problem much quicker. Thanks! -- Kind regards, Remko Lodder ** remko@elvandar.org FreeBSD ** remko@FreeBSD.org /* Quis Custodiet ipsos custodes */ From: "Gonzalo Arana" To: "Remko Lodder" Cc: freebsd-gnats-submit@freebsd.org Subject: Re: i386/105204: net/mpd causes a kernel freeze Date: Mon, 6 Nov 2006 11:43:36 -0300 On 11/6/06, Remko Lodder wrote: > > > FreeBSD freebsd.arana 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun Nov 5 > > 09:13:36 ART 2006 root@freebsd.arana:/usr/obj/usr/src/sys/ARANA > > i386 > >>Description: > > when I open a pptp tunel with net/mpd, my machine freezes (numlock does > > not respond, for instance). I've compiled a new kernel without USB and > > SCSI/RAID controller support. > > ... ... > > > >>How-To-Repeat: > > run: > > when I type 'open' inside mpd shell, and after tunnel is UP, the > > machine freezes. > >>Fix: > > > Hello, > > Can you please contact the hackers (and/or the ports) mailinglist > before submitting a problem report. Although you detail a lot of > information (my appriciation for that!) it is good to run this through > a couple > of people on forehand to make sure this is a problem and not a local > misconfiguration or in this case a port problem. There might also be > people that experienced this as well and got it solved already... Thanks for your prompt reply & for the pointer. I am subscribing to freebsd-hackers ML. I'll forward this issue there. > Please have a look at > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers (change > hackers into ports to get the proper mailinglist for the ports people). > > I will close the PR till you either file a new one, and/or contact me > with the information you found after verifying this on the > mailinglists. > > This is not to make you angry or something, but to make sure we use the > resources the best we can and try to help you solve the problem much > quicker. I am happy to help in anyway I can. But my gut feeling tells me that someone will end up reopening this again here sooner or later: a PC should not freeze for a user mode tool misconfiguration, am I right? I'll just forward this issue to the hackers ML. > Thanks! > > > -- > Kind regards, > > Remko Lodder ** remko@elvandar.org > FreeBSD ** remko@FreeBSD.org Thanks to you, -- Gonzalo A. Arana >Unformatted: