Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Jul 2000 16:00:18 -0700
From:      daniel B <danielb@pacex.net>
To:        freebsd-questions@freebsd.org
Subject:   Can't delete /sys : Operation not permited!
Message-ID:  <20000730160017.A78686@almazs.pacex.net>

next in thread | raw e-mail | index | archive | help
Hi

I just did make buildworld to 3.5-STABEL and make installworld failed
because it could not delete /sys.
ls -la /sys
lrwxrwxrwx  1   root   wheel   ...... /sys -> /usr/src/sys

I didi:   chflags -RL noschg /sys   and:   rm -rf /sys
I get Operation not permited

Then I did chflags -RL nosunlink /sys and rm -rf /sys
still no luck!
Kern securelevel is not an issue since I droped to -1 to do this operation.

How can I remove /sys
 
Dan


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?20000730160017.A78686>