From owner-freebsd-questions@FreeBSD.ORG Sun Mar 29 13:08:46 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B9864106566B for ; Sun, 29 Mar 2009 13:08:46 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id 75C2E8FC14 for ; Sun, 29 Mar 2009 13:08:46 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id n2TD4LIm063144; Sun, 29 Mar 2009 09:04:21 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id n2TD4K4F063143; Sun, 29 Mar 2009 09:04:20 -0400 (EDT) (envelope-from jerrymc) Date: Sun, 29 Mar 2009 09:04:20 -0400 From: Jerry McAllister To: Reinis Ivanovs Message-ID: <20090329130420.GA63127@gizmo.acns.msu.edu> References: <5b826e210903281741t5568c8aen3d67d4755a604671@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5b826e210903281741t5568c8aen3d67d4755a604671@mail.gmail.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: Can't upgrade to 7.1-RELEASE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Mar 2009 13:08:47 -0000 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 ' on the file - probably from root. ////jerry > > Best, > R. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"