From owner-freebsd-arm@freebsd.org Thu Jul 13 14:34:19 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 9D3C1DA4396 for ; Thu, 13 Jul 2017 14:34:19 +0000 (UTC) (envelope-from sven.reber@nbt.ag) Received: from mail-wm0-x234.google.com (mail-wm0-x234.google.com [IPv6:2a00:1450:400c:c09::234]) (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 35F647A3CF for ; Thu, 13 Jul 2017 14:34:17 +0000 (UTC) (envelope-from sven.reber@nbt.ag) Received: by mail-wm0-x234.google.com with SMTP id f67so28204179wmh.1 for ; Thu, 13 Jul 2017 07:34:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nbt-ag.20150623.gappssmtp.com; s=20150623; h=from:date:to:subject:message-id:organization:mime-version :content-transfer-encoding; bh=hdR2wwlLXqoMoH0tEO5IQNzAJtIFy2HpwwPfSjwfBc4=; b=VkT/RdjJZNFWlgFF8Juqj8hOgf6FdX/gZUp4W+CCMcCFmJrk5ZAhOqA0qpKTNDIx0w x9ypUfwV72uCia2xt6sACHvqq7InoibSTgAkUhn8Qcrmr9BUT5pE37toKovQD4VOoGbD xTEllju1ZlatRDEYkU0e2zSEHHniQVaCcV5uBnUY9EYeCHkMHdytLaPcOaTkwejbShRw fTKJjJUkgBZJ0Z+XkynN396C3AcyXHsRd4vGfPz2pLJbladTHnWylO1vtWcSTGzh0Nmb mvPBu1MkSxFbwUH//xxmQEcP13t1pafqe2Moyvjziy5HNSqSMLY7OLfy3G8RB65RrLcg EZig== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:date:to:subject:message-id:organization :mime-version:content-transfer-encoding; bh=hdR2wwlLXqoMoH0tEO5IQNzAJtIFy2HpwwPfSjwfBc4=; b=htkNtvpJzM3qcyn99YOXguiFCgk28QnaLohB0sl3MUVurYy5EcImLVro1BUginaPHK L71jBypYDgE33ttStQeOj3GmT6DLUnnIX86UMhkKo/82V6TckVRu0HNHVfOSGUbHvjZr mGYqld0cHMtlUW+uQRUXtiCvgyoXE2TIScW+MMztZubEwKi49jtEFFjUMXwUhigg327Q HNMX1UoOXBaBsqvh/tTlFmw0sinixCKYVvmhAnlMLvCAIY8zbKDSmPMuf2ZJx7x9mA/k L19O01OI0ka8uLAIIGmT8nFi9aW8IL37z2b8vJkUxVIOLoF6R85iXQ7yg7pja7ALZ71U cyYw== X-Gm-Message-State: AIVw1101H50KDPC0SMx14uH/9nSsPTiOXAcueZV3r1aAlxEf+Vv1Y2U1 VelI7hpyRQPPWzF1p6DAKA== X-Received: by 10.28.149.209 with SMTP id x200mr2354323wmd.91.1499956453616; Thu, 13 Jul 2017 07:34:13 -0700 (PDT) Received: from unixbase (dslb-088-073-057-180.088.073.pools.vodafone-ip.de. [88.73.57.180]) by smtp.gmail.com with ESMTPSA id p7sm6907981wmf.11.2017.07.13.07.34.13 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 13 Jul 2017 07:34:13 -0700 (PDT) From: sVx X-Google-Original-From: sVx Date: Thu, 13 Jul 2017 16:34:03 +0200 To: freebsd-arm@freebsd.org Subject: RaspberryPi 3 freezes on single user mode (init 1) Message-ID: <20170713163403.10ef76b0@unixbase> Organization: NextBigThing X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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: Thu, 13 Jul 2017 14:34:19 -0000 Hi, I've installed RaspBSD (FreeBSD-aarch64-12.0-GENERIC-320146M.img) on an 4 GB microSD-Card for a RaspberryPi 3. So far it boots and runs fine but I would like to expand the root slice (the only slice) over the full disk space but I cannot enter single user mode. Un-commenting in /etc/rc.conf 'growfs_enable="YES"' and rebooting has no effect. So I tried the manual way via `gpart resize /dev/mmcsd0s2` but growfs(8) cannot expand root because root is mounted -- I guess. So I tried `init 1` which just directly freezes the system as well as `nextboot -o "-s" -k kernel` which hangs right after detecting the keyboard. Guess in both cases it just freezes. Don't know what are the dos and doen'ts for mailing lists and I felt uncomfortable to put the full dmesg into the email. So I've uploaded it here so far to http://textuploader.com/dku3j (So in case you expect it to be directly on the mailing list I can still send it.) Don't know what else to supply because I cannot even see a core dump. (Only checked in root directory.) Anyway for obvious reasons the dmesg is from from multiuser but I Could supply a real screen shot for example. How do you proceed from here or what do I miss maybe? Best regards sVx