From owner-freebsd-current@FreeBSD.ORG Sun Jul 1 05:21:28 2007 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 284DF16A400 for ; Sun, 1 Jul 2007 05:21:28 +0000 (UTC) (envelope-from grafan@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by mx1.freebsd.org (Postfix) with ESMTP id DF9E513C44B for ; Sun, 1 Jul 2007 05:21:27 +0000 (UTC) (envelope-from grafan@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so2302538pyb for ; Sat, 30 Jun 2007 22:21:27 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=HBNyXK+7NmYPThNu+zMLpa5NOieY3QtqOotzSGrky5qBcbZGIXjVmAypj0ti9BtUyfbbLL2F4P9v+Z16A6RCGi9YKDZyfUHQaOv/8FLayBGus+pqvNw4JnvCO97HklKg0ICA7WjXaAQbdaiBhGNLTo7L56EXc2/gz97qLMH9w1k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=SYYBDWNj9ukL63F9tWQwQMa8SBubMY0QkZIhNSxtq4wtxpJo/VEOpZJQkd1Jc5xcUoo96qmUL0wIWawXKdwwobTLXrYofH49mIFVoZyQivKAubEK3OfxDoeaQ84CcgHfLuO9cobwrbUIx4exUkNyPbhaQT0j0S5egRhYKIP1lCA= Received: by 10.65.240.17 with SMTP id s17mr5216378qbr.1183267287091; Sat, 30 Jun 2007 22:21:27 -0700 (PDT) Received: by 10.64.196.20 with HTTP; Sat, 30 Jun 2007 22:21:27 -0700 (PDT) Message-ID: <6eb82e0706302221p3c4e24edo2f62e6ba60958b4f@mail.gmail.com> Date: Sun, 1 Jul 2007 13:21:27 +0800 From: "Rong-en Fan" To: andre@freebsd.org, current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: tcp_input: Listen socket: Spurious RST, segment rejected 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: Sun, 01 Jul 2007 05:21:28 -0000 Hi, I'm runnnig rsyncd on an i386 with Jun 19 -current. Once I lanuch rsync client from another host running 6.2-STABLE, I saw lots of TCP: [192.168.30.48]:64597 to [192.168.30.69]:873 tcpflags 0x4; tcp_input: Listen socket: Spurious RST, segment rejected TCP: [192.168.30.48]:64597 to [192.168.30.69]:873 tcpflags 0x4; tcp_input: Listen socket: Spurious RST, segment rejected and the rsync client stops with various error messages. It's really annoying. Any ideas? Regards, Rong-En Fan