From owner-svn-src-all@FreeBSD.ORG Mon Nov 15 09:43:42 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 881D4106564A; Mon, 15 Nov 2010 09:43:42 +0000 (UTC) (envelope-from to.my.trociny@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 931BE8FC08; Mon, 15 Nov 2010 09:43:41 +0000 (UTC) Received: by fxm19 with SMTP id 19so3765751fxm.13 for ; Mon, 15 Nov 2010 01:43:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject :organization:references:date:in-reply-to:message-id:user-agent :mime-version:content-type; bh=UPwD0FRMRveBWTA/8fY8cH+FKZwWXuHim5iQCf1hYg8=; b=QLvdmSaPr7SIymbyB+rLJxbgefeYB8+5N5ep5CucsvUMjFDqiUdmwWSLVwuc/fG5Z9 Bhk+7+zH01nePlPf1BB8liAEmLXFIu44T8YIJm+07nZANN17mRJTuOJivs5MQB2z5oxH BPlWVueSmHjjRU+sYbtWqj8Ta4K7A84Uf7wMI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:organization:references:date:in-reply-to :message-id:user-agent:mime-version:content-type; b=utX1QlWP0OlC858mYj00lH1Xk3DEnWQiu57nb1JgJtA/V4T6oZmiFp5jxVKDcnk9cE /BXKUTp+G6q/lvJaF62bTuP1QSlclqO0TfTXOc3rn2Sf41Gd2YQ+ertnSFwO7KVp3Ccm XzwWP3sLOjL2iwmrl6HVOORiiZMyq0pixskAc= Received: by 10.223.116.5 with SMTP id k5mr2195235faq.123.1289814220535; Mon, 15 Nov 2010 01:43:40 -0800 (PST) Received: from localhost (ua1.etadirect.net [91.198.140.16]) by mx.google.com with ESMTPS id a25sm420106fak.20.2010.11.15.01.43.38 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 15 Nov 2010 01:43:39 -0800 (PST) From: Mikolaj Golub To: Lawrence Stewart Organization: TOA Ukraine References: <201011120641.oAC6fui3098584@svn.freebsd.org> <8662w17e90.fsf@kopusha.home.net> <4CDF3A58.6080505@freebsd.org> <86pqu8q6lb.fsf@kopusha.home.net> <4CE08BB6.1090304@freebsd.org> Date: Mon, 15 Nov 2010 11:43:36 +0200 In-Reply-To: <4CE08BB6.1090304@freebsd.org> (Lawrence Stewart's message of "Mon, 15 Nov 2010 12:24:06 +1100") Message-ID: <86ipzyncqf.fsf@zhuzha.ua1> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r215166 - in head: . sys/conf sys/netinet sys/netinet/cc sys/sys X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Nov 2010 09:43:42 -0000 On Mon, 15 Nov 2010 12:24:06 +1100 Lawrence Stewart wrote: LS> On 11/15/10 02:15, Mikolaj Golub wrote: >> >> LS> Would you mind testing the following patch? It fixes the panic for me. >> >> LS> http://people.freebsd.org/~lstewart/patches/5cc/modcc_vnetpanic_ccinit.patch >> >> With this patch the system hangs during the boot. Ctr-Alt-Esc to break into >> ddb does not work. I am trying this under VirtualBox. LS> I can't reproduce a hang, but please try this patch instead: LS> http://people.freebsd.org/~lstewart/patches/5cc/modcc_vnetpanic_ccinit_v2.patch I can't try it now on the box where I observed the hang. Trying on another box I can't reproduce the hang -- both patches works for me: no hang and I can create/remove jail and tcp connections to jail work. I will try the patch on the "problem" box tonight. -- Mikolaj Golub