From owner-freebsd-stable@FreeBSD.ORG Sat Mar 12 02:48:54 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4492A16A4CE for ; Sat, 12 Mar 2005 02:48:54 +0000 (GMT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F82943D1F for ; Sat, 12 Mar 2005 02:48:54 +0000 (GMT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 15D9A72DD4; Fri, 11 Mar 2005 18:48:54 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 1459872DCB; Fri, 11 Mar 2005 18:48:54 -0800 (PST) Date: Fri, 11 Mar 2005 18:48:54 -0800 (PST) From: Doug White To: Bashar In-Reply-To: <42324A79.6070302@kuwaitnet.net> Message-ID: <20050311184258.F72922@carver.gumbysoft.com> References: <422F250B.6030505@kuwaitnet.net> <20050309234141.L53915@carver.gumbysoft.com> <20050310225201.Y64217@carver.gumbysoft.com> <42324A79.6070302@kuwaitnet.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-stable@freebsd.org Subject: Re: from 5.4-PRERELEASE -> 5.3-RELEASE-p5 error? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Mar 2005 02:48:54 -0000 On Fri, 11 Mar 2005, Bashar wrote: > >>first i ran RELENG_5 and when i got the 5.4-PRERELEASE (which > >>incompatible with cPanel.net software) i had to run cvsup with RELENG_5_3 > >>after than i started getting those errors > > > >You're leaving out important details, like what you did after you cvsup'd. > > > the usual ,cvsup'ed then cd /usr/src && make buildworld && make > installworld && cd /sys/i386/conf && config mykernel && cd > ../compile/mykernel && make depend && make && make install && reboot This is probably where you went wrong. By not using buildkernel it may have still compiled against the -PRERELEASE headers. I'm not sure how to fix you at this point ... If cpanel has hardcoded assumptions about the release name you may need to fake it out by hacking src/sys/conf/newvers.sh to rename it back to "5.3-STABLE" and then be caereful to repply the fix after every cvsup. However I'm not sure how to get your world back to a functional state without reinstalling... You should also file a bug with the cpanel folks and have them handle the name changes more gracefully. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org