Displaying 6 results from an estimated 6 matches for "ypwhich".
Did you mean:
which
2006 Apr 19
1
ypwhich -m
Hi,
I found that ypwhich -m does not work on 6.1-RC, it shows
ypwhich: can't find the master of `?`: reason: No such map in server's domain
IIRC, there was a commit last year to fix this. After some search, I think
it is include/rpcsvc/yp_prot.h revision 1.13 done by peter@ (CC'ed).
As far as I can tell, ypwh...
2011 Sep 30
1
CentOS 6 and NIS not working
...S 6. It seems to be an issue with ypbind.
I have simple /etc/yp.conf which explicitly sets the server
domain myDomain server myServer
The service seems to start okay
#service ypbind start
Starting NIS service: [OK]
Binding NIS service: ? [OK]
But when I try to use any of the yp services, like ypwhich
#ypwhich
ypwhich: Can't communicate with ypbind
This is usually blamed on ypbind not running, but ypbind is confirmed to be running
#ps -ef | grep ypbind
root 3033 1 0 15:11 ? 00:00:00 /usr/sbin/ypbind
ypcat also does not work
#ypcat netgroup
No such map net group. Reason: Can't bind...
2007 Oct 12
2
Perfomance tuning for NIS client
Hi,
I have both linux and solaris NIS client against a Solaris NIS Server, but
my linux box are shamefully slow compare to solaris some sample:
on Solaris 5.8:
# ypwhich
transporter02.domain.com
# time id userid
uid=36923(userid) gid=36923(u_036923)
real 0.0
user 0.0
sys 0.0
on Linux:
[root at linux]# ypwhich
transporter02.domain.com
[root at amsdc2-n-s04taw root]# time id userid
uid=36923(userid) gid=36923(u_036923) groups=36923(u_036923)...
2012 Nov 23
7
buildworld with clang breaks because no cc
I am doing a buildworld with clang on amd64 9.1-PRERELEASE #2 r242867.
In /etc/src.conf I have "WITHOUT_GCC= yes". Compile progresses up to below
then breaks:
===> usr.bin/xlint/xlint (all)
===> usr.bin/xlint/llib (all)
lint -cghapbx -Cposix /asp/src/usr.bin/xlint/llib/llib-lposix
lint -cghapbx -Cstdc /asp/src/usr.bin/xlint/llib/llib-lstdc
===> lib/clang/libllvmx86codegen (all)
2007 Sep 04
0
NIS/Samba update
...up consists of Enterprise 5 server running NIS and Samba, and
dual-boot XP and CentOS 5 clients.
On my test setup, I'm able to create new samba accounts and change samba
passwords with no problems.
NIS still gives me problems, though. I am unable to change passwords no
matter what. Also, ypwhich on the client returns localhost.
I have reviewed everything, including configs of other networks that are
live, and cannot figure out where the problem is.
I believe that once I can password changed effortlessly on the NIS side, I
can implement this on the live system. Until NIS account passwo...
2019 Jan 16
3
Inconsistent NIS Client Behavior w/ Centos 7.6
...n some of the machines).
The rigs that are not working exhibit the following (satisfactory) behavior.
* yptest -u [valid nis username] works with no errors.
* yppasswd will change a password on the NIS server with no errors and other commands like ypchfn will work as well.
* ypwhich, ypcat, ypmap, etc. give the same values we'd see on the NIS server.
...BUT...
* You cannot console-login, ssh, or su into the rigs with valid NIS accounts.
* (The local ypbind -d "debug mode" shows no response to a login, the "secure" log responds to a v...