Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Sep 2001 21:53:29 -0400
From:      parv <parv_@yahoo.com>
To:        klein brock <getzz1@yahoo.com>
Cc:        questions@freebsd.org
Subject:   Re: operation not permitted
Message-ID:  <20010928215329.A2661@moo.holy.cow>
In-Reply-To: <20010928165842.59931.qmail@web20104.mail.yahoo.com>; from getzz1@yahoo.com on Fri, Sep 28, 2001 at 09:58:42AM -0700
References:  <Pine.BSF.4.05.10109281247280.26375-100000@buffnet11.buffnet.net> <20010928165842.59931.qmail@web20104.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
this was, on the fateful occasion around Sep 28 12:58 -0400,
sent by klein brock                                                  
>
> 
> i can't even turn off the flags.
> 
> chflags nosappend /usr/home2/mytest
> 
> chflags: /usr/home2/mytest: Operation not permitted
> chflags: /usr/home2/mytest: Operation not permitted
> 
> i just want to delete the directory. is there any
> solution ?

could you try one last thing for me? run the following 
ktrace (you need KTRACE option compiled in your kernel);
as root and send the ktrace.out file (censor some of the contents 
if you want). this is to find out why/where chflags when run as root.

# ktrace -di chflags nosappnd /usr/home2/mytest

ktrace.out will be created (by ktrace) in the directory wherever
you run the above command.

you can see browse ktrace.out w/ kdump, as in...

# kdump | less

...you can press 'v' (in less) to enter the editor. 


-- 


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?20010928215329.A2661>