From owner-freebsd-questions@FreeBSD.ORG Wed Apr 2 08:03:12 2003 Return-Path: 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 AF08F37B401 for ; Wed, 2 Apr 2003 08:03:12 -0800 (PST) Received: from fuzuli.enderunix.org (64.90.191.122.nyinternet.net [64.90.191.122]) by mx1.FreeBSD.org (Postfix) with SMTP id CA9AC43F93 for ; Wed, 2 Apr 2003 08:03:11 -0800 (PST) (envelope-from freebsd@faruk.net) Received: (qmail 18472 invoked by uid 89); 2 Apr 2003 16:06:22 -0000 Message-ID: <20030402160622.18469.qmail@fuzuli.enderunix.org> From: "Omer Faruk Sen" To: freebsd-questions@freebsd.org Date: Wed, 02 Apr 2003 11:06:21 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: WEOF command timeout X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Apr 2003 16:03:13 -0000 I have an old tape ast0: TAPE at ata0-slave PIO4 But I am having that problem when I try to make backup of my system. It seems a problem with ata0? ast0: WEOF command timeout - resetting ata0: resetting devices .. acd0: removed from configuration ast0: removed from configuration done And here is my kernel conf. # ATA and ATAPI devices device ata0 at isa? port IO_WD1 irq 14 device ata1 at isa? port IO_WD2 irq 15 device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives device atapifd # ATAPI floppy drives device atapist # ATAPI tape drives options ATA_STATIC_ID #Static device numbering What can be the problem? Does it work if I remove at isa? parts at ata0 and ata1. Since the system is far away from me I can not courage to do that :)