From owner-freebsd-current@FreeBSD.ORG Sat Sep 6 12:52:08 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E6D9D1065679 for ; Sat, 6 Sep 2008 12:52:07 +0000 (UTC) (envelope-from Yuriy.Tsibizov@gfk.com) Received: from mx2.gfk.ru (mx2.gfk.ru [84.21.231.139]) by mx1.freebsd.org (Postfix) with ESMTP id 441CB8FC25 for ; Sat, 6 Sep 2008 12:52:06 +0000 (UTC) (envelope-from Yuriy.Tsibizov@gfk.com) Received: from ex.hhp.local by mx2.gfk.ru (MDaemon PRO v9.6.0) with ESMTP id md50001797896.msg for ; Sat, 06 Sep 2008 16:52:15 +0400 Received: from [10.0.6.4] ([10.0.6.4]) by ex.hhp.local with Microsoft SMTPSVC(6.0.3790.1830); Sat, 6 Sep 2008 16:51:01 +0400 Date: Sat, 6 Sep 2008 16:50:54 +0400 (MSD) From: Yuriy Tsibizov X-X-Sender: chibis@free.home.local To: Ed Schouten In-Reply-To: <20080906120643.GD99951@hoeg.nl> Message-ID: <20080906164146.F2728@free.home.local> References: <20080906152422.C2175@free.home.local> <20080906120643.GD99951@hoeg.nl> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-OriginalArrivalTime: 06 Sep 2008 12:52:16.0344 (UTC) FILETIME=[63EF7D80:01C9101F] X-Spam-Processed: mx2.gfk.ru, Sat, 06 Sep 2008 16:52:15 +0400 (not processed: message from valid local sender) X-MDRemoteIP: 10.0.0.30 X-Return-Path: Yuriy.Tsibizov@gfk.com X-Envelope-From: Yuriy.Tsibizov@gfk.com X-MDaemon-Deliver-To: freebsd-current@freebsd.org X-MDAV-Processed: mx2.gfk.ru, Sat, 06 Sep 2008 16:52:17 +0400 Cc: Yuriy Tsibizov , freebsd-current@freebsd.org Subject: Re: ppp not passing long packets (probably after MPSAFE_TTY) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Sep 2008 12:52:08 -0000 On Sat, 6 Sep 2008, Ed Schouten wrote: > Thanks for reporting this issue. We should fix this. > >> Ed, >> >> I have one problem with ppp modem connection. I use mpd for dial-up >> connections, but ng_tty is not working any more and I had to switch back >> to ppp. >> >> With ping -s 960 I'm getting ~0% loss, with ping -s 980 I'm almost always >> getting 100% loss... But: modem TX light turns on on every attempt to >> send ICMP packet. >> >> Dial-up server is Windows 2000 RAS, and I had no problems with it for >> last five years, mostly with mpd but ppp was OK too... >> >> I can't say, was ppp broken before MPSAFE_TTY changes, but in 7-CURRENT >> days it was in good shape. > > Could you give me the output of `pstat -t' while using `ppp'? What > device node/device driver are you using? I know there are some things > fishy w.r.t. flow control, so there are a lot of things we can look in > to. free# pstat -t LINE INQ CAN LIN LOW OUTQ USE LOW COL SESS PGID STATE sysmouse 0 0 0 0 0 0 0 0 0 0 - dcons 7680 0 0 768 7812 0 782 0 0 0 Oi dgdb 0 0 0 0 0 0 0 0 0 0 - ttyv0 7680 0 0 768 7812 0 782 175 1741 1741 Oil ttyv1 7680 0 0 768 7812 0 782 13 1742 2718 Oi ttyv2 7680 0 0 768 7812 0 782 0 1743 2729 Oi ttyv3 7680 0 0 768 7812 0 782 30417 1744 2439 Oi ttyv4 7680 0 0 768 7812 0 782 7 1745 1745 Oil ttyv5 7680 0 0 768 7812 0 782 10 1746 2728 Oi ttyv6 7680 0 0 768 7812 0 782 103319 1747 1919 Oi ttyv7 7680 0 0 768 7812 0 782 24922 1748 2719 Oi ttyv8 0 0 0 0 0 0 0 0 0 0 - ttyv9 0 0 0 0 0 0 0 0 0 0 - ttyva 0 0 0 0 0 0 0 0 0 0 - ttyvb 0 0 0 0 0 0 0 0 0 0 - ttyvc 0 0 0 0 0 0 0 0 0 0 - ttyvd 0 0 0 0 0 0 0 0 0 0 - ttyve 0 0 0 0 0 0 0 0 0 0 - ttyvf 0 0 0 0 0 0 0 0 0 0 - consolectl 7680 0 0 768 7812 0 782 0 0 0 Oi ttyu0 0 0 0 0 0 0 0 0 0 0 IC ttyu1 23040 0 0 2304 23184 0 2319 4757976 0 0 ICOol free# uname -a FreeBSD free.home.local 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Sun Aug 31 08:48:35MSD 2008 chibis@free.home.local:/usr/obj/usr/src/sys/GENERIC i386 free# dmesg | grep uart uart0: <16550 or compatible> at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 uart0: [FILTER] uart1: <16550 or compatible> at port 0x2f8-0x2ff irq 3 on isa0 uart1: [FILTER] > > Is it somehow possible to get some kind of `debug output' from the > Windows machine as well? Thanks! hm... Not shure if I can dig any debugging from it. I can try to move modems to FreeBSD (6.3 or 7.0) machine, but it will take some time. Yuriy Tsibizov, GfK RUS Network Administrator