From owner-freebsd-current@freebsd.org Wed Jul 6 16:59:50 2016 Return-Path: Delivered-To: freebsd-current@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 222FEB7554B for ; Wed, 6 Jul 2016 16:59:50 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id F2E0D1185 for ; Wed, 6 Jul 2016 16:59:49 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id ED5AAB75549; Wed, 6 Jul 2016 16:59:49 +0000 (UTC) Delivered-To: current@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 ECF23B75548 for ; Wed, 6 Jul 2016 16:59:49 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C36111182 for ; Wed, 6 Jul 2016 16:59:49 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id 2448B2032B; Wed, 6 Jul 2016 12:59:42 -0400 (EDT) Received: from web4 ([10.202.2.214]) by compute2.internal (MEProxy); Wed, 06 Jul 2016 12:59:42 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=3q2tPMfe6lzoMFg vfY3Sw8rgLqc=; b=Br/c0ycEwZtQJ7SQWIHbzpuC4h6izGjmOcFtIWmHUBMM2ap /8mdkw8aZLrGjCLTQwdecYrTFzvwXYAASdjQohREYbxPdpwAoXllPCKFhJ4vWEZH 3Mmu0dSZIydm+XY5QZQYh7FrfLmC9KZHn7kq225Vm5pfFHhJBN30gt1zb8hI= Received: by mailuser.nyi.internal (Postfix, from userid 99) id EB5BECC6C9; Wed, 6 Jul 2016 12:59:41 -0400 (EDT) Message-Id: <1467824381.1527903.658633769.61556071@webmail.messagingengine.com> X-Sasl-Enc: WSF/OCFLUgV0W5AevD21CaBs7LeRi5e3uy0yNVVKrI4s 1467824381 From: Mark Felder To: Jeffrey Bouquet , current MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-22cd3445 In-Reply-To: References: Subject: Re: Issues to maybe prioritize before pkg-base Date: Wed, 06 Jul 2016 11:59:41 -0500 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jul 2016 16:59:50 -0000 On Tue, Jul 5, 2016, at 13:01, Jeffrey Bouquet wrote: > Main disk would not boot cleanly. > could not fsck_ffs, cannot find inode > files went missing from /etc (make.conf, pf.conf, firewall*, > file went missing from rc.d > files went missing from /etc/X11 > shell history file remained locked. > find suddenly could not find /usr/local/lib/*/libc.so.5 > freecolor could not find its libraries > Xorg could not find lib* in /usr/local/lib > > > etc > somewhat fixed those from backup. > Which hosed the latest pkg install * upgrades (byobu bump, etc) which I > reinstalled > Put the disk on backup, latter mountroot, ran fsck_ffs on the failing > disk /root and /usr, multiple times, > ...... > Inexplicably got all libraries back, working, and files restored AS FAR > AS I KNOW > but as usual in this case, which happens at least twice a year, although > I restore > the desktop and programs (usually) to a working state, with adequate > backups, Are you getting UFS corruption and have SU+J enabled? You might want to turn off SU+J and just use SU. That's probably the issue. -- Mark Felder ports-secteam member feld@FreeBSD.org