From owner-freebsd-questions Tue Oct 29 16:08:17 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA12492 for questions-outgoing; Tue, 29 Oct 1996 16:08:17 -0800 (PST) Received: from scanner.worldgate.com (scanner.worldgate.com [198.161.84.3]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id QAA12480 for ; Tue, 29 Oct 1996 16:08:13 -0800 (PST) Received: from znep.com (uucp@localhost) by scanner.worldgate.com (8.7.5/8.7.3) with UUCP id RAA21353; Tue, 29 Oct 1996 17:08:06 -0700 (MST) Received: from localhost (marcs@localhost) by alive.ampr.ab.ca (8.7.5/8.7.3) with SMTP id RAA01634; Tue, 29 Oct 1996 17:06:40 -0700 (MST) Date: Tue, 29 Oct 1996 17:06:39 -0700 (MST) From: Marc Slemko X-Sender: marcs@alive.ampr.ab.ca To: Mike Salmons cc: questions@freebsd.org Subject: Re: dump and rmt In-Reply-To: <199610291948.LAA26266@knuth.plaza.ds.adp.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk As has already been mentioned, be sure that rmt exists on knuth. Also be sure that it is in the path that dump ends up with, which may be different than your normal path if things are setup in a certain way. Do a: rsh knuth "echo \$PATH" To find out for sure what that path is. On Tue, 29 Oct 1996, Mike Salmons wrote: > marvin# rdump 0f knuth:/dev/nst0 / > DUMP: Date of this level 0 dump: Tue Oct 29 12:48:28 1996 > DUMP: Date of last level 0 dump: the epoch > DUMP: Dumping /dev/rwd0a (/) to /dev/nst0 on host knuth > DUMP: mapping (Pass I) [regular files] > DUMP: mapping (Pass II) [directories] > DUMP: estimated 14352 tape blocks on 0.37 tape(s). > DUMP: Protocol to remote tape server botched (code "rmt: not found"). > rdump: Lost connection to remote host. > DUMP: Bad return code from dump: 1 > > What does this mean, rmt is there? Not much in the documents on rmt. > > marvin# ls -l /usr/sbin/rmt > -r-xr-xr-x 1 bin bin 12288 Nov 16 1995 /usr/sbin/rmt > >