From owner-freebsd-arm@freebsd.org Fri Apr 28 12:08:29 2017 Return-Path: Delivered-To: freebsd-arm@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 D115CD54811 for ; Fri, 28 Apr 2017 12:08:29 +0000 (UTC) (envelope-from aggaz@paranoici.org) Received: from latitanza.investici.org (latitanza.investici.org [IPv6:2001:888:2000:56::19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.autistici.org", Issuer "Autistici/Inventati Certification Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 9D58E1A38 for ; Fri, 28 Apr 2017 12:08:29 +0000 (UTC) (envelope-from aggaz@paranoici.org) Received: from [82.94.249.234] (latitanza [82.94.249.234]) (Authenticated sender: aggaz@paranoici.org) by localhost (Postfix) with ESMTPSA id 4D6BC120832 for ; Fri, 28 Apr 2017 12:08:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=paranoici.org; s=stigmate; t=1493381299; bh=6woXrsXYk/L2PDDSJ+OqMsqZ8YnfAmF5SaM4pz0wer0=; h=Subject:To:References:From:Date:In-Reply-To; b=HYwmZD5sodCnwqmWfILLNe7MGYBJPbpjwY2edSnccV+H4tkwLqZK7Mq3trxbIVEof qj1Rovwl25SU2l0QfkFoMmf6f8IchYL/ekM7Ak19wK1fskpgcFbLSnE7mhX1SYu+OW jVi39x8PSVQBOIdW8HsNrE5OAmTHghFenuOrIL88= Subject: Re: FreeBSD 12-CURRENT on OrangePi One To: freebsd-arm@freebsd.org References: From: aggaz Message-ID: Date: Fri, 28 Apr 2017 14:08:18 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Apr 2017 12:08:29 -0000 Glad it helped. To solve your problem try to disable growfs in /etc/rc.conf. Then you can grow the partition manually as described here: https://www.freebsd.org/doc/handbook/disks-growing.html If you want to do it in ssh and you get strange errors try to use growfs as a service and not as a command as described here: https://www.digitalocean.com/community/questions/freebsd-growfs-operation-not-permitted-aka-enlarge-your-partition I just did that on OrangePi One and it worked. aggaz Il 28/04/2017 14:00, freebsd-arm-request@freebsd.org ha scritto: > I'm getting exactly this same error on RPI3 and beaglebone black > (vm_fault: pager read error, pid 1 (init)). And I reported here: > > http://freebsd.1045724.x6.nabble.com/HEAD-on-RPI3-td6181434.html > > The new gotcha is your report that this is related with Growfs. Thank > you by your report. Now I know that my environment is clean and I'm not > crazy. > > []'s > -Otacilio