From owner-freebsd-questions@FreeBSD.ORG Sun Apr 20 05:57:50 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E98D37B401 for ; Sun, 20 Apr 2003 05:57:50 -0700 (PDT) Received: from asteroids.cybercomm.nl (arkanoid.scarlet-internet.nl [213.204.195.164]) by mx1.FreeBSD.org (Postfix) with SMTP id DDF9343FA3 for ; Sun, 20 Apr 2003 05:57:48 -0700 (PDT) (envelope-from freebsd@akruijff.dds.nl) Received: (qmail-ldap/ctrl 16180 invoked from network); 20 Apr 2003 12:57:47 -0000 Received: from unknown (HELO webmail.dds.nl) ([213.196.1.125]) (envelope-sender )SMTP for ; 20 Apr 2003 12:57:47 -0000 Received: by webmail.dds.nl (Postfix, from userid 33) id EFC223FA3; Sun, 20 Apr 2003 14:57:04 +0200 (CEST) Received: from 213.10.151.186 ( [213.10.151.186]) as user akruijff@imap.dds.nl by webmail.dds.nl with HTTP; Sun, 20 Apr 2003 14:57:04 +0200 Message-ID: <1050843424.3ea29920de7d1@webmail.dds.nl> Date: Sun, 20 Apr 2003 14:57:04 +0200 From: Alex To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.1 Subject: nis losing problemen X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-reply@akruijff.dds.nl List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2003 12:57:50 -0000 Hi, I have a problem with logging in with nis user names, but only on the nis server. The nis clients, which don't have any server parts, can login. I'm having trouble locating the problem and wounder if anyone else have a idee. The problem proberbly exist for some because the use of a installed ssh-key, before i found out. I've folowed the chapter handbook about setting up nis . And qoogled to find earlier give solutions. The search wan't succesfull. The rc.conf of the server hold the folowing lines: portmap_enable="YES" nisdomainname="nisdomain" nis_server_enable="YES" nis_yppasswdd_enable="YES" nis_client_enable="YES" nis_client_flags="-S nisdomain,intranet" And the folowing command give the folowing out put: # domainname nisdomain # ypwhich Intranet.lan # ping Intranet.lan PING intranet.lan (192.168.31.1): 56 data bytes 64 bytes from 192.168.31.1: icmp_seq=0 ttl=64 time=0.161 ms (Which is the ip adres of the nis server) # ypserver -d (while trying to login from the nis server) This produce a large amound of data, which shows that the record needed is given by the server. The frase "queue overvlow -- realeasing last slot" comes along when i thy to login. The login says sory. /var/log/message only indicates the login failed. -- Tanks, in advance Alex