Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Mar 2001 15:22:07 +0100 (CET)
From:      mb@imp.ch
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   bin/25896: [PATCH] varios fixes for nfsd(8)
Message-ID:  <200103181422.f2IEM7j07909@levais.imp.ch>

next in thread | raw e-mail | index | archive | help


>Number:         25896
>Category:       bin
>Synopsis:       [PATCH] several fixes for nfsd(8)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 18 06:30:03 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Martin Blapp
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Improware AG
>Environment:

	- FreeBSD 5.0-CURRENT
	- TIRPC2.3, available from http://www.attic.ch/tirpc.html
	  http://home.teleport.ch/freebsd/tirpc-20010318.diff.tgz

>Description:

	- Merged KAME ipv6 support and fixed it.

	- Added new option: -d (unregister with rpcbind)

	- Added possibility to kill nfsd in a clean way:
	  kill -USR1 <PID of master nfsd>

	- Fixed issues with rpcbind registration, only do
	  the registration once for each protocol, and for
	  the localhost nfsd port only.

	- Fixed a bug in the for (;;) loop, correctly treat
	  the case: nfsd -h ip1, nfsd -h ip2 for ipv6 and
	  ipv4.

	- Fixed a bug during startup of nfsd. If nfsd encountered an
	  error condition and did exit(1), the children
	  where still there and had to be killed manually.

	- Removed ISO support

>How-To-Repeat:

	- killall -9 nfsd && rpcinfo -p

	- nfsd -h host1 -h host2

>Fix:

	http://home.teleport.ch/freebsd/nfsd.diff

	(needs tirpc)
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103181422.f2IEM7j07909>