Re: Can't upgrade to 7.1-RELEASE

2009-03-29 Thread Reinis Ivanovs
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. On Sun, Mar 29, 2009 at 16:04, Jerry McAllister wrote: > On Sun, Mar 29, 2009 at 02:41:

Re: Can't upgrade to 7.1-RELEASE

2009-03-29 Thread Jerry McAllister
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: > >

Re: Can't upgrade to 7.1-RELEASE

2009-03-28 Thread Olivier Nicole
Hi, > .chflags: ///.profile: Operation not supported Could that be that you are running with some kernel security level? sysctl -a |grep kern.securelevel And that your file /.profile has some flag set on it? ls -lo ./profile Then you will need to reboot in a lower level so you can either remo

Can't upgrade to 7.1-RELEASE

2009-03-28 Thread Reinis Ivanovs
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

Re: Can't upgrade to 7.1-RELEASE

2009-03-28 Thread Reinis Ivanovs
I thought I should mention that I'm booting off of ZFS, perhaps that's related to my problem. R. On Sun, Mar 29, 2009 at 02:41, 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 "f