From owner-freebsd-questions@FreeBSD.ORG Wed Apr 28 05:45:36 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79F1616A4D0 for ; Wed, 28 Apr 2004 05:45:36 -0700 (PDT) Received: from sys07.mail.msu.edu (sys07.mail.msu.edu [35.9.75.107]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EA9943D68 for ; Wed, 28 Apr 2004 05:45:36 -0700 (PDT) (envelope-from bushous2@msu.edu) Received: from [198.70.64.112] (helo=msu.edu) by sys07.mail.msu.edu with asmtp (Exim 4.24 #37) (TLSv1:AES256-SHA:256) id 1BIoRR-0001wu-89; Wed, 28 Apr 2004 08:45:33 -0400 Message-ID: <408FA750.8090601@msu.edu> Date: Wed, 28 Apr 2004 08:45:04 -0400 From: Micah Bushouse User-Agent: Mozilla Thunderbird 0.5 (X11/20040411) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Murat Ustuntas References: <408F953C.5020406@bimel.com.tr> In-Reply-To: <408F953C.5020406@bimel.com.tr> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus: None found by Clam AV cc: freebsd-questions@freebsd.org Subject: Re: kernel.version is wrong X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Apr 2004 12:45:36 -0000 Murat Ustuntas wrote: > Hi all, > > After the build world, my kernel version like that > > kern.ostype: FreeBSD > kern.osrelease: 4.9-STABLE > kern.osrevision: 199506 > kern.version: FreeBSD 4.9-STABLE #0: Thu Apr 19 12:43:56 EET 2004 > who | head -1 | awk '{print }' | sed -e 's/(//' | sed -e > 's/)//'@xxx.xxx.com.tr:/usr/obj/usr/src/sys/BLZ > > and so some programs doesn`t work like (ci, co etc.) > How can I correct the message. I have tried to rebuild world, but, didnt > work.. > > Regards, > > Murat Ustuntas > > > _______________________________________________ > 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" > > During your buildworld, did you recompile your kernel to support it's new surroundings? http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html ~Micah