From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18822 invoked by alias); 1 Nov 2012 16:57:34 -0000 Received: (qmail 18814 invoked by uid 22791); 1 Nov 2012 16:57:33 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,MIME_QP_LONG_LINE,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from outbound002.roc2.bluetie.com (HELO outbound002.roc2.bluetie.com) (208.89.132.142) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 01 Nov 2012 16:57:27 +0000 Received: from web002.roc2.bluetie.com ([10.200.2.96]) by outbound002.roc2.bluetie.com with outbound002 id JGxH1k00c24HP3e01GxHAw; Thu, 01 Nov 2012 12:57:17 -0400 X-CMAE-OUT-Analysis: v=2.0 cv=Y+16Q2iN c=1 sm=1 a=HnJZWE7_950A:10 a=i-wQWBNYtOgA:10 a=IkcTkHD0fZMA:10 a=FmX3VfpdAAAA:8 a=QoHJ8kPOAAAA:8 a=aawxbS409iQA:10 a=DC5B6TUlKep09YV_fJcA:9 a=QEXdDO2ut3YA:10 a=41l5LDBFByitqw60Fh41mg==:117 X-CMAE-OUT-Score: 0.00 Received: from web002.roc2.bluetie.com (localhost.localdomain [127.0.0.1]) by web002.roc2.bluetie.com (Postfix) with ESMTP id E74603F0188 for ; Thu, 1 Nov 2012 12:57:15 -0400 (EDT) Message-ID: <20121101125715.26430@web002.roc2.bluetie.com> X-HTTP-Received: from kenkyee.excite [173.162.132.73] by web002.roc2.bluetie.com (BlueTie WebMail ); Thu, 01 Nov 2012 12:57:15 -0400 Date: Thu, 01 Nov 2012 16:57:00 -0000 Cc: To: ecos-discuss@ecos.sourceware.org From: "Ken Yee" Content-transfer-encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Subject: [ECOS] cyg_ppp_wait_up sometimes never returns? X-SW-Source: 2012-11/txt/msg00001.txt.bz2 Has anyone seen this issue w/ a PPP connection that's brought up/down a lot? Symptom is it prints this via diag_printf's: SYSLOG 08: Using interface ppp0 SYSLOG 04: Connect: ppp0 <--> /dev/ser0 SYSLOG 08: Connect time expired SYSLOG 04: Connection terminated, connected for 1 minutes and then a call to cyg_ppp_wait_up (being used to poll if PPP is still up) = never returns. PPP Idle timeout has been turned off because of a bug I reported. Looks like there might be a connection timeout race condition w/ cyg_ppp_wa= it_up as well? :-P -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss