From owner-freebsd-stable Mon Sep 2 1:21:56 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C33B37B400 for ; Mon, 2 Sep 2002 01:21:51 -0700 (PDT) Received: from postoffice.aims.com.au (eth0.lnk.aims.com.au [203.31.73.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CA5643E77 for ; Mon, 2 Sep 2002 01:21:49 -0700 (PDT) (envelope-from chris@aims.com.au) Received: from postoffice.aims.com.au (nts-ts1.aims.private [192.168.10.2]) by postoffice.aims.com.au with ESMTP id g828LlP04304 for ; Mon, 2 Sep 2002 18:21:48 +1000 (EST) (envelope-from chris@aims.com.au) Received: from ntsts1 by aims.com.au with SMTP (MDaemon.v3.5.3.R) for ; Mon, 02 Sep 2002 17:51:48 +1000 Reply-To: From: "Chris Knight" To: Cc: Subject: RE: /dev/vnn0c: filesystem full while making release Date: Mon, 2 Sep 2002 17:51:46 +1000 Message-ID: <026e01c25255$96f43600$020aa8c0@aims.private> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Importance: Normal X-Return-Path: chris@aims.com.au X-MDaemon-Deliver-To: freebsd-stable@freebsd.org Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Howdy, The device node and the mount point are in the chrooted environment. The easiest way around this is to do the following: chroot CHROOTDIR /bin/sh umount /mnt exit Simply replace CHROOTDIR with the value you are specifying with your make release command. Regards, Chris Knight Systems Administrator AIMS Independent Computer Professionals Tel: +61 3 6334 6664 Fax: +61 3 6331 7032 Mob: +61 419 528 795 Web: http://www.aims.com.au > -----Original Message----- > From: Ruben de Groot > Sent: Monday, 2 September 2002 17:43 > To: list-freebsd-stable@aims.com.au > Subject: /dev/vnn0c: filesystem full while making release > > > Hi there, > > I've been doing daily make releases of -stable for some time now. > Today and yesterday I got an error: > > cpio: write error: No space left on device > *** Error code 1 > > This happens while making the floppy images. This leaves me with: > > ruben@ei$ df -k > Filesystem 1K-blocks Used Avail Capacity Mounted on > [...] > /dev/vnn0c 1407 1401 -8 101% /mnt > > But I don't have a /dev/vnn0c, so when I try umounting this I get: > > umount: unmount of /mnt failed: Invalid argument > > Does anyone know how to recover from this error? > I don't want to reboot the machine each time this happens. > > greetings, > Ruben > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message