From owner-freebsd-arm@FreeBSD.ORG Wed Feb 18 08:15:35 2015 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 764A4C4F for ; Wed, 18 Feb 2015 08:15:35 +0000 (UTC) Received: from mail-ie0-f177.google.com (mail-ie0-f177.google.com [209.85.223.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 458DEDA for ; Wed, 18 Feb 2015 08:15:35 +0000 (UTC) Received: by iecrp18 with SMTP id rp18so31601293iec.9 for ; Wed, 18 Feb 2015 00:15:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=MICrVIzBgUVnNt0heV6SW98/X6DVdpRhF7iJUL5UCSs=; b=DVtoz7S8HXy8MeAOWTycQyNhazoTdhlvD2ylMWLnIXI9IE1ie+hnsoDbDF2AmYUrPw q8wmdv9xbVSQEfICFHONqYoO9I6kAZmQlvQfllB5LP7ge/7S00Z/4WHLyZbqJJ6mUKgV t7J7oUkcIPM+Ox6mWMrPmi2Z1wjbyYshSeIZdWeC0Q/1LUhKcc9Jv2Cp07nsjC4QBZ4W TkYUsW1kM6frFwaH/eKlAIkCQb/CC8rzwh5FQMJ1TO52xjunTTsNeh4ghFzYFzckVFg9 7ubRZVoQCxBnYDMUWaJP7MO5RMc2d75M+KOg45LAL9pXn64u6cYXYauuEwB086Mp94o2 Ubkw== MIME-Version: 1.0 X-Received: by 10.50.66.243 with SMTP id i19mr1464706igt.7.1424247334244; Wed, 18 Feb 2015 00:15:34 -0800 (PST) Received: by 10.64.224.243 with HTTP; Wed, 18 Feb 2015 00:15:34 -0800 (PST) In-Reply-To: <20150217105641.16c56dcf@ivory.wynn.com> References: <20150216190513.7abd7906@ivory.wynn.com> <20150217105641.16c56dcf@ivory.wynn.com> Date: Wed, 18 Feb 2015 09:15:34 +0100 Message-ID: Subject: Re: Panic on disk write BBone USB From: Svatopluk Kraus To: Brett Wynkoop Content-Type: text/plain; charset=UTF-8 Cc: freebsd-arm@freebsd.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 08:15:35 -0000 On Tue, Feb 17, 2015 at 4:56 PM, Brett Wynkoop wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Tue, 17 Feb 2015 11:23:53 +0100 > Svatopluk Kraus wrote: > >> IMHO, the panic is there for sanity reason to not do more damage if >> something is wrong. Most likely your filesystem is corrupted. Run fsck >> on it. >> >> Svatopluk Kraus >> > > Greeting- > > The crash was on writing to a freshly created ufs filesystem with > softupdates enabled. > > - -Brett > So fresh filesystem. What about growfs? Did you have autoresize enabled? I saw some thread about problems with growfs. Svatopluk Kraus