Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Aug 2002 07:00:09 +0200
From:      Norbert Augenstein <norbert@augenstein.net>
To:        pirat <pirat@access.inet.co.th>, Giorgos Keramidas <keramida@ceid.upatras.gr>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: chflags -R noschg * : Operation not supported
Message-ID:  <200208250700.09597.auge@seth.augenstein.net>
In-Reply-To: <20020825005548.GA54284@thai-aec.org>
References:  <20020824194121.GB267@thai-aec.org> <20020825003856.GD14251@hades.hell.gr> <20020825005548.GA54284@thai-aec.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday 25 August 2002 02:55, pirat wrote:
> hi sirs,
>
> On Sun, Aug 25, 2002 at 03:38:56AM +0300, Giorgos Keramidas wrote:
> > Date: Sun, 25 Aug 2002 03:38:56 +0300
> > From: Giorgos Keramidas <keramida@ceid.upatras.gr>
> >
> > > > 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 ?
> > > >
> > > > What do you see when you type:
> > > >
> > > > 	% sysctl kernn.securelevel
> > >
> > > firak# sysctl kern.securelevel
> > > kern.securelevel: -1
> >
> > Check the following:
> >
> > a) That you are trying to run chflags as root.
>
> yes
>
> > 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.1.49 192.168.1.54

this is invalid, try
/usr   -alldirs,maproot=root 192...............
or use one single line
/usr/obj /usr/ports /usr/src   -maproot=root 192...........


> at firak, i simply
> mount nika:/usr/obj /usr/obj
> mount nika:/usr/src /usr/src
>
> > c) That kern.securelevel is set to -1 (you did check already).
>
> with 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?200208250700.09597.auge>