From nobody@FreeBSD.org  Mon Dec 16 15:14:35 2013
Return-Path: <nobody@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 827678C8
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 16 Dec 2013 15:14:35 +0000 (UTC)
Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 6E28917E9
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 16 Dec 2013 15:14:35 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBGFEYom021547
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 16 Dec 2013 15:14:34 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBGFEYwx021521;
	Mon, 16 Dec 2013 15:14:34 GMT
	(envelope-from nobody)
Message-Id: <201312161514.rBGFEYwx021521@oldred.freebsd.org>
Date: Mon, 16 Dec 2013 15:14:34 GMT
From: Richard Naill <rich@enterprisesystems.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: nfs server only starts 1 server daemon
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         184804
>Category:       i386
>Synopsis:       nfs server only starts 1 server daemon
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-i386
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 16 15:20:00 UTC 2013
>Closed-Date:    Sun Dec 22 22:19:36 UTC 2013
>Last-Modified:  Sun Dec 22 22:19:36 UTC 2013
>Originator:     Richard Naill
>Release:        i386 9.2
>Organization:
Enterprise Systems Inc
>Environment:
FreeBSD horrockst.entprs 9.2-RELEASE-p2 FreeBSD 9.2-RELEASE-p2 #5: Wed Dec 11 09
:04:30 EST 2013     root@horrockst.entprs:/sys/i386/compile/MYKERNEL  i386
>Description:
Have nfs server activated
rc.conf
rpcbind_enable="YES"
nfs_server_enable="YES"
nfs_server_flags="-u -t -n 4"
nfs_reserved_port_only="YES"

for 4 server daemons

only 1 starts

$ ps -ax | grep nfs
  764 ??  Is       0:00.02 nfsd: master (nfsd)
  765 ??  S        0:00.67 nfsd: server (nfsd)
25350  0  S+       0:00.00 grep nfs
>How-To-Repeat:
activate nfs as above
>Fix:


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: remko 
State-Changed-When: Sun Dec 22 22:17:17 UTC 2013 
State-Changed-Why:  
Dear Richard, 

This is actually what happends. Three of your settings controle the NFS service itself, where you have 
a server and client process in the list you provided. rpcbind though starts the rpc service, which you 
will see back with 'rpc' instead of 'nfs'.  I do not see anything weird in your output or the information 
you demonstrated. 

If you still have issues, please let me know and I will try to help you, do realise though that this is 
not a PR yet, I mean you have a problem but it's not a generic problem within FreeBSD (yet), let us 
figure that out first. I will close the ticket so that we can keep contact beyond the PR system. 

Thank you for using FreeBSD! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=184804 
>Unformatted:
