From owner-freebsd-questions@FreeBSD.ORG Tue Apr 22 11:10:34 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E01537B401 for ; Tue, 22 Apr 2003 11:10:34 -0700 (PDT) Received: from mailhub-4.iastate.edu (mailhub-4.iastate.edu [129.186.140.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC60443FD7 for ; Tue, 22 Apr 2003 11:10:20 -0700 (PDT) (envelope-from bhagedor@iastate.edu) Received: from mailout-2.iastate.edu (mailout-2.iastate.edu [129.186.140.2]) by mailhub-4.iastate.edu (8.9.3p2/8.9.3) with SMTP id NAA14175 for ; Tue, 22 Apr 2003 13:10:15 -0500 Received: from dakine.student.iastate.edu(64.113.71.51) by mailout-2.iastate.edu via csmap id 30648; Tue, 22 Apr 2003 13:15:08 -0500 (CDT) From: "Brandon Hagedorn" To: Date: Tue, 22 Apr 2003 13:10:15 -0500 Message-ID: <007c01c308fa$6ccf5880$33477140@dakine> 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, Build 10.0.4024 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Subject: portupgrade install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 18:10:34 -0000 When doing a make install in the ports, I get this error /var: create/symlink failed, no inodes free mkdir: /var/db/pkg/ruby-rdoc-0.0.0.b2: No space left on device *** Error code 1 Stop in /usr/ports/textproc/ruby-rdoc. *** Error code 1 Stop in /usr/ports/databases/ruby-bdb1. *** Error code 1 %df -H Filesystem Size Used Avail Capacity Mounted on /dev/ad0s1a 528M 43M 443M 9% / /dev/ad0s1f 132M 53M 68M 44% /tmp /dev/ad0s1g 6.7G 5.4G 813M 87% /usr /dev/ad0s1e 1057M 721M 251M 74% /var procfs 4.1K 4.1K 0B 100% /proc FreeBSD version: 4.6.2-RELEASE I don't know why it says no space left on device because I have plenty there. One of my friends said that there are too many files open. Could this be true. If so how do I close them so I can install portupgrade? Any other suggestions? --Brandon