From owner-freebsd-questions Mon Aug 26 10:44:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3D7C37B400 for ; Mon, 26 Aug 2002 10:44:33 -0700 (PDT) Received: from dark.rebelchat.org (dark.rebelchat.org [216.113.17.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B2F843E75 for ; Mon, 26 Aug 2002 10:44:32 -0700 (PDT) (envelope-from rick@help-desk.ca) Received: (from root@localhost) by dark.rebelchat.org (8.12.5/8.12.5) id g7QHhr2x044688; Mon, 26 Aug 2002 13:43:53 -0400 (EDT) (envelope-from rick@help-desk.ca) Received: from zombie.unix.int (zombie.unix.int [192.168.1.20]) by dark.rebelchat.org (8.12.5/8.12.5av) with ESMTP id g7QHgl0q044664; Mon, 26 Aug 2002 13:43:17 -0400 (EDT) (envelope-from rick@help-desk.ca) Content-Type: text/plain; charset="tis-620" From: Rick Fournier To: Norbert Augenstein , pirat Subject: Re: chflags -R noschg * : Operation not supported Date: Mon, 26 Aug 2002 13:42:48 -0400 User-Agent: KMail/1.4.2 Cc: freebsd-questions@freebsd.org References: <20020824194121.GB267@thai-aec.org> <20020825052419.GD54284@thai-aec.org> <200208250805.44809.auge@seth.augenstein.net> In-Reply-To: <200208250805.44809.auge@seth.augenstein.net> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200208261342.48187.rick@help-desk.ca> X-Virus-Scanned: by AMaViS perl-11 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I get the same not supported message over NFS mounts, But by running chflags -R noschg * on the NFS server it works fine, My NFS server builds and the NFS clients install so the clients never rea= lly=20 need to clean up /usr/obj since thats the NFS server's job Here is a a short example on how to use a NFS buildset once mounted: NFS Server: cd /usr/obj chflags -R noschg * cd /usr/src make buildkernel make buildworld NFS Clients cd /usr/src make installkernel reboot=20 make worldinstall mergemaster so in short,, yes its safe to go on... since NFS don't support chflags I hope this answers your question whether its safe to continue ;) ;o) Rick, On August 25, 2002 02:05 am, Norbert Augenstein wrote: > kern.securelevel on nika? > i run out of ideas > > On Sunday 25 August 2002 07:24, pirat wrote: > > hi sirs, > > > > On Sun, Aug 25, 2002 at 07:00:09AM +0200, Norbert Augenstein > > wrote: > > > From: Norbert Augenstein > > > To: pirat , > > > > > > > > > > On 2002-08-25 02:41 +0000, pirat wrote: > > > > > > > > cd /usr/obj > > > > > > > > chflags -R noschg * > > > > > > > > > > > > > > > > at this stage i get a lot of `Operation not > > > > > > > > supported' messages. are that right or safe to go on > > > > > > > > ? > > > > > > > > > > b) That the filesystem /usr/obj is on is mounted > > > > > read-write. > > > > > > > > at nika:/etc/exports > > > > > > > > /usr/obj -maproot=3Droot 192.168.1.55 192.168.1.49 > > > > 192.168.1.54 /usr/src /usr/ports -maproot=3Droot > > > > 192.168.1.55 192.168.49 192.168.54 > > > > > > this is invalid, try > > > /usr -alldirs,maproot=3Droot 192............... > > > or use one single line > > > /usr/obj /usr/ports /usr/src -maproot=3Droot 192........... > > > > but at nika, 192.168.1.56, i set file systems like this one below > > > > nika# df > > Filesystem 1K-blocks Used Avail Capacity Mounted on > > /dev/ad0s1a 127023 72132 44730 62% / > > /dev/ad0s1f 5081581 1878143 2796912 40% /home > > /dev/ad0s1e 5081581 3230569 1444486 69% /usr > > /dev/ad0s1d 1073607 459633 528086 47% /usr/local > > /dev/ad0s1h 889263 326696 491426 40% /usr/obj > > /dev/ad0s1g 2032623 48862 1821152 3% /var > > procfs 4 4 0 100% /proc > > nika# mount > > /dev/ad0s1a on / (ufs, local) > > /dev/ad0s1f on /home (ufs, local) > > /dev/ad0s1e on /usr (ufs, NFS exported, local) > > /dev/ad0s1d on /usr/local (ufs, local) > > /dev/ad0s1h on /usr/obj (ufs, NFS exported, local) > > /dev/ad0s1g on /var (ufs, local) > > procfs on /proc (procfs, local) > > nika# > > > > and firak has 192.168.1.55 ip number > > > > anyway, thanks so much indeed for your hints. > > > > with me best regards, > > psr > > > > 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