From owner-freebsd-bugs@FreeBSD.ORG Mon Apr 30 09:00:12 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D689216A409 for ; Mon, 30 Apr 2007 09:00:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id A264C13C457 for ; Mon, 30 Apr 2007 09:00:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l3U90CTL099105 for ; Mon, 30 Apr 2007 09:00:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l3U90CO6099104; Mon, 30 Apr 2007 09:00:12 GMT (envelope-from gnats) Resent-Date: Mon, 30 Apr 2007 09:00:12 GMT Resent-Message-Id: <200704300900.l3U90CO6099104@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gaspar Chilingarov Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C49DB16A412 for ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: bin/112268: rpcbind.c rev 1.15 breaks rpc if used with -h option X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Apr 2007 09:00:12 -0000 >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: