From owner-freebsd-stable Tue Dec 21 21:22:28 1999 Delivered-To: freebsd-stable@freebsd.org Received: from ns.itga.com.au (ns.itga.com.au [192.83.119.129]) by hub.freebsd.org (Postfix) with ESMTP id 36E2C15042; Tue, 21 Dec 1999 21:22:19 -0800 (PST) (envelope-from gnb@itga.com.au) Received: from lightning.itga.com.au (lightning.itga.com.au [192.168.71.20]) by ns.itga.com.au (8.9.3/8.9.3) with ESMTP id QAA27487; Wed, 22 Dec 1999 16:22:11 +1100 (EST) (envelope-from gnb@itga.com.au) Received: from lightning.itga.com.au (lightning.itga.com.au [192.168.71.20]) by lightning.itga.com.au (8.9.3/8.9.3) with ESMTP id QAA09357; Wed, 22 Dec 1999 16:22:08 +1100 (EST) Message-Id: <199912220522.QAA09357@lightning.itga.com.au> X-Mailer: exmh version 2.0.1 12/23/97 From: Gregory Bond To: John Baldwin Cc: freebsd-stable@FreeBSD.ORG, Ben WIlliams Subject: Re: Re[2]: SOFTUPDATES In-reply-to: Your message of Tue, 21 Dec 1999 23:51:32 -0500. Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 22 Dec 1999 16:22:08 +1100 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Err, 'mount -u -o ro /' makes root read-only again :) Really? This actually works?!!? sys/kern/vfs-syscalls.c has /* * We only allow the filesystem to be reloaded if it * is currently mounted read-only. */ if ((SCARG(uap, flags) & MNT_RELOAD) && ((mp->mnt_flag & MNT_RDONLY) == 0)) { vput(vp); return (EOPNOTSUPP); /* Needs translation */ } Greg, no expert in kernel stuff... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message