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:
 
  .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/
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


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. http://dabas.untu.ms/



On Sun, Mar 29, 2009 at 16:04, Jerry McAllister jerr...@msu.edu 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/
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


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. http://dabas.untu.ms/



On Sun, Mar 29, 2009 at 02:41, Reinis Ivanovs da...@untu.ms 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?

 Best,
 R. http://dabas.untu.ms/

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


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 the problem?

Best,
R. http://dabas.untu.ms/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


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 remove
the flag (chflags(1)) and/or complete the install.

Best regards,

Olivier


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org