From owner-freebsd-bugs@FreeBSD.ORG Tue Dec 16 02:35:52 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC5C2106567A; Tue, 16 Dec 2008 02:35:52 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A00BD8FC12; Tue, 16 Dec 2008 02:35:52 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from freefall.freebsd.org (kensmith@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id mBG2Zqun023627; Tue, 16 Dec 2008 02:35:52 GMT (envelope-from kensmith@freefall.freebsd.org) Received: (from kensmith@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id mBG2ZpGR023623; Tue, 16 Dec 2008 02:35:51 GMT (envelope-from kensmith) Date: Tue, 16 Dec 2008 02:35:51 GMT Message-Id: <200812160235.mBG2ZpGR023623@freefall.freebsd.org> To: osela@tactline.co.il, kensmith@FreeBSD.org, freebsd-bugs@FreeBSD.org From: kensmith@FreeBSD.org Cc: Subject: Re: bin/14946: rmt(8) remote magtape protocol X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Dec 2008 02:35:52 -0000 Synopsis: rmt(8) remote magtape protocol State-Changed-From-To: suspended->closed State-Changed-By: kensmith State-Changed-When: Tue Dec 16 02:31:33 UTC 2008 State-Changed-Why: I verified using ufsdump from a Solaris-10 machine to a FreeBSD 7.1-RC1 machine with the target being a real tape drive works just fine. If the target is a plain file it doesn't work and generates the error as described in the second follow-up but rmt was designed to talk to tape drives. You're better off using the approach shown as what works in the second follow-up. For example even on systems where rmt does tolerate talking to a file the file needs to already exist, it won't create it for you. http://www.freebsd.org/cgi/query-pr.cgi?pr=14946