From owner-freebsd-x11@freebsd.org Wed Mar 23 22:28:09 2016 Return-Path: Delivered-To: freebsd-x11@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 B1EFBADBE44 for ; Wed, 23 Mar 2016 22:28:09 +0000 (UTC) (envelope-from flo@snakeoilproductions.net) Received: from turad.lysandor.de (turad.lysandor.de [136.243.10.60]) (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 7B241164F for ; Wed, 23 Mar 2016 22:28:09 +0000 (UTC) (envelope-from flo@snakeoilproductions.net) Received: from localhost (localhost [127.0.0.1]) by turad.lysandor.de (Postfix) with ESMTP id EF47BAAC7C6 for ; Wed, 23 Mar 2016 23:28:07 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at turad.lysandor.de Received: from turad.lysandor.de ([127.0.0.1]) by localhost (turad.lysandor.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id aAxNO0thAKeO for ; Wed, 23 Mar 2016 23:28:07 +0100 (CET) Received: from nachtschatten.purplekraken.com (x5f723e46.dyn.telefonica.de [95.114.62.70]) (Authenticated sender: flo@snakeoilproductions.net) by turad.lysandor.de (Postfix) with ESMTPSA id A55DDAAC6FD for ; Wed, 23 Mar 2016 23:28:07 +0100 (CET) Subject: Re: Panic on r297039 with nvidia-driver-340.93 and KDE5 To: freebsd-x11@freebsd.org References: <56EDBD7F.4020108@snakeoilproductions.net> <56EF2AF1.40301@dumbbell.fr> From: Florian Limberger Message-ID: <56F31877.8040107@snakeoilproductions.net> Date: Wed, 23 Mar 2016 23:28:07 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.7.0 MIME-Version: 1.0 In-Reply-To: <56EF2AF1.40301@dumbbell.fr> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Mar 2016 22:28:09 -0000 Hi, On 20.03.16 23:57, Jean-Sébastien Pédron wrote: > Le 19/03/2016 21:58, Florian Limberger a écrit : >> Hi, > > Hi! > >> > panic: ufs_dirbad: /usr/home: bad dir ino 6742590 at offset 512: >> > mangled entry > > This doesn't look like it's related to the update of nvidia-driver. > Could you please bring this topic on freebsd-current@? I resolved my issue, the fs was in an inconsistent state and fsck missed it because I used the journal on recovery. After another fsck without the journal the panic went away. Regards florian