From owner-freebsd-questions Tue Aug 10 20: 8:48 1999 Delivered-To: freebsd-questions@freebsd.org Received: from Rigel.orionsys.com (rigel.orionsys.com [205.148.224.9]) by hub.freebsd.org (Postfix) with ESMTP id 6099F14D44 for ; Tue, 10 Aug 1999 20:08:42 -0700 (PDT) (envelope-from dbabler@Rigel.orionsys.com) Received: from localhost (dbabler@localhost) by Rigel.orionsys.com (8.9.3/8.9.3) with ESMTP id UAA64121 for ; Tue, 10 Aug 1999 20:06:54 -0700 (PDT) (envelope-from dbabler@Rigel.orionsys.com) Date: Tue, 10 Aug 1999 20:06:53 -0700 (PDT) From: David Babler To: FreeBSD Questions List Subject: rlogin vs PAM vs ??? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am running two boxes here, each running 3.2-STABLE; they were both more or less upgraded the same way, using CVSup, one from 2.2.8, the other from 2.2.9 or thereabouts. Both have both the elf and aout libraries, both are using elf. On one, the machine upgraded from 2.2.8-STABLE, whenever anyone logs in using rlogin they get the infamous: inetd in realloc(): warning: junk pointer, too low to make sense. inetd in free(): warning: junk pointer, too low to make sense. followed by a normal looking login. In the log, there is also: 10 Aug 19:47:23 Rigel login: auth_pam: Conversation error. The *other* 3.2-STABLE box works just fine. The /etc/pam.conf files are identical (the default). I am not using kerberos. Telnet logins and ssh logins work fine, only rlogin. Anybody have an idea what I've overlooked or broken and/or where to start looking? The problematic machine did not have a /usr/lib/aout/pam_unix.so so I copied over the aout object file with no result (the machine that works has both lib versions of pam_unix.so). -Dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message