Date: Thu, 5 Jun 1997 11:00:02 -0700 (PDT) From: "Jin Guojun[ITG]" <jin@george.lbl.gov> To: freebsd-bugs Subject: Re: bin/3778: ypbind -S domainname,server1,... does not function Message-ID: <199706051800.LAA27587@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/3778; it has been noted by GNATS. From: "Jin Guojun[ITG]" <jin@george.lbl.gov> To: wpaul@skynet.ctr.columbia.edu Cc: gnats@freebsd.org Subject: Re: bin/3778: ypbind -S domainname,server1,... does not function Date: Thu, 5 Jun 1997 10:46:51 -0700 > There are two things you can do: > > 1) Compile a static ypbind binary on a 2.2.x or better machine and use > that on your 2.1.7.1 machine. This one does not work. Here is the errors: # ypbind -m -S itg,george,pesto # Jun 5 10:36:00 fudd portmap[203]: connect from 128.3.3.93 to unset(ypbind): request from unprivileged port Adding -s option has the same result. > 2) Since I develop this stuff on my home machine which still runs 2.1.0, > I have compiled versions of the newer YP tools that will run on 2.1.x. > You can FTP a copy of a ypbind executable from my home machine if you > can't find a 2.2.x or better machine on which to build your own. > The binary is at: ftp://skynet.ctr.columbia.edu/pub/freebsd/nis/ypbind > I have a very slow link, but the binary is only about 30K. This one works, but seems only binding to FreeBSD server. George is a Sun and pesto is a FreeBSD machine. # ypbind -m -s -S itg,george,pesto # ypwhich pesto.lbl.gov # ps uxgw USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND root 217 0.0 0.8 628 252 p0 R+ 10:39AM 0:00.00 ps -uxgw root 1 0.0 0.6 416 164 ?? Ss 10:00AM 0:00.02 /sbin/init -- root 2 0.0 0.1 0 12 ?? DL 10:00AM 0:00.00 (pagedaemon) root 3 0.0 0.1 0 12 ?? DL 10:00AM 0:00.00 (vmdaemon) root 4 0.0 0.1 0 12 ?? DL 10:00AM 0:00.10 (update) ... root 193 0.0 1.1 480 328 p0 Ss 10:35AM 0:00.12 -sh (csh) root 214 0.0 1.0 212 304 ?? Ss 10:39AM 0:00.01 ypbind -m -s -S itg root 0 0.0 0.0 0 0 ?? DLs - 0:00.00 (swapper) # kill -9 214 # ypbind -m -s -S itg,pesto,george # ypwhich pesto.lbl.gov Any ideas? Thanks, -Jin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706051800.LAA27587>