From owner-freebsd-current Tue Apr 23 14:55:45 2002 Delivered-To: freebsd-current@freebsd.org Received: from mailout06.sul.t-online.com (mailout06.sul.t-online.com [194.25.134.19]) by hub.freebsd.org (Postfix) with ESMTP id 5843C37B41C for ; Tue, 23 Apr 2002 14:55:42 -0700 (PDT) Received: from fwd03.sul.t-online.de by mailout06.sul.t-online.com with smtp id 1708GD-0001su-02; Tue, 23 Apr 2002 23:55:41 +0200 Received: from bender (310048585289-0001@[217.80.84.110]) by fwd03.sul.t-online.com with smtp id 1708GA-1OEkxEC; Tue, 23 Apr 2002 23:55:38 +0200 Message-ID: <001901c1eb11$9abdb5a0$594bfea9@bender> From: Jeff.Kelly@t-online.de (=?iso-8859-1?Q?Christian_Fl=FCgel?=) To: Subject: upgrade from 4.5 to current fails Date: Tue, 23 Apr 2002 23:55:37 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Sender: 310048585289-0001@t-dialin.net Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello Folks. I currently try to upgrade from 4.5 STABLE to CURRENT. I have cvsuped my source and already made buildworld and buildkernel. But installworld failed with Signal 12 while installing chpass. When I try to remove chpass from hand I get a "operation not permitted" error. Apparently the immutable flag prevents the file from being deleted. Which is strange because the securelevel should be 0 when I'm in single user mode. So I should be able to change the immutable flag. So I booted from my fixit floppy mounted my slices and chrooted to my root partition. But even then installworld dies with Signal 12 while processing chpass. And rm -f chpass will give me an "operation not permitted" error. So what is wrong here? Any Ideas? Regards Christian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message