From owner-freebsd-questions@FreeBSD.ORG Thu Oct 13 07:04:19 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 DCC9A16A41F for ; Thu, 13 Oct 2005 07:04:19 +0000 (GMT) (envelope-from bjeung@comcast.net) Received: from rwcrmhc12.comcast.net (rwcrmhc14.comcast.net [204.127.198.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5ADF543D46 for ; Thu, 13 Oct 2005 07:04:19 +0000 (GMT) (envelope-from bjeung@comcast.net) Received: from boguslaptop (c-67-188-145-230.hsd1.ca.comcast.net[67.188.145.230]) by comcast.net (rwcrmhc14) with SMTP id <2005101307041801400a6tkte>; Thu, 13 Oct 2005 07:04:18 +0000 Message-ID: <004701c5cfc4$53e25a50$68faa8c0@boguslaptop> From: "Barry Jeung" To: Date: Thu, 13 Oct 2005 00:04:17 -0700 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Subject: Geom Mirror/FS corruption problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2005 07:04:20 -0000 Well I managed to create the problem myself, but I'm going to need some help to fix it, if it can be fixed. Have a i386 5.4 box with a geom mirror. Been running fine for a few months. Determined to ruin BSD's reputation for stability, I removed 'swapoff=yes' from rc.conf. A few reboots later, I install the dovecot port, and notice that even though I changed one of the config files, it's still reading the default settings. Played with that and rebooted a few more times. Noticed clamav and mysql weren't starting at boot anymore. Clamav was complaining about permissions on the log files and the definition databases. Checked permissions, everything looked ok. chown clamav:clamav and chmod 777 out of frustration and still nothing. make deinstall on the port and deleted all remnants. make install, same problem. Seems my mirror is out of sync or something. Ran fsck -f a few times, no complaints. Forced a rebuild of the mirror overnite. Still having the same issues. Is this fixable or is it hosed? I'm leaning towards the later =/. TIA