From owner-freebsd-stable@FreeBSD.ORG Fri Mar 28 09:37:39 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2A155FDC; Fri, 28 Mar 2014 09:37:39 +0000 (UTC) Received: from smtp.dlink.ua (smtp.dlink.ua [193.138.187.146]) by mx1.freebsd.org (Postfix) with ESMTP id 997C5350; Fri, 28 Mar 2014 09:37:38 +0000 (UTC) Received: from terran (unknown [192.168.99.1]) (Authenticated sender: ray) by smtp.dlink.ua (Postfix) with ESMTPSA id 50E91C4989; Fri, 28 Mar 2014 11:37:36 +0200 (EET) Date: Fri, 28 Mar 2014 11:39:27 +0200 From: Aleksandr Rybalko To: Kevin Oberman Subject: Re: Clock issues and crash on resume on 10-Stable r263062M Message-Id: <20140328113927.336a6123cbe9fa6c61bd6910@ddteam.net> In-Reply-To: References: <201403181527.17100.jhb@freebsd.org> <20140318234623.61a99182.ray@ddteam.net> <20140319141924.279e3d1bc7d8be7b93470a5d@ddteam.net> <20140327161602.02607ae3a6483bbb984eb367@ddteam.net> <20140328085340.5395a698.ray@ddteam.net> X-Mailer: Sylpheed 3.3.1 (GTK+ 2.24.22; amd64-portbld-freebsd9.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Adrian Chadd , FreeBSD-STABLE Mailing List , Aleksandr Rybalko , John Baldwin X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 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, 28 Mar 2014 09:37:39 -0000 On Fri, 28 Mar 2014 00:11:49 -0700 Kevin Oberman wrote: > On Thu, Mar 27, 2014 at 11:53 PM, Aleksandr Rybalko wrote: > > > On Thu, 27 Mar 2014 17:52:06 -0700 > > Kevin Oberman wrote: > > > > > On Thu, Mar 27, 2014 at 7:16 AM, Aleksandr Rybalko > > > wrote: > > > > > > > On Wed, 19 Mar 2014 08:54:42 -0700 > > > > Kevin Oberman wrote: > > > > > > > > > On Wed, Mar 19, 2014 at 5:19 AM, Aleksandr Rybalko > > > > > > > > > wrote: > > > > > > > > > > > On Tue, 18 Mar 2014 21:07:57 -0700 > > > > > > Adrian Chadd wrote: > > > > > > > > > > > > > Well, changing the default is cool, but there's still some > > > > > > > odd bug there that could do with chasing down. :) > > > > > > > > > > > > Sorry, I currently can't work on investigation why GIANT lock > > > > > > is NULL sometime on resume. (IIRC it happen because I use > > > > > > callout_init w/o mtx, so callout try to lock using GIANT) > > > > > > > > > > > > But I will glad to get any help on that :) > > > > > > > > > > > > > > > > > Turned off vt switch and found a couple issues: > > > > > > > > > > 1. Audio was muted (by pressing the mute button) when I > > > > > suspended the system. The suspend operation caused the system to > > > > > beep. When I resumed, > > > > it > > > > > did so again and I noticed that the audio was no longer muted. > > > > > This can > > > > be > > > > > an issue when in a meeting or in some other place where a loud > > > > > noise is > > > > not > > > > > desirable, but my be an issue with the Lenovo BIOS or EC. > > > > > > > > > > 2. When the system is resumed, the display is not refreshed and > > > > > is full > > > > of > > > > > artifacts.I moved to another desktop and back (I use gnome2) and > > > > > fixed everything except the panel which never gets redrawn. This > > > > > is possibly > > > > an X > > > > > issue (Intel 3000 graphics) or something with the KMS handling of > > > > > a > > > > resume. > > > > > > > > > > Probably neither of these is really a vt(4) issue, though, an I > > > > > really do appreciate having a working vty system after starting X. > > > > > -- > > > > > R. Kevin Oberman, Network Engineer, Retired > > > > > E-mail: rkoberman@gmail.com > > > > > > > > Kevin, > > > > > > > > I was already describe possible culprits of Xorg screen puzzling > > > > after resume, there is two possible candidates: > > > > 1. mishandling of system PM events by Xorg. > > > > 2. something wrong inside drm2+drm/kms drivers. > > > > > > > > but things #1 in your list points more to mishandling of PM events. > > > > > > > > btw, crash with suspendswitch=1 looks like fixed :) > > > > > > > > Thanks! > > > > > > > > WBW > > > > -- > > > > Aleksandr Rybalko > > > > > > > > > > > > > Thanks for getting this running. > > > > > > FWIW, I realized that switching to a vty and back to X takes care of > > > he messed up display. Do you know when the crash was fixed? I am > > > running r263692 and it still crashes. (Typo in sysctl.conf.) > > > > it was in r263809 > > > > > > > > -- > > > R. Kevin Oberman, Network Engineer, Retired > > > E-mail: rkoberman@gmail.com > > > > Missed it by THAT much! (Possibly humor only recognized in American > culture.) Guess I need to rebuild my kernel! Maybe it depend on type of humor? :)))) > > Thanks again! It's great to have vtys back. > > By the way, is there a way to increase the size of the scrollback buffer? Currently only by modify following row in the sys/dev/vt/vt.h: #define VBF_DEFAULT_HISTORY_SIZE 500 > > -- > > Aleksandr Rybalko > > > > > > -- > R. Kevin Oberman, Network Engineer, Retired > E-mail: rkoberman@gmail.com -- Aleksandr Rybalko