From owner-freebsd-current@freebsd.org Thu Jan 25 23:14:50 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 951E3ED45CD for ; Thu, 25 Jan 2018 23:14:50 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "troutmask", Issuer "troutmask" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 202447743C for ; Thu, 25 Jan 2018 23:14:50 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.15.2/8.15.2) with ESMTPS id w0PNEh0G001159 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Thu, 25 Jan 2018 15:14:43 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.15.2/8.15.2/Submit) id w0PNEgiB001158 for freebsd-current@freebsd.org; Thu, 25 Jan 2018 15:14:42 -0800 (PST) (envelope-from sgk) Date: Thu, 25 Jan 2018 15:14:42 -0800 From: Steve Kargl To: freebsd-current@freebsd.org Subject: Wedge system == lost files Message-ID: <20180125231409.GA940@troutmask.apl.washington.edu> Reply-To: sgk@troutmask.apl.washington.edu MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.9.2 (2017-12-15) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 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: Thu, 25 Jan 2018 23:14:50 -0000 So, my system just wedge itself. No panic. No keyboard. No mouse. No remote login. Nothing. Just wedged. The system is FreeBSD 12.0-CURRENT r326432 Fri Dec 1 2017 amd64. Imagine my surprise when I rebooted system and the file I had been editing (and saving after every change) is gone. /usr/lost+found is empty. The file pl19-21.tex is gone along with a few files from latex. -rw-r--r-- 1 kargl kargl - 0 Jan 25 14:53 pl19-21.aux -rw-r--r-- 1 kargl kargl - 0 Jan 25 14:53 pl19-21.log -rw-r--r-- 1 kargl kargl - 0 Jan 25 14:53 pl19-21.out -rw-r--r-- 1 kargl kargl - 0 Jan 25 14:53 pl19-21.pdf -rw-r--r-- 1 kargl kargl - 0 Jan 25 14:52 pl19-21.tex /dev/ada0p5 on /usr (ufs, local, journaled soft-updates) Are there known issues with SUJ, again? -- Steve