From nobody@FreeBSD.org  Mon Apr 30 08:58:02 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id C49DB16A412
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 30 Apr 2007 08:58:02 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [69.147.83.33])
	by mx1.freebsd.org (Postfix) with ESMTP id B6AF213C4D1
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 30 Apr 2007 08:58:02 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l3U8w2fw017513
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 30 Apr 2007 08:58:02 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id l3U8r1rH016919;
	Mon, 30 Apr 2007 08:53:01 GMT
	(envelope-from nobody)
Message-Id: <200704300853.l3U8r1rH016919@www.freebsd.org>
Date: Mon, 30 Apr 2007 08:53:01 GMT
From: Gaspar Chilingarov<nm@web.am>
To: freebsd-gnats-submit@FreeBSD.org
Subject: rpcbind.c rev 1.15 breaks rpc if used with -h option
X-Send-Pr-Version: www-3.0

>Number:         112268
>Category:       bin
>Synopsis:       rpcbind.c rev 1.15 breaks rpc if used with -h option
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 30 09:00:12 GMT 2007
>Closed-Date:    Mon Apr 30 09:10:29 GMT 2007
>Last-Modified:  Mon Apr 30 09:10:29 GMT 2007
>Originator:     Gaspar Chilingarov
>Release:        -CURRENT
>Organization:
>Environment:
FreeBSD 7.0-CURRENT #3: Mon Apr 30 02:44:35 AMST 2007
>Description:
in case of running "rpcbind -h 127.0.0.1 " (or specifying any other host), local socket is not created in /var/run/rpcbind.sock .

This is probably the result of refactoring of rcpbind.c and this bug was introduced in rev. 1.15.

>How-To-Repeat:
run rpcbind -h 127.0.0.1 
and then ls -al /var/run/rpcbind*

you should see /var/run/rpcbind.sock, but it's absent.

it is there on normal invocation of rpcbind without -h option.
>Fix:
i've just rolled back a version of rpcbind.c ....
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: matteo 
State-Changed-When: Mon Apr 30 09:10:00 UTC 2007 
State-Changed-Why:  
duplicate of bin/112266 

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