From owner-freebsd-bugs@FreeBSD.ORG Thu Feb 15 16:31:18 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0074616A407; Thu, 15 Feb 2007 16:31:17 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id CC20A13C4AA; Thu, 15 Feb 2007 16:31:17 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from freefall.freebsd.org (mi@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l1FGVHD0042250; Thu, 15 Feb 2007 16:31:17 GMT (envelope-from mi@freefall.freebsd.org) Received: (from mi@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l1FGVHIg042246; Thu, 15 Feb 2007 16:31:17 GMT (envelope-from mi) Date: Thu, 15 Feb 2007 16:31:17 GMT From: Mikhail Teterin Message-Id: <200702151631.l1FGVHIg042246@freefall.freebsd.org> To: mi@aldan.algebra.com, mi@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/105056: FS can not be remounted read-only, if a running process' executable was modified X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Feb 2007 16:31:18 -0000 Synopsis: FS can not be remounted read-only, if a running process' executable was modified State-Changed-From-To: closed->open State-Changed-By: mi State-Changed-When: Thu Feb 15 16:28:23 UTC 2007 State-Changed-Why: Correcting. Yes, there are open and running files on the partition, but they are open ONLY FOR READING (execution, actually). Thus a ``-o ro -u'' remount should succeed, yet it fails... http://www.freebsd.org/cgi/query-pr.cgi?pr=105056