From owner-freebsd-geom@FreeBSD.ORG Wed Sep 30 23:35:05 2009 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4672106566B for ; Wed, 30 Sep 2009 23:35:05 +0000 (UTC) (envelope-from dnaeon@gmail.com) Received: from mail-fx0-f222.google.com (mail-fx0-f222.google.com [209.85.220.222]) by mx1.freebsd.org (Postfix) with ESMTP id 56F1E8FC15 for ; Wed, 30 Sep 2009 23:35:04 +0000 (UTC) Received: by fxm22 with SMTP id 22so2361299fxm.36 for ; Wed, 30 Sep 2009 16:35:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=0+/YlNNo8DcupH7QzUHr1J3z56xPu6+E2tqiSteHG0c=; b=pDgt89oHIUb6Ov84ZUVaXFUmczC9lBnSq6XjQl7X/PEzwYZJggjKu/BiAraTslLLdb efwHqITLADbszhUs9/6v0DqebxWZ9s2pwSJ35OhAnrmflNiSUGXa+xpeOZjsMe68TiUO vEVrcDU6yBGq+lOn0JRhW0W1swFAo34ysZJG0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=s317B1Lv+/P81MCM+W6b/jgP1D9hgdBQN8z3nKmjQfT6R3VXDeSmpV9hdQGOEpMsFn CXcv/uwknhT7vxQZKO6rVUaDjsPkvIScJe4u9anZ5l3/X/DX8RHFcmTmlxl5qMKZzbA1 taUq12Wn771cM/4daYyL7ZaJw8T3dVcXcjRCA= Received: by 10.86.192.34 with SMTP id p34mr525613fgf.28.1254351889608; Wed, 30 Sep 2009 16:04:49 -0700 (PDT) Received: from tsunami.bsdworld (unix-heaven.org [95.111.44.219]) by mx.google.com with ESMTPS id e11sm79097fga.3.2009.09.30.16.04.48 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 30 Sep 2009 16:04:49 -0700 (PDT) Message-ID: <4AC3E432.9010603@gmail.com> Date: Thu, 01 Oct 2009 02:05:22 +0300 From: Marin Atanasov User-Agent: Thunderbird 2.0.0.23 (X11/20090906) MIME-Version: 1.0 To: freebsd-geom@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: gmirror issue? X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Sep 2009 23:35:05 -0000 Hi, I was doing some tests under 8.0-RC1 and noticed that when I set-up a root partition with gmirror, after the first reboot with the new mirrored root partition the system is not able to continue the boot process. The error message that is being printed is this: pid 63 (swapon), uid 0: exited on signal 11 .... pid 65: (fsck), uid 0: exited on signal 11 Segmentation fault Unknown error; help! ERROR: ABORTING BOOT (sending SIGTERM to parent)! The full details about the implementation setup I'm using with gmirror/gvinum are described here: http://www.daemonforums.org/showthread.php?p=27010#post27010 Regards, Marin