From owner-freebsd-isp Tue Feb 20 06:00:41 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA13827 for isp-outgoing; Tue, 20 Feb 1996 06:00:41 -0800 (PST) Received: from xioa.cosmic.org (xioa.cosmic.org [205.218.96.207]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id GAA13820 for ; Tue, 20 Feb 1996 06:00:37 -0800 (PST) Received: (from jwb@localhost) by xioa.cosmic.org (8.6.12/8.6.9) id JAA02394 for freebsd-isp@freebsd.org; Tue, 20 Feb 1996 09:01:39 GMT From: Joe Beiter Message-Id: <199602200901.JAA02394@xioa.cosmic.org> Subject: rdump supported?? To: freebsd-isp@freebsd.org Date: Tue, 20 Feb 1996 09:01:39 +0000 () X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-isp@freebsd.org Precedence: bulk Anyone know if there are problems with rdump on freebsd 2.1? I'm trying to dump to an osf/1 system. This command: rdump -f foo.bar.com:/dev/4mm / On a freebsd 2.1 system yeilds the following output: ------ bash# rdump -f foo.bar.com:/dev/4mm / DUMP: Date of this level 0 dump: Tue Feb 20 04:00:07 1996 DUMP: Date of last level 0 dump: the epoch DUMP: Dumping /dev/rsd0a (/) to /dev/4mm on host foo.bar.com DUMP: mapping (Pass I) [regular files] DUMP: mapping (Pass II) [directories] DUMP: estimated 113332 tape blocks on 2.91 tape(s). DUMP: Protocol to remote tape server botched (code "bash: rmt: command not fou nd"). rdump: Lost connection to remote host. DUMP: Bad return code from dump: 1 ------- I've checked the obvious things like path and the man pages to dump,rdump, and rmt. The same command works on other osf/1 systems.