From owner-freebsd-current@FreeBSD.ORG Fri Jul 30 20:48:11 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3A8E16A4CE for ; Fri, 30 Jul 2004 20:48:11 +0000 (GMT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F4A743D64 for ; Fri, 30 Jul 2004 20:48:11 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) i6UKmAMP001995 for ; Fri, 30 Jul 2004 13:48:10 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)i6UKmAXM001994 for freebsd-current@freebsd.org; Fri, 30 Jul 2004 13:48:10 -0700 (PDT) (envelope-from sgk) Date: Fri, 30 Jul 2004 13:48:10 -0700 From: Steve Kargl To: freebsd-current@freebsd.org Message-ID: <20040730204810.GA1915@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: rrestore and setsockopt interaction? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 30 Jul 2004 20:48:11 -0000 I'm trying to use rrestore to move filesystems from an old i386 FreeBSD system to a new amd64 FreeBSD system. My attempt is met with dhcp-78-74:kargl[39] rrestore xbf 64 troutmask:/dev/nsa0 Connection to troutmask.apl.washington.edu established. IP_TOS:IPTOS_THROUGHPUT setsockopt: Operation not supported TCP_NODELAY setsockopt: Operation not supported Do I need to fiddle with a sysctl variable? -- Steve