From owner-freebsd-questions@FreeBSD.ORG Tue Sep 2 10:30:29 2014 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9E7E8328 for ; Tue, 2 Sep 2014 10:30:29 +0000 (UTC) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3F97C1B9C for ; Tue, 2 Sep 2014 10:30:29 +0000 (UTC) Received: from mail.cs.ait.ac.th (localhost [127.0.0.1]) by mail.cs.ait.ac.th (Postfix) with ESMTP id 61E39160B05 for ; Tue, 2 Sep 2014 17:22:07 +0700 (ICT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cs.ait.ac.th; h= content-type:content-type:mime-version:message-id:date:date :subject:subject:from:from:received:received:received; s= selector1; t=1409653326; x=1411467727; bh=0cjk985W9vyiDv83HkWO+D xlAObZXDVL2Ii3FUayQy4=; b=YKkb5cHutSCx+q+gs7nzpI8I73UpPcdDTXg0ac r/M1yqwr+8YeRbwLjgi+eqYbDkDYsbUEn2CDA2fb1A9RaS7Q0dWFyu48xY5BOi53 Cmr+edBHAoJcdyrZErM/BmR7+r+SrwFhIz96nHn0hh7O5kp6hQLiB8G05EIVJusU sJBG0= X-Virus-Scanned: amavisd-new at cs.ait.ac.th Received: from mail.cs.ait.ac.th ([127.0.0.1]) by mail.cs.ait.ac.th (mail.cs.ait.ac.th [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id A2RcS7MFxZWG for ; Tue, 2 Sep 2014 17:22:06 +0700 (ICT) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.cs.ait.ac.th (Postfix) with ESMTPS id A3CFE160B04 for ; Tue, 2 Sep 2014 17:22:06 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.14.7/8.14.7/Submit) id s82AMD3R076711; Tue, 2 Sep 2014 17:22:13 +0700 (ICT) (envelope-from on@banyan.cs.ait.ac.th) From: Olivier Nicole To: questions@freebsd.org Subject: mod_jk kills NFS? Date: Tue, 02 Sep 2014 17:22:13 +0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Sep 2014 10:30:29 -0000 Hi, Anytime I try to load the module mod_jk on apache2.2, on FreeBSD 9.3, it kills my NFS client connection: $ /usr/local/etc/rc.d/apache22 start Performing sanity check on apache22 configuration: Syntax OK Starting apache22. nfs server oak1000:/home: lockd not responding nfs server oak1000:/home: lockd not responding nfs server oak1000:/home: lockd not responding nfs server oak1000:/home: lockd not responding nfs server oak1000:/home: lockd not responding nfs server oak1000:/home: lockd not responding nfs server oak1000:/home: lockd not responding ... So far, the only way to stop that is to comment out the LoadModule jk_module... in Apache configuration. Any idea? I found nothing on Google. TIA, Olivier --