From owner-freebsd-hackers@FreeBSD.ORG Wed Jun 7 09:27:22 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D50816CBF2; Wed, 7 Jun 2006 08:49:47 +0000 (UTC) (envelope-from killa@ebash.it) Received: from mx1.caravan.ru (mx1.caravan.ru [217.23.130.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEEB943D5F; Wed, 7 Jun 2006 08:49:45 +0000 (GMT) (envelope-from killa@ebash.it) Received: from [217.23.131.8] (helo=[10.0.0.41]) by mx1.caravan.ru with esmtp (Exim 4.60) (envelope-from ) id 1Fntja-000Fse-OA; Wed, 07 Jun 2006 12:49:50 +0400 Message-ID: <44869512.9060507@ebash.it> Date: Wed, 07 Jun 2006 12:57:54 +0400 From: "Oleg D." User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050517) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Doug Barton References: <4485416C.5080309@ebash.it> <4485B911.5070906@FreeBSD.org> In-Reply-To: <4485B911.5070906@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Wed, 07 Jun 2006 11:45:36 +0000 Cc: freebsd-hackers@freebsd.org Subject: Re: problem with SCSI X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jun 2006 09:27:23 -0000 Doug Barton wrote: >Oleg D. wrote: > > >>Sorry for some offtopic. >> >>Experiencing some troubles with SCSI disks on FBSD 4.8 >> >> > >This version is way past its useful life. You should seriously plan to >upgrade at the earliest possible moment. > > Maybe, but this machine has some jails on it. And after upgrading main-machine there's a lot work to do to run jails with same world as server runs, upgrading userland, etc... Cause I don't see any reason to run different worlds on main and in jails - this may cause more troubles even. Server runs FBSD 4.8 for when it was released and only one trouble happened... > > >>and looking for advice/solution how to fix/diagnose-more... >> >>What (maybe not) causes troubles: >> >>okey# make clean >>===> Cleaning for m4-1.4_1 >>rm: /usr/ports/devel/m4/work: Directory not empty >>*** Error code 1 >> >> > >Try rebooting to single user mode and running 'fsck -y'. That may help. > >Good luck, > >Doug > > > fsck runs every time when machine comes on after reboot and mountpoints weren't properly dismounted. /etc/rc.conf: fsck_y_enable="YES" fsck_background="NO" And single_mode-fsck_-y was tried too already. So, I don't expect any miracle after your advice Trouble still exists.