From owner-freebsd-questions@FreeBSD.ORG Tue Feb 3 20:45:16 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0A735C9C for ; Tue, 3 Feb 2015 20:45:16 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BAB35BC7 for ; Tue, 3 Feb 2015 20:45:15 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YIkLH-0001Wc-Mf for freebsd-questions@freebsd.org; Tue, 03 Feb 2015 21:45:03 +0100 Received: from dynamic34-29.dynamic.dal.ca ([129.173.34.203]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 03 Feb 2015 21:45:03 +0100 Received: from jrm by dynamic34-29.dynamic.dal.ca with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 03 Feb 2015 21:45:03 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Joseph Mingrone Subject: problem starting local services from nfs-mounted /usr/local Date: Tue, 03 Feb 2015 16:44:54 -0400 Lines: 27 Message-ID: <86egq6lo6x.fsf@gly.ftfl.ca> Mime-Version: 1.0 Content-Type: text/plain X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: dynamic34-29.dynamic.dal.ca User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (berkeley-unix) Cancel-Lock: sha1:sUCSNqo8ihQcBRlqxR8bxnzIhsY= 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, 03 Feb 2015 20:45:16 -0000 /etc/rc.conf ------------ rc_debug="YES" rc_info="YES" munged_enable="YES" slurmd_enable="YES" /etc/fstab ----------- master:/usr/local /usr/local nfs async,rw 0 0 Once the system is up, munge and slurmd aren't running. I don't see any mention of them in /var/log/messages or /var/log/console.log (which I've turned on). # service munged start and # service slurmd start works fine and both start once the system is up. This used to work with other local services on 9.x systems, but not on our 10.1 systems. Can you suggest where I can start to debug this? Thanks, Joseph