From owner-freebsd-stable@FreeBSD.ORG Tue Jun 18 14:12:51 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id ADFCC5B7 for ; Tue, 18 Jun 2013 14:12:51 +0000 (UTC) (envelope-from boland37@xs4all.nl) Received: from smtp-vbr11.xs4all.nl (smtp-vbr11.xs4all.nl [194.109.24.31]) by mx1.freebsd.org (Postfix) with ESMTP id 4F4AA1BF9 for ; Tue, 18 Jun 2013 14:12:50 +0000 (UTC) Received: from charlemagne.boland.org (37-251-76-95.FTTH.ispfabriek.nl [37.251.76.95]) (authenticated bits=0) by smtp-vbr11.xs4all.nl (8.13.8/8.13.8) with ESMTP id r5IECYbF085694 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 18 Jun 2013 16:12:36 +0200 (CEST) (envelope-from boland37@xs4all.nl) Message-ID: <51C06AD2.5030404@xs4all.nl> Date: Tue, 18 Jun 2013 16:12:34 +0200 From: Michiel Boland User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130615 Thunderbird/17.0.6 MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: Re: system sporadically hangs on shutdown after switching to WITH_NEW_XORG References: <51BDD593.5000102@xs4all.nl> <51BF60A8.6000503@xs4all.nl> <20130617193726.GR91021@kib.kiev.ua> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by XS4ALL Virus Scanner X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jun 2013 14:12:51 -0000 On 06/18/2013 13:28, Javad Kouhi wrote: > Hi, > > I have exactly the same problem. I've tried to apply the above patch > but it refused. I've checked out the last revision (251934) of > -STABLE branch using Subversion. > > % git apply --check patch > error: patch failed: sys/dev/drm2/i915/intel_fb.c:207 > error: sys/dev/drm2/i915/intel_fb.c: patch does not apply > error: patch failed: sys/dev/syscons/scvgarndr.c:445 > error: sys/dev/syscons/scvgarndr.c: patch does not apply > > How can I apply this patch? I think you want to lose the '--check' option here. Cheers Michiel