From owner-freebsd-questions@FreeBSD.ORG Thu Jul 3 11:46:03 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DA6615ED for ; Thu, 3 Jul 2014 11:46:03 +0000 (UTC) Received: from eu1sys200aog113.obsmtp.com (eu1sys200aog113.obsmtp.com [207.126.144.135]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 397C82D3E for ; Thu, 3 Jul 2014 11:46:02 +0000 (UTC) Received: from mail-we0-f176.google.com ([74.125.82.176]) (using TLSv1) by eu1sys200aob113.postini.com ([207.126.147.11]) with SMTP ID DSNKU7VCc0cAh4IB3zuOagM7l5aXLUwufCgL@postini.com; Thu, 03 Jul 2014 11:46:03 UTC Received: by mail-we0-f176.google.com with SMTP id u56so101349wes.7 for ; Thu, 03 Jul 2014 04:45:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:message-id:to:subject:reply-to :in-reply-to; bh=uy5hOw7hIM0TBMYqLyCY/A65f6Dqzxms8wkqorHYt2s=; b=JfDYElZ/BPY+uMT6JV1X27rJTb4IEzprNYOHo4Sf+vA1pjYwjvvDQRsa04HjO1LutA +dJ9QBipSlwktnIvuY6/NLLcFby5CxSXxdoqGkj5gO5oLi9y/aM1DTOaON34LDqrsyqm IdjOfT66s9rFU0e0Xs4Pj//3gp6gpb5I7iv28hrERn+zHetmcMoVDglT58rbKD32XOlc d7exJOsj1dUB8EqnTrq+1MxoPLpUc0J415KGfI+GAMQ6aAN0Cw2kMQQAJid4pixXbarZ 308uDBElB5d+lDoUt4V2X1ytM2HHSPuOZDI7WXoKPM4RgvpMrfn//bMH8BjDIrk+capK AsLg== X-Gm-Message-State: ALoCoQlm07IuOY45EimFbn3+w10N6cZSdjhzJ6T5jDSE6hqCcn+P82x1e1bxZpx6CzJPfmfB3YcWeX1xIYYjwokx2i8gHIfMgUHLEPz7KsCf1EbZzmjUDrLr6ZARgw9Ib37jFffpSR1ACQy1rGspyiM8OGVDp0HtIg== X-Received: by 10.194.142.148 with SMTP id rw20mr4245230wjb.69.1404387955196; Thu, 03 Jul 2014 04:45:55 -0700 (PDT) X-Received: by 10.194.142.148 with SMTP id rw20mr4245220wjb.69.1404387955105; Thu, 03 Jul 2014 04:45:55 -0700 (PDT) Received: from mech-cluster241.men.bris.ac.uk (mech-cluster241.men.bris.ac.uk. [137.222.187.241]) by mx.google.com with ESMTPSA id kp5sm61534819wjb.30.2014.07.03.04.45.54 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 03 Jul 2014 04:45:54 -0700 (PDT) Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.8/8.14.8) with ESMTP id s63Bjmd7023701 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Thu, 3 Jul 2014 12:45:48 +0100 (BST) (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.8/8.14.8/Submit) id s63B2clN023609 for freebsd-questions@freebsd.org; Thu, 3 Jul 2014 12:02:38 +0100 (BST) (envelope-from mexas) Date: Thu, 3 Jul 2014 12:02:38 +0100 (BST) From: Anton Shterenlikht Message-Id: <201407031102.s63B2clN023609@mech-cluster241.men.bris.ac.uk> To: freebsd-questions@freebsd.org Subject: Re: Security Warning Reply-To: mexas@bris.ac.uk In-Reply-To: <20140703064754.78407425@scorpio> 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: Thu, 03 Jul 2014 11:46:03 -0000 >Okay, do I restart the system in single user mode and then run: "fsck-f" yes >until I don't receive any errors, or do I begin with: "umount -af" first? I >am assuming I do not umount "root" (use the -A flag). not needed if you reboot Anton