From owner-freebsd-questions@FreeBSD.ORG Sun Mar 29 02:16:21 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 CEC9F106566C for ; Sun, 29 Mar 2009 02:16:21 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id 344588FC15 for ; Sun, 29 Mar 2009 02:16:20 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.13.1) with ESMTP id n2T2CSKA016189 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 29 Mar 2009 09:12:28 +0700 (ICT) (envelope-from on@banyan.cs.ait.ac.th) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.14.2/8.12.11) id n2T2GHAJ060285; Sun, 29 Mar 2009 09:16:17 +0700 (ICT) Date: Sun, 29 Mar 2009 09:16:17 +0700 (ICT) Message-Id: <200903290216.n2T2GHAJ060285@banyan.cs.ait.ac.th> From: Olivier Nicole To: dabas@untu.ms In-reply-to: <5b826e210903281741t5568c8aen3d67d4755a604671@mail.gmail.com> (message from Reinis Ivanovs on Sun, 29 Mar 2009 02:41:23 +0200) References: <5b826e210903281741t5568c8aen3d67d4755a604671@mail.gmail.com> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) 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 02:16:22 -0000 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