From owner-freebsd-stable@freebsd.org Fri Jul 24 20:19:12 2015 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC6FF9AA839 for ; Fri, 24 Jul 2015 20:19:12 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from forward18p.cmail.yandex.net (forward18p.cmail.yandex.net [IPv6:2a02:6b8:0:1465::ab]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Certum Level IV CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49C4218C0 for ; Fri, 24 Jul 2015 20:19:12 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from smtp18.mail.yandex.net (smtp18.mail.yandex.net [95.108.252.18]) by forward18p.cmail.yandex.net (Yandex) with ESMTP id 7EB1021630; Fri, 24 Jul 2015 23:19:01 +0300 (MSK) Received: from smtp18.mail.yandex.net (localhost [127.0.0.1]) by smtp18.mail.yandex.net (Yandex) with ESMTP id 200B318A014D; Fri, 24 Jul 2015 23:19:01 +0300 (MSK) Received: by smtp18.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id geTEUpBdle-IxOqhjbZ; Fri, 24 Jul 2015 23:19:00 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1437769140; bh=oNj748QPABWBWla/2uuIkVBPlHrFVrfO8+FlnqjJ1IU=; h=Message-ID:Subject:From:To:Cc:Date:In-Reply-To:References: Content-Type:X-Mailer:Mime-Version:Content-Transfer-Encoding; b=k5cC02ucO729eMf+QgHp1WYTqZWsA1ekdT9JETCuJAMoJyXsghVQpv1SvwtsPLgQA ikH4utC4M+UvmLdp1mplp5cz1rCEe95/OLKwHtKYBJbMfRaVbl61fcTzk46rLxbudH jcK+ISHZVCA5Q+UWithEVBSo/eAe/rdH6bGf6iqc= Authentication-Results: smtp18.mail.yandex.net; dkim=pass header.i=@yandex.com Message-ID: <1437769137.2088.5.camel@yandex.com> Subject: Re: FreeBSD 10.1_RELEASE to FreeBSD 10.2 BETA2 From: Stari Karp To: Pavel Timofeev Cc: freebsd-stable stable Date: Fri, 24 Jul 2015 16:18:57 -0400 In-Reply-To: References: <1437602017.1621.5.camel@yandex.com> <1437745202428-6027559.post@n5.nabble.com> <1437752632.11590.2.camel@yandex.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.11 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jul 2015 20:19:13 -0000 On Fri, 2015-07-24 at 23:07 +0300, Pavel Timofeev wrote: > 2015-07-24 18:43 GMT+03:00 Stari Karp : > > On Fri, 2015-07-24 at 06:40 -0700, timp wrote: > >> Hi! > >> > >> > 1. VT module doesn't load. > >> > In /boot/loader.conf I have: > >> > kern.vty=vt > >> > but it doesn't work. If I manual loada module witk kldload radeonkms I > >> > got just black screen and nothing more. > >> > >> As I know it's not a module. And you can't load it. > >> I have a workstation under 10.2-BETA2 amd64 GENERIC with kern.vty=vt set and > >> have no problem. > >> > >> > 2. Fireware external disk doesn't work either. In /boot/loader.conf I > >> > have sbp_load="YES" but it doesn't load. If I run kldload sbp it load > >> > and works. > >> > 3. The same is with web camera. > >> > cuse4bsd_load="YES" which I have in /boot/loader.conf doesn't load. > >> > It works if I load with kldload. > >> > In /boot/loader.conf I have also loader_logo="beastie" which doesn't > >> > show picture in menu (it is default one). > >> > > >> > In /boot/device.hints I have also some hits which are for my sound card > >> > and it doesn't read them and sound doesn't work correct too. > >> > > >> > On FreeBSD 10.1-RELEASE (amd 64) I didn't have problems. > >> > Today I update with freebsd-update fetch and the problem exist. > >> > >> What if you load the previous kernel? Did you upgrade only kernel? What > >> about world? > >> Something's definitely wrong with your machine. > >> I have > >> > >> % cat /boot/loader.conf > >> zfs_load="YES" > >> kern.geom.label.gptid.enable="0" > >> kern.vty=vt > >> hw.vga.textmode=1 > >> cuse4bsd_load="YES" > >> autoboot_delay="2" > >> coretemp_load="YES" > >> fuse_load="YES" > >> kern.racct.enable=1 > >> > >> and it works. > >> > > On my system worked without problems before update. > > I forgot to mentoned that I have FreeBSD installed on iMac 11,1 and boot > > manager is rEFIT. It works without problem more than two years. > > What is the problem now I don't know. > > > > > > This is really important clarification, I am not kidding. > > I have never had such hardware. Try to load from latest ISO > ftp://ftp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/10.2/ I am so sorry for the previous pst... I will wait for RC1 and we will see how it is going :). For now I don't have a problem anymore. Thank you. -- ajtiM ----- http://www.redbubble.com/people/lumiwa https://www.facebook.com/pages/Lumiwa-FARM/775292915882930?_fb_noscript=1