From owner-freebsd-arm@freebsd.org Wed Jul 15 12:32:26 2015 Return-Path: Delivered-To: freebsd-arm@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 8FE2F9A29C4 for ; Wed, 15 Jul 2015 12:32:26 +0000 (UTC) (envelope-from mattia.rossi.mailinglists@gmail.com) Received: from mail-wg0-x234.google.com (mail-wg0-x234.google.com [IPv6:2a00:1450:400c:c00::234]) (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 2FE4B1B4B for ; Wed, 15 Jul 2015 12:32:26 +0000 (UTC) (envelope-from mattia.rossi.mailinglists@gmail.com) Received: by wgxm20 with SMTP id m20so32390133wgx.3 for ; Wed, 15 Jul 2015 05:32:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=5tr0lNsG1EGTT35oH487Ec/V1zje2Fz2Lo1hBDUssBo=; b=ZWHMHj9D0USL2KwNFYvZY/v+S3PJl0FS1vE2I0fBVrXwzdx8ZriuYUmgAn52SyVij8 Yk9h3kTfvjSr1L1zOsMRW5YBtlkrfGkWx4X4FDB14nUHJphEbTIUQEXq44NC9+MOtFHf JCMaBGio9w3bi2iVR1mjkxzHWeLlnMZlDcGlhL95Vo/XlkE9saHDTqb/tFQTm8QLKXOC NO4TzQ1g50zrvDoI/mFkYWqct3L3O4iwK40CBoJqWOnnnDxhyFcyi0Gjyah9f5Zc3H7e rywRpLwz540bvuii981T4lgsCYJzkb0FLD92f7KVTTJJ7EwdjBWqo9gNCUDAXfjuj+PO lCpw== X-Received: by 10.180.94.35 with SMTP id cz3mr15598574wib.85.1436963544666; Wed, 15 Jul 2015 05:32:24 -0700 (PDT) Received: from [192.168.0.119] (209.212.173.83.static.wline.lns.sme.cust.swisscom.ch. [83.173.212.209]) by smtp.googlemail.com with ESMTPSA id fm8sm8907342wib.9.2015.07.15.05.32.23 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 15 Jul 2015 05:32:23 -0700 (PDT) Message-ID: <55A652D6.7010401@gmail.com> Date: Wed, 15 Jul 2015 14:32:22 +0200 From: Mattia Rossi User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Ronald Klop , "freebsd-arm@freebsd.org" Subject: Re: executable gone after fsck - Fwd: Cron newsyslog References: <20150709200019.E7710D975C@sheeva.klop.ws> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jul 2015 12:32:26 -0000 Hi Ronald, I might have missed some information on the list about the topic, and unless the unmapped i/o was the cause, fsck is pretty much broken at least on the Dreamplug.. and I would suspect also on the Sheevaplug. Wih the first few fsck you do you will lose random files, later on you won't be able to boot anymore, as fsck won't be able to fix fs errors anymore... I'm currently using the fix suggested by Ian at the time: set the dump and pass values of your root fs in fstab to 0 0 and live with a dirty fs after a crash. Unless the system is crashing often, you'll be quite fine ;-) Cheers, Mat Am 10.07.2015 um 10:12 schrieb Ronald Klop: > Hi, > > I used fsck after a panic on my sheevaplug. > FreeBSD sheeva.klop.ws 11.0-CURRENT FreeBSD 11.0-CURRENT #8 r284499M: > Wed Jun 17 12:54:02 CEST 2015 > root@sjakie.klop.ws:/usr/obj-arm/arm.arm/usr/src-arm/sys/SHEEVAPLUG arm > > If I did not made a mistake somewhere I'm running with the unmapped > i/o turned off. > http://www.secnetix.de/olli/FreeBSD/svnews/index.py?r=283931 > > NB: In the case below bzip2 does not exist anymore. Which is not > something _just_ written to disk. > > Unfortunately I don't have more information about the crash. > > Ronald. > > > ------- Forwarded message ------- > From: "Cron Daemon" > To: root@klop.ws > Cc: > Subject: Cron newsyslog > Date: Thu, 09 Jul 2015 22:00:10 +0200 > > newsyslog: execl(`/usr/bin/bzip2 -f /var/log/console.log.0'): No such > file > or directory > newsyslog: `bzip2 -f /var/log/console.log.0' terminated with a non-zero > status (1) > _______________________________________________ > freebsd-arm@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org"