From owner-freebsd-current@FreeBSD.ORG Thu Sep 22 12:05:30 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E2A116A41F for ; Thu, 22 Sep 2005 12:05:30 +0000 (GMT) (envelope-from past@ebs.gr) Received: from fly.ebs.gr (fly.ebs.gr [62.103.84.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id C577543D45 for ; Thu, 22 Sep 2005 12:05:27 +0000 (GMT) (envelope-from past@ebs.gr) Received: from ebs.gr (root@hal.ebs.gr [10.1.1.2]) by fly.ebs.gr (8.12.9p1/8.12.9) with ESMTP id j8MC5Q9V038163; Thu, 22 Sep 2005 15:05:26 +0300 (EEST) (envelope-from past@ebs.gr) Received: from [10.1.1.158] (pc158.ebs.gr [10.1.1.158]) by ebs.gr (8.13.3/8.12.11) with ESMTP id j8MC5ajf055084; Thu, 22 Sep 2005 15:05:36 +0300 (EEST) (envelope-from past@ebs.gr) Message-ID: <43329E02.9070506@ebs.gr> Date: Thu, 22 Sep 2005 15:05:22 +0300 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050830) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Stepan Rakhimov References: <43310849.6020201@mail.ru> <200509211424.54980.root@solink.ru> <43311D9E.2070507@ebs.gr> <43324302.1060108@mail.ru> <4332576E.1080703@ebs.gr> <43327331.1070207@mail.ru> In-Reply-To: <43327331.1070207@mail.ru> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-current@freebsd.org Subject: Re: works good (Was: Re: BETA5: nvidia-driver starts crashing) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Sep 2005 12:05:30 -0000 Stepan Rakhimov wrote: > Panagiotis Astithas wrote: > >>Stepan Rakhimov wrote: >> >> >>>Panagiotis Astithas wrote: >>> >>> >>>>Bachilo Dmitry wrote: >>>> >>>> >>>> >>>>>В сообщении от Среда 21 Сентябрь 2005 14:14 Stepan Rakhimov написал(a): >>>>> >>>>> >>>>> >>>>>>Hi, >>>>>>After upgrade from 6-BETA4 to BETA5 and my nvidia-driver started to >>>>>>panic the kernel (everything run smoothly before >>>>>>makeworld/makekernel). >>>>>>I rebuilt it, but with no success. >>>>>>Did anybody have such a problem? >>>>>> >>>>>>P.S. my X is absolutely unuseable because nv driver hangs the system >>>>>>just after kde load. >>>>> >>>>> >>>>> >>>>> >>>>> >>>>>Well, all my friends think that nvidia drivers actualy do not work in >>>>>6-CURRENT, i am surprised if it did on BETA4 on your machine. >>>>> >>>>>but nv driver works fine. >>>>> >>>>>Well everything is strange, lets wait for more posts. >>>> >>>> >>>> >>>>It sure works fine here (BETA5, nvidia-driver-1.0.7676) after rebuilding >>>>it. What is the panic message and trace? >>>> >>> >>> >>>Well, second rebuild helped me, >>>but now portversion tells that nvidia-driver needs compat5x and >>>localedata ports... i thought that it should install required ports by >>>itself. Am i wrong? >> >> >>It must have missed them due to the particular combination of >>portupgrade flags you used. Just install them on your own and you will >>be fine. Afterwards you may remove relevant entries from libmap.conf >>(if, like me, you had them already). > > > What entries exactly do you mean? > > Stepan After the massive shared library version bump (around 6BETA3, IIRC) I added a mapping for the old libraries to the new ones, as suggested in this list. Something like: libpthread.so.1 libpthread.so.2 libz.so.2 libz.so.3 libm.so.3 libm.so.4 ... That sort of thing. If you haven't done anything like that, forget about it. Cheers, Panagiotis