Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jan 2000 19:33:18 +0100
From:      "D. Rock" <rock@dead-end.net>
To:        Jan Conrad <conrad@th.physik.uni-bonn.de>
Cc:        freebsd-hackers@FreeBSD.ORG
Subject:   Re: Why was rsh removed from the fixit floppy?
Message-ID:  <3886036E.BA79F701@dead-end.net>
References:  <Pine.BSF.4.21.0001191445220.6557-100000@merlin.th.physik.uni-bonn.de>

next in thread | previous in thread | raw e-mail | index | archive | help
Jan Conrad wrote:
> 
> Hi everybody,
> 
> When I tried to clone a FreeBSD 3.3 system some minutes ago I realized
> that rsh was gone from the fixit floppy?
> But telnet is still there (rsh + rlogin is smaller then telnet!!!)
> 
> Why was it removed?
> If there are no good reasons, please could somebody put back rsh onto the
> floppy! Currently I don't see how to do cloning easily without rsh?
Same here.

Had some trouble to dump/restore the system from a life 2nd system.

Finally found a solution:
Created a named pipe on the system with the cloning device and used
restore's integrated rsh capability:

[System A (with the FS to dump)]:
mkfifo /tmp/ufs.dump
dump 0f /tmp/ufs.dump /

[System B (fresh system)]:
cd /mnt
rrestore rvf 1.2.3.4:/tmp/ufs.dump

But sure, rsh would have been quite handy...

Daniel


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3886036E.BA79F701>