From owner-freebsd-questions@FreeBSD.ORG Sat Feb 1 21:51:47 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3AF0C9AE for ; Sat, 1 Feb 2014 21:51:47 +0000 (UTC) Received: from mail-ob0-x22a.google.com (mail-ob0-x22a.google.com [IPv6:2607:f8b0:4003:c01::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0459F117C for ; Sat, 1 Feb 2014 21:51:46 +0000 (UTC) Received: by mail-ob0-f170.google.com with SMTP id va2so6510916obc.1 for ; Sat, 01 Feb 2014 13:51:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=p1sUBrQwTxU8QUXb6bKw0zW4+5+4FbpiFeqYRfEj5aY=; b=B5M5SaqVkqZQCaFD7Su5tgx+lD+2+sGProRBov/G3TDvRo757Rn/d91z0oUGwI+Gp9 K/vB+AQAhAJ0qnXQvX33pf082LuDiDTzLox3e0StxfaTtwfV4hf4pW/wxx6RPHR7iHa4 DeFQtYZiXLWqiYvazCrxsNRw8QG1Pa9Sx2rNqnoqgGq0NsEjNGBguoK1RfUaLSGs+qw5 faA5S1nagzC+F4RbQRrWjFGNYy5qSKiHtUJu9q/L7sxJ+Q0whNQ8Ye8tAOrWTFLRy7l6 vjxDdJVuvE20Dz4dBX30BgSLx+fqmaiGR6NWX92MthMx5ppr+2UERp5x/y00soCxmttH bAIg== MIME-Version: 1.0 X-Received: by 10.60.246.104 with SMTP id xv8mr23275188oec.18.1391291506234; Sat, 01 Feb 2014 13:51:46 -0800 (PST) Received: by 10.182.45.228 with HTTP; Sat, 1 Feb 2014 13:51:46 -0800 (PST) Date: Sat, 1 Feb 2014 13:51:46 -0800 Message-ID: Subject: No space left on device during freebsd-update install (stage 1) From: Patrick To: FreeBSD Questions Mailing List Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Feb 2014 21:51:47 -0000 $ sudo freebsd-update install Installing updates... /: write failed, filesystem is full install: ///boot/kernel/INS@9Y2g: No space left on device Kernel updates have been installed. Please reboot and run "/usr/sbin/freebsd-update install" again to finish installing updates. I was just doing an update from FreeBSD 9.2 to 10, and my root partition filled up on the first "install" stage (after running freebsd-update -r 10.0-RELEASE upgrade). Is there a way I can redo that first "freebsd-update install" step? I'm concerned that the files didn't get copied over fully, and rebooting may leave me with a broken system. *checks man page* Okay, so looks like I'll be doing freebsd-update rollback and start over. Seems like freebsd-update should detect an error like a write failed though...