From owner-freebsd-current@FreeBSD.ORG Sun Jul 1 07:13:25 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 CB49B16A468 for ; Sun, 1 Jul 2007 07:13:25 +0000 (UTC) (envelope-from grafan@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.freebsd.org (Postfix) with ESMTP id 8B29613C45E for ; Sun, 1 Jul 2007 07:13:25 +0000 (UTC) (envelope-from grafan@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so2341413pyb for ; Sun, 01 Jul 2007 00:13:24 -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:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qIWtn0Z3J5n3NRdim/yzcrUvJoweZVE7Ov4RUooXOQdESH7suRzQqH5ebmV6Z141OZzqxKsvNocjgPMJkW+g3DRfiKS6yoy2fEcb4YWoZo+G3HzF0CWm6zmhKkdEkRsxwaBqFR9jZmcdhZmDXHiDgMW4WBmdPKvVB4KKQ8OC/ZU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JIywKpmobiReWZNehZ0d2Lc/2vkBx48Pu9FCyGujgJTespLza0ee5+hF+ZYpBdIxPQ6c33O0TyI5TB1K25pVH9dZVc5A9fEj8J9e1T4baBUBX9u5FnjT0/DFL4VGqUnv5KZMGC2+JGoL/5gdOuicgGxCu5YZdfTj0/wDjk5CaAc= Received: by 10.64.250.7 with SMTP id x7mr7422045qbh.1183274004574; Sun, 01 Jul 2007 00:13:24 -0700 (PDT) Received: by 10.64.196.20 with HTTP; Sun, 1 Jul 2007 00:13:24 -0700 (PDT) Message-ID: <6eb82e0707010013l7e7ce403h80942325a2b5ca73@mail.gmail.com> Date: Sun, 1 Jul 2007 15:13:24 +0800 From: "Rong-en Fan" To: andre@freebsd.org, current@freebsd.org In-Reply-To: <6eb82e0706302221p3c4e24edo2f62e6ba60958b4f@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6eb82e0706302221p3c4e24edo2f62e6ba60958b4f@mail.gmail.com> Cc: Subject: Re: 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 07:13:25 -0000 On 7/1/07, Rong-en Fan wrote: > 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? Turn off IPSEC seems help my situation. Regards, Rong-En Fan