From owner-freebsd-questions@freebsd.org Wed Feb 10 06:10:18 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1806CAA326B for ; Wed, 10 Feb 2016 06:10:18 +0000 (UTC) (envelope-from paulbeard@gmail.com) Received: from mail-pa0-x232.google.com (mail-pa0-x232.google.com [IPv6:2607:f8b0:400e:c03::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DFA241B1C for ; Wed, 10 Feb 2016 06:10:17 +0000 (UTC) (envelope-from paulbeard@gmail.com) Received: by mail-pa0-x232.google.com with SMTP id ho8so6621202pac.2 for ; Tue, 09 Feb 2016 22:10:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=aA3Vnx1W9TZe6iiueu3Upaiv5LExz56qJ5hX5+0uZQU=; b=YSPN0Uy0uBGsz0jmeELUjBbxy12StdXrFVpim/ZNhmzyyQxfq/Lh1yu/vsjG4tdr9b lnbQpMGbsIPzdX6N2/lX64y9xK38ZWA5QGmO5hvi7WihuDyk0zhwCIep5zMO0+VuIOro h1WPse6Sf31C0v0yGfWH/H07V7uGLuoDT89JA8+yr7VCLIf2f6wDWPkFQ6uaWv7ggrc+ G1eXbH3zMR21ArH/MetfztAKR8cOXaumN2TP3IXJIWl+rhAf+/VjrwzRECYW8R3VOSeP ELedDSqT1FYHsGy/J69g6eHzQZCUeCqyiaheu9+Bchy80udEE8CuWwtbLaQFFsybE4hH vjnQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=aA3Vnx1W9TZe6iiueu3Upaiv5LExz56qJ5hX5+0uZQU=; b=DDtmow60O8FVRRNvboOZ6wQcHacGrO3l4AAGLU4VrrFbIV0YBqGC1Iv4SFNkTmNUeD RUSCaJgM/jDdGeZK3KnE20N1Wk+/+ffqw2iEs/zWxjbIkCvEFDaNrBO/YAOA0tqQNm/R BDwTrnd3GlAmf7EKv5a4GFn+jsliOxhBUyIahUwW58V9yzY56WQdmCmDpK56Hm7995Ap b50Tf5PZzlkrX8dl3IWTBWAVrjmy/FT9FUNEMyTIJAmIRLhmXcuqzUdowae29dg9PNEz SYfZg9KKdUmIN8xcqrrDAbcWq0nwSxZqPetM7UVjpO1tmDfsX1D1MGFHmz0nPL+SyD5+ kRdA== X-Gm-Message-State: AG10YOSRDE1YXHILS3cStwYzTVj2Xekiq0b94/AfuZwmTeHZ17rZ4fSgaqcxE+GTj2nuEw== X-Received: by 10.66.232.202 with SMTP id tq10mr56066765pac.14.1455084617514; Tue, 09 Feb 2016 22:10:17 -0800 (PST) Received: from [192.168.0.11] (c-76-104-183-96.hsd1.wa.comcast.net. [76.104.183.96]) by smtp.gmail.com with ESMTPSA id n84sm1981080pfa.45.2016.02.09.22.10.15 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 09 Feb 2016 22:10:16 -0800 (PST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) Subject: Re: fsck is failing to clean a filesystem From: Paul Beard In-Reply-To: <20160210160149.V51785@sola.nimnet.asn.au> Date: Tue, 9 Feb 2016 22:10:14 -0800 Cc: freebsd-questions@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <20160210160149.V51785@sola.nimnet.asn.au> To: Ian Smith X-Mailer: Apple Mail (2.3112) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 06:10:18 -0000 > On Feb 9, 2016, at 9:14 PM, Ian Smith wrote: >=20 > I know your problem is with /usr, but I=20 > find the fact that /var is full or too nearly so rather concerning, = and=20 > wonder whether that might have contributed to your problem in some = way,=20 > and whether freeing up some space there might yet help? Yeah, it=E2=80=99s a mess, running a full system in a 64Gb virtual disk = is probably asking for trouble. I think there is some cruft in /var = (databases that are no longer in use) that can be pitched.=20 >=20 > Also, does 'du /usr/lost+found' reveal anything? It was full of stuff /usr/src, best I could make out. Not sure why it = all ended up in there.=20=