From owner-freebsd-questions@FreeBSD.ORG Sun Aug 10 12:48:08 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A20531E5 for ; Sun, 10 Aug 2014 12:48:08 +0000 (UTC) Received: from mail-pd0-x22b.google.com (mail-pd0-x22b.google.com [IPv6:2607:f8b0:400e:c02::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 789E72027 for ; Sun, 10 Aug 2014 12:48:08 +0000 (UTC) Received: by mail-pd0-f171.google.com with SMTP id z10so9372673pdj.30 for ; Sun, 10 Aug 2014 05:48:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=COkFPOF5m+/mAwH5yn87cZFUyz+u1hfp17tTBSfOYNA=; b=YWZMaPLCT5ees2FUeAmRR4MV9Qakim8+4K6jooQUAwInFIYzPN8NitCefYilaa5GUl VsrEtPA9rO+Ck1DVUIpdiLjP38orBQSn7IWcZIsWGV1DF/c+Wlil2ZE4yLXcb3RSJgt5 YRUoMP8jKPN/sY3RvRXMSpFE954unAq4EVw47/XW64E7M1FT3MGHxFdmTGoKq1fyKgMu VhJgWUxeHEfC9Ws0MdD5YmrHRgJv30nrUBG7QsFJgxRxg6XNhPJ6z9oGaGc0eflFnQj4 MWQTsIG4XA3iwBp9dhrpU7awM07IBuoNhTEmMm9p9dzIMV1ljOUO5iGCpHFyIG+C2psc Yn5Q== MIME-Version: 1.0 X-Received: by 10.66.196.65 with SMTP id ik1mr765665pac.154.1407674888029; Sun, 10 Aug 2014 05:48:08 -0700 (PDT) Received: by 10.70.118.132 with HTTP; Sun, 10 Aug 2014 05:48:07 -0700 (PDT) In-Reply-To: <20140810144202.2eda9b24.freebsd@edvax.de> References: <20140810070239.GA80734@home.parts-unknown.org> <20140810103119.GA26958@slackbox.erewhon.home> <20140810124433.da498898.freebsd@edvax.de> <20140810133030.1eb5d617@gumby.homeunix.com> <20140810144202.2eda9b24.freebsd@edvax.de> Date: Sun, 10 Aug 2014 07:48:07 -0500 Message-ID: Subject: Re: operation not permitted on entropy file From: Adam Vande More To: Polytropon Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: RW , FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Aug 2014 12:48:08 -0000 On Sun, Aug 10, 2014 at 7:42 AM, Polytropon wrote: > (And I also lost files due to "too much automatism", but could > regain the data; "fsck -yf" isn't always fist choice: "inode > corrected" - file present, size 0, data gone.) Zero length files after fsck are a side effect of SU, not background fsck's. Same thing basically happens on EXT4. -- Adam