From owner-freebsd-hackers Tue Jul 14 12:32:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA00431 for freebsd-hackers-outgoing; Tue, 14 Jul 1998 12:32:09 -0700 (PDT) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from relay.kacst.edu.sa (ns1.kacst.edu.sa [198.77.88.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA00385 for ; Tue, 14 Jul 1998 12:32:02 -0700 (PDT) (envelope-from onur@kfupm.edu.sa) Received: from ns1.kfupm.edu.sa ([198.77.102.26]) by relay.kacst.edu.sa (8.7.5/8.7.3) with ESMTP id WAA18367 for ; Tue, 14 Jul 1998 22:22:54 -0300 (GMT) Received: from dpc107.dpc.kfupm.edu.sa (dpc107.dpc.kfupm.edu.sa [196.15.33.198]) by ns1.kfupm.edu.sa (8.7.5/8.7.3) with ESMTP id WAA206084 for ; Tue, 14 Jul 1998 22:19:01 +0300 Received: from kfupm.edu.sa ([196.1.65.80]) by dpc107.dpc.kfupm.edu.sa (8.7.5/8.7.3) with ESMTP id WAA90237 for ; Tue, 14 Jul 1998 22:27:54 +0300 Message-ID: <35AC05B1.869474CA@kfupm.edu.sa> Date: Tue, 14 Jul 1998 22:28:17 -0300 From: Onur Toker Organization: KFUPM, CCSE X-Mailer: Mozilla 4.05 [en] (X11; I; SunOS 5.6 i86pc) MIME-Version: 1.0 To: FREEBSD Subject: YPSERV crashes with SOLARIS-2.6 References: <35AA83F5.36AD2548@netrover.com> <19980714143753.B1993@dcs.qmw.ac.uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, When I use the FreeBSD ypserv in unsecure mode and configure one Solaris-2.6 client and another FreeBSD client, ypserv crashes and gives the following error message Jul 13 17:30:53 pc-ftp-syslab /kernel: pid 88 (ypserv), uid 0: exited on signal 11 (core dumped) The FreeBSD client is able to change the passwords with no problem Jul 13 17:37:19 pc-ftp-syslab rpc.yppasswdd[92]: update completed for user onur (uid 1001): Jul 13 17:37:19 pc-ftp-syslab rpc.yppasswdd[92]: password changed But the Solaris box is rejected Jul 12 18:36:45 pc-ftp-syslab rpc.yppasswdd[92]: Access to master.passwd.byname denied -- client 196.1.65.80:32947 not privileged Jul 12 18:36:45 pc-ftp-syslab rpc.yppasswdd[92]: rejected update request from unauthorized host Is the port number 32947 causing the problem and ypserv to crash ? Well, my securenets file is # allow connections from local host -- mandatory 127.0.0.1 255.255.255.255 # allow connections from any host # on the 196.1.65.0 network 196.1.65.0 255.255.255.0 and both the FreeBSD client and the Solaris-2.6 is authorized. Why this crash occurs ? Why password change from Solaris-2.6 is rejected. PS: FreeBSD version = 2.2.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message