From owner-freebsd-questions Fri Apr 6 10:18:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from zaltana.hermans.ca (188.209-115-183-0.interbaun.com [209.115.183.188]) by hub.freebsd.org (Postfix) with ESMTP id 97B3D37B43E for ; Fri, 6 Apr 2001 10:18:44 -0700 (PDT) (envelope-from freebsd@hermans.ca) Received: from desktopnt (desktop-nt.inside.hermans.ca [192.168.25.100]) by zaltana.hermans.ca (8.11.2/8.11.2) with SMTP id f36HISj34110; Fri, 6 Apr 2001 11:18:29 -0600 (MDT) (envelope-from freebsd@hermans.ca) From: "Jamie Hermans" To: "'Lauri Laupmaa'" , Subject: RE: softupdates remotely ? Date: Fri, 6 Apr 2001 11:17:07 -0600 Message-ID: <001c01c0bebd$693c74c0$6419a8c0@inside.hermans.ca> X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <3ACDEFAF.938D51B4@inspiral.net> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG What has worked for me is to add the 'tunefs -n enable...' lines (for each file system you wish to be softupdates enabled) into /etc/rc right before all file systems are mounted. Once you're back online, remove them (it doesn't seem to hurt leaving them in, but why waste boot time?) # Mount everything except nfs filesystems. tunefs -n enable / tunefs -n enable /usr mount -a -t nonfs Hope that helps... Jamie -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Lauri Laupmaa Sent: Friday, April 6, 2001 10:33 am To: questions@FreeBSD.ORG Subject: softupdates remotely ? Hi Is there a way to enable softupdates remotely ? Some script which is executed before mounting filesystems ? Any ideas ? TIA L. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message