From owner-freebsd-questions Thu Aug 9 18:44:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe46.law11.hotmail.com [64.4.16.18]) by hub.freebsd.org (Postfix) with ESMTP id 0518637B405 for ; Thu, 9 Aug 2001 18:44:46 -0700 (PDT) (envelope-from vipor_1@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 9 Aug 2001 18:44:45 -0700 X-Originating-IP: [24.13.23.97] Reply-To: "vipor" From: "vipor" To: "Jonathan Chen" Cc: References: <001001c12126$95ff60a0$0400a8c0@ocnsd1.sdca.home.com> <20010810105656.A2974@itouchnz.itouch> <20010810123406.A10055@itouchnz.itouch> Subject: Re: seeking help--- my /tmp is full ---109 % Date: Thu, 9 Aug 2001 18:48:38 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: X-OriginalArrivalTime: 10 Aug 2001 01:44:45.0807 (UTC) FILETIME=[088A87F0:01C1213E] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Yes I did Check the subdirectories in /tmp and they are not full .. side note: I found out that my /tmp was full when i was trying to setup mod_php3 I was in /usr/ports/www/mod_php3 and i did a make it info me that my /tmp was full could that have something to do with it. in the /tmp dir-I did the following # fstat /tmp USER CMD PID FD MOUNT INUM MODE SZ|DV R/W NAME root fstat 1630 wd /tmp 2 drwxrwxrwt 512 r /tmp root csh 1619 wd /tmp 2 drwxrwxrwt 512 r /tmp # fstat -f /tmp USER CMD PID FD MOUNT INUM MODE SZ|DV R/W root fstat 1631 wd /tmp 2 drwxrwxrwt 512 r root csh 1619 wd /tmp 2 drwxrwxrwt 512 r ----- Original Message ----- From: "Jonathan Chen" To: "vipor" Cc: Sent: Thursday, August 09, 2001 5:34 PM Subject: Re: seeking help--- my /tmp is full ---109 % > [Please don't remove the Cc: freebsd-questions] > On Thu, Aug 09, 2001 at 05:32:44PM -0700, vipor wrote: > > # fstat /tmp > > USER CMD PID FD MOUNT INUM MODE SZ|DV R/W NAME > > root fstat 1535 wd /tmp 2 drwxrwxrwt 512 r /tmp > > root csh 1533 wd /tmp 2 drwxrwxrwt 512 r /tmp > > user csh 1524 wd /tmp 2 drwxrwxrwt 512 r /tmp > > > > Oops. That should be: > > # fstat -f /tmp > > which will give your more info about the file-system. I take it you did > check the subdirectories in /tmp to make sure that they aren't choca-full > already? > > Cheers. > -- > Jonathan Chen > ---------------------------------------------------------------------- > "Only the meek get pinched. The bold survive." > - Ferris Bueller > > ----- Original Message ----- > > From: "Jonathan Chen" > > To: "vipor" > > Cc: > > Sent: Thursday, August 09, 2001 3:56 PM > > Subject: Re: seeking help--- my /tmp is full ---109 % > > > > > > > On Thu, Aug 09, 2001 at 03:56:54PM -0700, vipor wrote: > > > > hello, > > > > can someone please assist me I am at a loss, my /tmp directory is > > obviously > > > > full. But I'm unable to determine why. > > > > and most important I'm also unable to fix this with my current skills > > and > > > > abilities. > > > > If anyone has any ideas on how to fix this..? > > > > > > [...] > > > > > > I'd suspect that some process is holding a file in /tmp open. If you > > > can determine the process and kill/stop it, you'll get back your > > > space. What does: > > > > > > # fstat /tmp > > > > > > tell you? > > > -- > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message