Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Apr 2007 08:53:01 GMT
From:      Gaspar Chilingarov<nm@web.am>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   bin/112268: rpcbind.c rev 1.15 breaks rpc if used with -h option
Message-ID:  <200704300853.l3U8r1rH016919@www.freebsd.org>
Resent-Message-ID: <200704300900.l3U90CO6099104@freefall.freebsd.org>

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

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 30 09:00:12 GMT 2007
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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