From owner-freebsd-stable@FreeBSD.ORG Fri Apr 27 15:26:47 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4841B1065673 for ; Fri, 27 Apr 2012 15:26:47 +0000 (UTC) (envelope-from efraindector@motumweb.com) Received: from mail-pz0-f44.google.com (mail-pz0-f44.google.com [209.85.210.44]) by mx1.freebsd.org (Postfix) with ESMTP id 101468FC0C for ; Fri, 27 Apr 2012 15:26:47 +0000 (UTC) Received: by dadz14 with SMTP id z14so3817832dad.17 for ; Fri, 27 Apr 2012 08:26:46 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:from:to:cc:references:in-reply-to:subject:date :organization:mime-version:content-type:content-transfer-encoding :x-priority:x-msmail-priority:importance:x-mailer:x-mimeole :x-gm-message-state; bh=B4k5zdX2pCBPY5NxsTR1GjU7bP8FV59uWf5IgZOa7gw=; b=KBjKAieWceCMMxeVX0Y0Vpnw/4dXmKyu0twpjT1DBVIPNc7br/hGgzQ+9kK9aNe7nl 1eBdi5eFsM1zyK31emG7lwB2w0otUEpjKHNQ9JuK/h5Ro0y8hxboIhjp0h8k33ZB+9/X uKkNzsJYSdL02K5j2aRg7w2Q3BP/nxWGrEFVzduD+uA6V1QezsWUfVzv0AJbzWZVr1Rs 6L2Q2CBLwqNwx/akthEMB7S5Argt/ZHBcJyWV2t/7M04OEeh5exOe/QqGBM1Rt54alhs vPMJrB87KFXryPI+EPpUk3jLBsGUVn21NJSdupp8mNb1vI68sJTGxLAQ+pfwxIvLUiox t2VQ== Received: by 10.68.237.71 with SMTP id va7mr18865516pbc.51.1335540406838; Fri, 27 Apr 2012 08:26:46 -0700 (PDT) Received: from CMOTUM25PC ([187.171.5.249]) by mx.google.com with ESMTPS id gl7sm3802132pbc.10.2012.04.27.08.26.41 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 27 Apr 2012 08:26:45 -0700 (PDT) Message-ID: From: =?UTF-8?Q?Efra=C3=ADn_D=C3=A9ctor?= To: "Tom Evans" , "Damien Fleuriot" References: <4E9B7F6B991C46BF9CCBC03F72A56AFB@CMOTUM25PC><795E082973104798BB84124E63C556CB@CMOTUM25PC><4F9AB906.7000400@my.gd> In-Reply-To: Date: Fri, 27 Apr 2012 10:26:37 -0500 Organization: =?UTF-8?Q?HESA_T=C3=A9cnica?= MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="UTF-8"; reply-type=original Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 15.4.3555.308 X-MimeOLE: Produced By Microsoft MimeOLE V15.4.3555.308 X-Gm-Message-State: ALoCoQkl5bNXagocJMXb7Zvlt/Yvu0l7WCusv/MZoSnSHEBZbhjMyPlUaVFAphJxuaAHLh7BW8Ll Cc: freebsd-stable@freebsd.org Subject: Re: /var getting full X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Apr 2012 15:26:47 -0000 Thank you all. I found out that a Java process was using all this space. I restarted it and voilá problem solved. Thanks. -----Mensaje original----- From: Tom Evans Sent: Friday, April 27, 2012 10:22 AM To: Damien Fleuriot Cc: freebsd-stable@freebsd.org Subject: Re: /var getting full On Fri, Apr 27, 2012 at 4:19 PM, Damien Fleuriot wrote: > Type: > sync > > > Then: > df -h > > Then: > cd /var && du -hd 1 > > > Post results. > As well as this, any unlinked files that have file handles open by running processes will not be accounted for in du, but will be counted in df. You could try restarting services that write to /var. Cheers Tom _______________________________________________ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"