From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from aubade.exlicite.net (aubade.exlicite.net [80.65.226.207]) by dsl2.external.hp.com (Postfix) with ESMTP id 15E78482A for ; Tue, 16 Oct 2001 10:22:05 -0600 (MDT) Received: from mail (helo=utopia) by aubade.exlicite.net with local-esmtp (Exim 3.33 #5 (Debian)) id 15tWye-0002WE-00 for ; Tue, 16 Oct 2001 18:22:00 +0200 Message-ID: <01a501c1565e$c9ce4e60$9601a8c0@utopia> From: =?iso-8859-1?Q?DUTOT_St=E9phane?= To: Date: Tue, 16 Oct 2001 18:22:44 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_01A2_01C1566F.8CEC2790" Subject: [parisc-linux] PPTP and PPPOE under Debian HPPA Linux. List-ID: C'est un message de format MIME en plusieurs parties. ------=_NextPart_000_01A2_01C1566F.8CEC2790 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, I have a HP 712/100, I will install my HP station on Adsl gateway. For = this, i need make a pptp or pppoe connexion. When, the debian install kernel 2.4.0-32, when i start pppoe or pptp = connexion, the pppd is launch and just after all system is block. With = the last kernel version (2.4.9-pa45) downloaded on paris-linux site. = When, i start pptp connexion, he has a kernel panic. I have check the mailing-list archive. And i haven't found a begin of = solution. Maybe, do you have see this problem under the past ? Thanks St=E9phane DUTOT. ------=_NextPart_000_01A2_01C1566F.8CEC2790 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello,
 
I have a HP 712/100, I will install my = HP station=20 on Adsl gateway. For this, i need make a pptp or pppoe = connexion.
 
When, the debian install kernel = 2.4.0-32, when i=20 start pppoe or pptp connexion, the pppd is launch and just after all = system is=20 block. With the last kernel version (2.4.9-pa45) downloaded on = paris-linux site.=20 When, i start pptp connexion, he has a kernel panic.
 
I have check the mailing-list archive. = And i=20 haven't found a begin of solution.
 
Maybe, do you have see this problem = under the past=20 ?
 
Thanks St=E9phane = DUTOT.
------=_NextPart_000_01A2_01C1566F.8CEC2790-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from puffin.external.hp.com (puffin.external.hp.com [192.25.206.4]) by dsl2.external.hp.com (Postfix) with ESMTP id CFA8C482A for ; Tue, 16 Oct 2001 11:53:41 -0600 (MDT) Message-Id: <200110161750.LAA15169@puffin.external.hp.com> To: =?iso-8859-1?Q?DUTOT_St=E9phane?= Cc: parisc-linux@lists.parisc-linux.org Subject: Re: [parisc-linux] PPTP and PPPOE under Debian HPPA Linux. In-Reply-To: Message from =?iso-8859-1?Q?DUTOT_St=E9phane?= of "Tue, 16 Oct 2001 18:22:44 +0200." <01a501c1565e$c9ce4e60$9601a8c0@utopia> Date: Tue, 16 Oct 2001 11:50:19 -0600 From: Grant Grundler List-ID: =?iso-8859-1?Q?DUTOT_St=E9phane?= wrote: > When, the debian install kernel 2.4.0-32, when i start pppoe or pptp = > connexion, the pppd is launch and just after all system is block. With = > the last kernel version (2.4.9-pa45) downloaded on paris-linux site. = > When, i start pptp connexion, he has a kernel panic. I was using ppp in the past to connect via a c3k and filed the following bug: http://bugs.parisc-linux.org/db/13/132.html I haven't tried again recently. grant From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from rhirst.linuxcare.com (pc3-hems4-0-cust183.bre.cable.ntl.com [213.107.179.183]) by dsl2.external.hp.com (Postfix) with ESMTP id 978E4482A for ; Thu, 18 Oct 2001 19:12:11 -0600 (MDT) Received: by rhirst.linuxcare.com (Postfix, from userid 501) id C7C88B00C; Thu, 18 Oct 2001 22:46:44 +0100 (BST) Date: Thu, 18 Oct 2001 22:46:44 +0100 From: Richard Hirst To: =?iso-8859-1?Q?DUTOT_St=E9phane?= Cc: parisc-linux@lists.parisc-linux.org Subject: Re: [parisc-linux] PPTP and PPPOE under Debian HPPA Linux. Message-ID: <20011018224644.U11105@linuxcare.com> References: <01a501c1565e$c9ce4e60$9601a8c0@utopia> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 In-Reply-To: <01a501c1565e$c9ce4e60$9601a8c0@utopia>; from stephane.dutot@exlicite.net on Tue, Oct 16, 2001 at 06:22:44PM +0200 List-ID: I've just had a look at this. Seems to be a problem related to the kernel trying to invoke non-existant usermode helper progs. I created a script /sbin/hotplug containing just #!/bin/sh echo hotplug: $* > /dev/console and my kernel no longer crashes when trying to establish an async ppp link. Instead, I get this in syslog: Mar 20 16:24:33 merlin pppd[221]: Serial connection established. Mar 20 16:24:34 merlin insmod: Note: /etc/modules.conf is more recent than /lib/modules/2.4.9-32/modules.dep Mar 20 16:24:34 merlin pppd[221]: using channel 1 Mar 20 16:24:34 merlin pppd[221]: Using interface ppp0 Mar 20 16:24:34 merlin pppd[221]: Connect: ppp0 <--> /dev/ttyS1 Mar 20 16:24:34 merlin pppd[221]: read: Resource temporarily unavailable Mar 20 16:24:34 merlin pppd[221]: read /dev/ppp: Resource temporarily unavailable Mar 20 16:24:35 merlin pppd[221]: read: Resource temporarily unavailable Mar 20 16:24:35 merlin pppd[221]: read /dev/ppp: Resource temporarily unavailable Mar 20 16:24:35 merlin pppd[221]: sent [LCP ConfReq id=0x1 ] Mar 20 16:24:35 merlin pppd[221]: read: Resource temporarily unavailable Mar 20 16:24:35 merlin pppd[221]: read /dev/ppp: Resource temporarily unavailable Mar 20 16:24:36 merlin pppd[221]: rcvd [LCP ConfAck id=0x1 ] Mar 20 16:24:38 merlin pppd[221]: sent [LCP ConfReq id=0x1 ] etc etc I guess next I need to figure out what is causing the "Resource temporarily unavailable" (assuming that is an error). iirc we have had problems with non-existant usermode helpers before, and had to turn module support off until we had modutils ported. Richard On Tue, Oct 16, 2001 at 06:22:44PM +0200, DUTOT Stéphane wrote: > Hello, > > I have a HP 712/100, I will install my HP station on Adsl gateway. For this, i need make a pptp or pppoe connexion. > > When, the debian install kernel 2.4.0-32, when i start pppoe or pptp connexion, the pppd is launch and just after all system is block. With the last kernel version (2.4.9-pa45) downloaded on paris-linux site. When, i start pptp connexion, he has a kernel panic. > > I have check the mailing-list archive. And i haven't found a begin of solution. > > Maybe, do you have see this problem under the past ? > > Thanks Stéphane DUTOT. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from rhirst.linuxcare.com (pc3-hems4-0-cust183.bre.cable.ntl.com [213.107.179.183]) by dsl2.external.hp.com (Postfix) with ESMTP id E4F15482A for ; Fri, 19 Oct 2001 00:49:10 -0600 (MDT) Received: by rhirst.linuxcare.com (Postfix, from userid 501) id C299EB00C; Fri, 19 Oct 2001 07:49:16 +0100 (BST) Date: Fri, 19 Oct 2001 07:49:16 +0100 From: Richard Hirst To: =?iso-8859-1?Q?DUTOT_St=E9phane?= Cc: parisc-linux@lists.parisc-linux.org Subject: Re: [parisc-linux] PPTP and PPPOE under Debian HPPA Linux. Message-ID: <20011019074916.V11105@linuxcare.com> References: <01a501c1565e$c9ce4e60$9601a8c0@utopia> <20011018224644.U11105@linuxcare.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20011018224644.U11105@linuxcare.com>; from rhirst@linuxcare.com on Thu, Oct 18, 2001 at 10:46:44PM +0100 List-ID: On Thu, Oct 18, 2001 at 10:46:44PM +0100, Richard Hirst wrote: > I've just had a look at this. Seems to be a problem related to > the kernel trying to invoke non-existant usermode helper progs. > > I created a script /sbin/hotplug containing just > > > #!/bin/sh > echo hotplug: $* > /dev/console > Don't forget to chmod +x that script. > and my kernel no longer crashes when trying to establish an async > ppp link. Instead, I get this in syslog: The real problem there was that I was using the wrong authentication method for my isp. Once I set that right the link came up. Richard