From owner-freebsd-questions Sat Aug 24 22:23: 1 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 DCF9C37B400 for ; Sat, 24 Aug 2002 22:22:58 -0700 (PDT) Received: from access.inet.co.th (access.inet.co.th [203.151.127.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E3C943E75 for ; Sat, 24 Aug 2002 22:22:57 -0700 (PDT) (envelope-from pirat@access.inet.co.th) Received: from radwaste.thai-aec.org (TruPPP0A157.inet.co.th [203.151.124.157]) by access.inet.co.th (8.8.8/8.8.8) with ESMTP id MAA14488; Sun, 25 Aug 2002 12:22:53 +0700 (ICT) (envelope-from pirat@access.inet.co.th) Received: from firak.thai-aec.org (firak.thai-aec.org. [192.168.1.55]) by radwaste.thai-aec.org (8.12.4/8.12.4) with ESMTP id g7P5OvUo012627; Sun, 25 Aug 2002 12:24:58 +0700 (ICT) (envelope-from pirat@access.inet.co.th) Received: from firak.thai-aec.org (localhost.thai-aec.org [127.0.0.1]) by firak.thai-aec.org (8.12.5/8.12.5) with ESMTP id g7P5OLZG052566; Sun, 25 Aug 2002 12:24:21 +0700 (ICT) (envelope-from pirat@access.inet.co.th) Received: (from pirat@localhost) by firak.thai-aec.org (8.12.5/8.12.5/Submit) id g7P5OJ8R052565; Sun, 25 Aug 2002 12:24:19 +0700 (ICT) X-Authentication-Warning: firak.thai-aec.org: pirat set sender to pirat@access.inet.co.th using -f Date: Sun, 25 Aug 2002 12:24:19 +0700 From: pirat To: Norbert Augenstein Cc: freebsd-questions@FreeBSD.ORG Subject: Re: chflags -R noschg * : Operation not supported Message-ID: <20020825052419.GD54284@thai-aec.org> References: <20020824194121.GB267@thai-aec.org> <20020825003856.GD14251@hades.hell.gr> <20020825005548.GA54284@thai-aec.org> <200208250700.09597.auge@seth.augenstein.net> Mime-Version: 1.0 Content-Type: text/plain; charset=tis-620 Content-Disposition: inline In-Reply-To: <200208250700.09597.auge@seth.augenstein.net> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD firak.thai-aec.org 4.6-STABLE FreeBSD 4.6-STABLE 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 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=root 192.168.1.55 192.168.1.49 192.168.1.54 > > /usr/src /usr/ports -maproot=root 192.168.1.55 192.168.49 192.168.54 > > this is invalid, try > /usr -alldirs,maproot=root 192............... > or use one single line > /usr/obj /usr/ports /usr/src -maproot=root 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