Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Jun 1997 11:12:59 -0700 (PDT)
From:      "Jin Guojun[ITG]" <jin@iss-p1.lbl.gov>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   bin/3778: ypbind -S domainname,server1,... does not function
Message-ID:  <199706041812.LAA11019@iss-p1.lbl.gov>
Resent-Message-ID: <199706041820.LAA16776@hub.freebsd.org>

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

>Number:         3778
>Category:       bin
>Synopsis:       ypbind -S domainname,server1,... does not function
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun  4 11:20:02 PDT 1997
>Last-Modified:
>Originator:     Jin Guojun[ITG]
>Organization:
>Release:        FreeBSD 2.2-RELEASE i386
>Environment:

	All RELEASES

>Description:

iss-p1# ypbind -S itg,george
iss-p1# ypwhich   
can't yp_bind: Reason: Domain not bound
iss-p1# ps uxgw | grep yp
root       190  0.0  0.9   192  276  ??  Ss   11:03AM    0:00.01 ypbind -S itg
root       191  0.0  0.7   192  196  ??  S    11:03AM    0:00.00 ypbind -S itg
iss-p1# which ypbind
/usr/sbin/ypbind

Actually, the need is to specify mulltiple ypserver:

iss-p1# ypbind -S itg,george,slave1,slave2

for YP clients on different subnet.

The commend
# ypbind -ypset  +   ypset ypserver
works, but only one ypserver can be specified, which is not sufficient.


>How-To-Repeat:

	

>Fix:
	
	

>Audit-Trail:
>Unformatted:



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