Thanks, that did the trick. I commented out the chflags and the script finished successfuly. That makes sense, since the kernel security level was -1, so chflags shouldn't matter.
R. <http://dabas.untu.ms/> On Sun, Mar 29, 2009 at 16:04, Jerry McAllister <[email protected]> wrote: > On Sun, Mar 29, 2009 at 02:41:23AM +0200, Reinis Ivanovs wrote: > >> Hello, >> >> I'm trying to upgrade a 7.0 system to 7.1-RELEASE, and it isn't >> working. I switch to the superuser, do "freebsd-update upgrade -r >> 7.1-RELEASE", and then when I try running "freebsd-update install", I >> get this: >> >> > .chflags: ///.profile: Operation not supported >> >> Any hints as to what could be the problem? > > Well, it looks like someone set the 'schg' flag on the .profile file. > > You need to do 'chgflags noscgg <FILENAME>' on the file - probably from > root. > > ////jerry > > >> >> Best, >> R. <http://dabas.untu.ms/> >> _______________________________________________ >> [email protected] mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to "[email protected]" > _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
