From owner-freebsd-questions Tue Jan 31 08:41:42 1995 Return-Path: questions-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id IAA21496 for questions-outgoing; Tue, 31 Jan 1995 08:41:42 -0800 Received: from cmc.eng.comsat.com (cmc.eng.comsat.com [134.133.169.1]) by freefall.cdrom.com (8.6.9/8.6.6) with SMTP id IAA21490 for ; Tue, 31 Jan 1995 08:41:41 -0800 Received: from cmc (cmc.eng.comsat.com) by cmc.eng.comsat.com (4.1/SMI-4.1) id AA21476; Tue, 31 Jan 95 11:40:32 EST Date: Tue, 31 Jan 1995 11:29:15 -0500 (EST) From: MARC Giannoni Reply-To: MARC Giannoni Subject: Remote Tape manipulations To: FreeBSD-questions@freefall.cdrom.com Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Sender: questions-owner@FreeBSD.org Precedence: bulk System: FreeBSD-2.0 from Walnut Creek CDROM. Problem: `tar -tvf host:/dev/tape` gives the error: "kernel: pid: 2505: tar: uid 0: exited on signal 11" "tar: can't open host:/dev/tape : input/output error" I tested 'rsh' and it works OK, so the configs are alright. I used gdb on tar and things were ok up to the fork() in 'rtapelib.c' function 'rmt_open()'. Debugging across a fork() isn't my specialty yet! I tried to use -DHAVE_NETDB_H since this is supported, but this did not help. Have there been any bug reports, or do I still need to do more homework?