Date: Mon, 26 Aug 2002 13:42:48 -0400 From: Rick Fournier <rick@help-desk.ca> To: Norbert Augenstein <norbert@augenstein.net>, pirat <pirat@access.inet.co.th> Cc: freebsd-questions@freebsd.org Subject: Re: chflags -R noschg * : Operation not supported Message-ID: <200208261342.48187.rick@help-desk.ca> In-Reply-To: <200208250805.44809.auge@seth.augenstein.net> References: <20020824194121.GB267@thai-aec.org> <20020825052419.GD54284@thai-aec.org> <200208250805.44809.auge@seth.augenstein.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <norbert@augenstein.net> > > > To: pirat <pirat@access.inet.co.th>, > > > > > > > > > > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208261342.48187.rick>