From owner-freebsd-bugs Tue Mar 18 08:50:08 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA06923 for bugs-outgoing; Tue, 18 Mar 1997 08:50:08 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA06906; Tue, 18 Mar 1997 08:50:03 -0800 (PST) Date: Tue, 18 Mar 1997 08:50:03 -0800 (PST) Message-Id: <199703181650.IAA06906@freefall.freebsd.org> To: freebsd-bugs Cc: From: Bill Fenner Subject: Re: misc/3020: remote dump failed Reply-To: Bill Fenner Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR misc/3020; it has been noted by GNATS. From: Bill Fenner To: mayleung@cuhk.edu.hk Cc: freebsd-gnats-submit@freebsd.org Subject: Re: misc/3020: remote dump failed Date: Tue, 18 Mar 1997 08:39:34 PST mayleung@cuhk.edu.hk wrote: > DUMP: Protocol to remote tape server botched (code "sh: rmt: not found"). If the "rmt" program is not in your path on the remote machine, you need to use the RMT environment variable to tell dump where the program is located. e.g. $ export RMT=/usr/sbin/rmt $ dump 0uf root@hp735c:/dev/rmt/c201d2m /var if "rmt" is in /usr/sbin on hp735c. I don't know where it really is; log on to hp735c and look for it by hand. Bill