From owner-freebsd-questions Mon Aug 12 5:49:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF3D737B400 for ; Mon, 12 Aug 2002 05:49:24 -0700 (PDT) Received: from smtp.web.de (smtp03.web.de [217.72.192.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E37343E65 for ; Mon, 12 Aug 2002 05:49:24 -0700 (PDT) (envelope-from Jan.Lentfer@web.de) Received: from [217.82.35.35] (helo=floundjan.homeip.net) by smtp.web.de with esmtp (WEB.DE(Exim) 4.75 #2) id 17eEdN-0001Jg-00 for freebsd-questions@freebsd.org; Mon, 12 Aug 2002 14:49:21 +0200 Received: from localhost (localhost.lan [127.0.0.1]) by floundjan.homeip.net (Postfix on FreeBSD 4.5) with ESMTP id A81F9359 for ; Mon, 12 Aug 2002 14:49:19 +0200 (CEST) Received: from jan-linnb.lan (jan-linnb.lan [192.168.0.25]) by floundjan.homeip.net (Postfix on FreeBSD 4.5) with ESMTP id EEDCBDD for ; Mon, 12 Aug 2002 14:49:15 +0200 (CEST) Subject: tar from linux to remote freebsd-server From: Jan Lentfer To: freebsd-questions@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 12 Aug 2002 14:48:59 +0200 Message-Id: <1029156540.15440.6.camel@jan-linnb.lan> Mime-Version: 1.0 X-Virus-Scanned: by AMaViS perl-10 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all, I am trying to get a little deeper into tar. I want to use tar to move an archive from a Mandrake Linux system to a Freebsd 4.6 system. The FreeBSD-System hast rshd and rlogind running and tar & gtar are installed. In root's .rhosts file I have the appropriate entry to allow root access from the Mandrake Linux client (rshd works, I tried). On the Mandrake Linux machine I type: # tar cvpf 192.168.0.1:/root/hyzic.tgz Praktikum\ HyZic/ In response I get "Can't execute open"... On my Mandrake System thereis a program /usr/bin/open. In the man pages it says: open - start a program on a new virtual terminal (VT). There is no open on my FreeBSD box, so this looks to be the problem. Anything I can do about that? Thanks a lot in advance, Jan Lentfer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message