From owner-freebsd-stable@FreeBSD.ORG Fri Jul 4 15:28: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 70902E0 for ; Fri, 4 Jul 2014 15:28:39 +0000 (UTC) Received: from hub.org (hub.org [200.46.208.146]) by mx1.freebsd.org (Postfix) with ESMTP id 4015E24B2 for ; Fri, 4 Jul 2014 15:28:38 +0000 (UTC) Received: from maia.hub.org (unknown [200.46.151.188]) by hub.org (Postfix) with ESMTP id CD5CF13C64D7; Fri, 4 Jul 2014 12:28:36 -0300 (ADT) Received: from hub.org ([200.46.208.146]) by maia.hub.org (mx1.hub.org [200.46.151.188]) (amavisd-maia, port 10024) with ESMTP id 39910-01; Fri, 4 Jul 2014 15:28:36 +0000 (UTC) Received: from [192.168.1.2] (S01067cb21b2ff4ca.gv.shawcable.net [24.108.26.71]) by hub.org (Postfix) with ESMTPA id 0BB2513C64D6; Fri, 4 Jul 2014 12:28:35 -0300 (ADT) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: FreeBSD 10.x + LiquidSoap + NFS == Server Hang From: Marc Fournier In-Reply-To: <1805070922.7180203.1404475828988.JavaMail.root@uoguelph.ca> Date: Fri, 4 Jul 2014 08:28:34 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <440AEF44-E1E9-4857-86B5-CACE902AD2DE@hub.org> References: <1805070922.7180203.1404475828988.JavaMail.root@uoguelph.ca> To: Rick Macklem X-Mailer: Apple Mail (2.1878.6) Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18 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, 04 Jul 2014 15:28:39 -0000 On Jul 4, 2014, at 5:10 AM, Rick Macklem wrote: > Marc Founier wrote: >>=20 >> k, just found >> = http://www.freebsd.org/doc/en/books/developers-handbook/kerneldebug-online= -ddb.html >> and setup KDB/DDB and just tested that using the =91sysctl=92 works = to >> get me to the KDB prompt =85 hopefully this will allow me to provide >> more useful information, if someone can let me know what exactly >> that would be for next time it hangs? :) >>=20 >>=20 >> thx >>=20 >>=20 >> On Jul 3, 2014, at 9:26 PM, Marc Fournier wrote: >>=20 >>>=20 >>> Oh, on the remote console, last two lines I see are: >>>=20 >>> =3D=3D >>> nfs_getpages: error 4 >>> vm_fault: pager read error, pid 2957 (liquid soap) >>> =3D=3D > 4 is EINTR. That would suggest you might have the "intr" option on the = mount? >=20 > If so, try taking out the "intr" option on the mount, if you are using = it. I did =85 just rebooted with changes, now have it set as: 192.168.1.253:/vol/vol1 /vm nfs rw,soft,nolockd 0 0