From owner-freebsd-stable@FreeBSD.ORG Tue Oct 21 06:37:24 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B38D016A4B3 for ; Tue, 21 Oct 2003 06:37:24 -0700 (PDT) Received: from mail.classy.jp (mail.classY.jp [202.33.21.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85BE243F75 for ; Tue, 21 Oct 2003 06:37:23 -0700 (PDT) (envelope-from fbsdml@typhoon.co.jp) Received: from typhoon.co.jp (218.231.206.44.eo.eaccess.ne.jp [218.231.206.44]) (authenticated bits=0)h9LDb2rQ003199 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 21 Oct 2003 22:37:22 +0900 (JST) Message-ID: <3F953676.9090205@typhoon.co.jp> Date: Tue, 21 Oct 2003 22:36:54 +0900 From: "N. Fung" User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <3F953497.3060602@jak.nl> In-Reply-To: <3F953497.3060602@jak.nl> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-AntiVirus: checked by Vexira Milter 1.0.4; VAE 6.22.0.1; VDF 6.22.0.11 Subject: Re: IDE ATA ATAPI tape drive (AST0) causes system to stop responding. X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2003 13:37:24 -0000 Arjan Knepper wrote: > Hello, > > Recently I installed a Dell PowerEdge 600 SC with FreeBSD > 4.8-RELEASE-p13 for a client. This system has a Seagate STT20000A IDE > tape drive which causes the system to stop responding when using the > tape drive for backups. A hard powercycle is needed to get the system > running again. I had backup and gunzip problems with ATA on my PE600SC too. First, try putting: hw.ata.ata_dma=0 into /boot/loader.conf.local first. That solved my ATA related problem on the PE600SC. N. > > Today the last command issued is: > mt fsf 1 > > The last two lines on the console are: > > AST0: rezero command timeout resetting > ATA2: resetting devices .. > > But it also happend while writing or reading to or from the backup tape > > I have googled around and tried various suggestions but with no succes. > > I also tried FreeBSD-STABLE but problem persists. > > Does anyone have a clue what might be wrong? > > Thanks > Arjan > > dmesg output: > >> atapci0: port >> 0x900-0x90f,0x36c-0x36f,0x168-0x16f,0x3ec-0x3ef,0x1e8-0x1ef irq 11 at >> device 14.0 >> on pci0 >> ata2: at 0x1e8 on atapci0 >> ata3: at 0x168 on atapci0 >> atapci1: port >> 0x8b0-0x8bf,0x374-0x377,0x170-0x177,0x3f4-0x3f7,0x1f0-0x1f7 at device >> 15.1 on pci0 >> ata0: at 0x1f0 irq 14 on atapci1 >> ata1: at 0x170 irq 15 on atapci1 > > >> acd0: DVD-ROM at ata2-master PIO4 >> ast0: TAPE at ata2-slave PIO4 > > > sysctl for ata > >> hw.ata.ata_dma: 1 >> hw.ata.wc: 0 >> hw.ata.tags: 0 >> hw.ata.atapi_dma: 1 > > > kernel config > >> # ATA and ATAPI devices >> device ata >> device atadisk # ATA disk drives >> device atapicd # ATAPI CDROM drives >> device atapifd # ATAPI floppy drives >> device atapist # ATAPI tape drives > > > > > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >