Bug 210 - tar support for rsh doesn't work
Summary: tar support for rsh doesn't work
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: gnu (show other bugs)
Version: 2.0-RELEASE
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1995-02-06 17:13 UTC by lowell
Modified: 1995-02-06 17:13 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description lowell 1995-02-06 17:13:57 UTC
	The version of tar that comes with the release cannot use a remote
	tape drive via rsh.  Attempts to recompile it myself achieved the same
	result.  The version of tar from FreeBSD 1.1.5.1(RELEASE) works fine
	under the same circumstances.  This is supposedly the same version of
	tar itself.

Fix: 

Obtained tar executable from a FreeBSD 1.1.5.1(RELEASE) machine.
	This operated properly.
	[I haven't found any magical incantations for the tar sources to make
	 them compile a working version.]
How-To-Repeat: 
	bash$ tar -cvf lowell@duras.epilogue.com:fubar *.info
	tar: can't open lowell@duras.epilogue.com:fubar : Input/output error
	bash$ ./tar.darth  -cvf lowell@duras.epilogue.com:fubar *.info
	rsh: warning, using standard rsh: remote host doesn't support Kerberos.
	backup.info
	bash$
Comment 1 Joerg Wunsch freebsd_committer freebsd_triage 1995-04-09 10:21:29 UTC
State Changed
From-To: open->closed

Among many other fixes (e.g. the /etc/rmt symlink), the latest change to 
the rmt utility to create new files with specific permission bits instead of 
random garbage seems to have killed the last show-stopper 
for this.