From owner-freebsd-fs@freebsd.org Tue Aug 1 16:22:37 2017 Return-Path: Delivered-To: freebsd-fs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 47B61DB2422 for ; Tue, 1 Aug 2017 16:22:37 +0000 (UTC) (envelope-from demis@yandex.ru) Received: from forward102p.mail.yandex.net (forward102p.mail.yandex.net [IPv6:2a02:6b8:0:1472:2741:0:8b7:102]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0737E82049 for ; Tue, 1 Aug 2017 16:22:37 +0000 (UTC) (envelope-from demis@yandex.ru) Received: from mxback6g.mail.yandex.net (mxback6g.mail.yandex.net [IPv6:2a02:6b8:0:1472:2741:0:8b7:167]) by forward102p.mail.yandex.net (Yandex) with ESMTP id B30354301C35 for ; Tue, 1 Aug 2017 19:22:18 +0300 (MSK) Received: from web39g.yandex.ru (web39g.yandex.ru [95.108.252.209]) by mxback6g.mail.yandex.net (nwsmtp/Yandex) with ESMTP id wmdPzslmfk-MILq5On0; Tue, 01 Aug 2017 19:22:18 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1501604538; bh=qXs5lcu8cJPz81KXjLtPuwrPO7sZDK/A5mczRrfGciY=; h=From:To:Subject:Message-Id:Date; b=gdzAD1vQRcMXowNdnyBnaYZINPd8M96vdU9Ss58LkLWw3A4FKjkCJbjlOvsWMP9HO sgoGI1Epi3kDDoEBx4pU5+YI/vu4ZoCmpPlgAC37z6K+3O6EVKWj5rUzdGcz4GwuKl kRHqHzmQV1gkhAzMmHtR9ExTszZ0gu8JjawqiiLI= Authentication-Results: mxback6g.mail.yandex.net; dkim=pass header.i=@yandex.ru Received: by web39g.yandex.ru with HTTP; Tue, 01 Aug 2017 19:22:18 +0300 From: DemIS To: freebsd-fs Subject: Re-installing clean system with resizing partitions causes a kernel panic MIME-Version: 1.0 Message-Id: <3534511501604538@web39g.yandex.ru> X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Tue, 01 Aug 2017 19:22:18 +0300 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Aug 2017 16:22:37 -0000 Can someone verify and explain why a simple re-installing clean system with resizing partitions causes a kernel panic? Tested on FreeBSD 9.3 , 10.3, 11.0. The effect is easily repeated in VirtualBox with a fixed size of VM. Demis.