From owner-freebsd-stable Tue Nov 21 12:59:51 2000 Delivered-To: freebsd-stable@freebsd.org Received: from agena.meridian-enviro.com (thunder.meridian-enviro.com [207.109.234.227]) by hub.freebsd.org (Postfix) with ESMTP id BA6D537B4CF for ; Tue, 21 Nov 2000 12:59:44 -0800 (PST) Received: from delta.meridian-enviro.com (delta.meridian-enviro.com [10.10.10.43]) by agena.meridian-enviro.com (8.9.3/8.9.3) with ESMTP id OAA52728 for ; Tue, 21 Nov 2000 14:59:43 -0600 (CST) (envelope-from rand@meridian-enviro.com) Received: (from rand@localhost) by delta.meridian-enviro.com (8.11.1/8.9.2) id eALKxht15876; Tue, 21 Nov 2000 14:59:43 -0600 (CST) From: "Douglas K. Rand" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14874.57919.214727.731216@delta.meridian-enviro.com> Date: Tue, 21 Nov 2000 14:59:43 -0600 (CST) To: freebsd-stable@freebsd.org Cc: Subject: pam_ssh problems X-Mailer: VM 6.72 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid X-Face: $L%T~#'9fAQ])o]A][d7EH`V;"_;2K;TEPQB=v]rDf_2s%) at dpylist.c:55 #11 0x8050257 in StartDisplays () at dm.c:571 #12 0x804f638 in main (argc=2, argv=0xbfbff708) at dm.c:185 #13 0x804a5c8 in _start (arguments=0xbfbff818 "-:0 ") at /usr/src/lib/csu/i386-elf/crt1.c:96 The code seems to be launching the module, but I can't figure out which module it is having trouble with, although I expect it is pam_ssh.so. Here are a few more details from gdb: (gdb) print *h $8 = {must_fail = 0, func = 0x283ea1a0, actions = {-1, -3 , -1, -3 , 0, -3, -3, -3, -3, -3, -3}, argc = 0, argv = 0x0, next = 0x0} (gdb) print *pamh $9 = {authtok = 0x0, pam_conversation = 0x8065de0, oldauthtok = 0x0, prompt = 0x0, service_name = 0x8065dc0 "wdm", user = 0x8065dd0 "user", rhost = 0x0, ruser = 0x0, tty = 0x8065e00 ":0", pam_default_log = { ident = 0x0, option = 0, facility = 0}, data = 0x8065f50, env = 0x8065df0, fail_delay = {set = PAM_FALSE, delay = 0, begin = 974839469, delay_fn_ptr = 0x0}, handlers = {module = 0x806a6c0, modules_allocated = 4, modules_used = 3, handlers_loaded = 1, conf = { authenticate = 0x8069400, setcred = 0x8069500, acct_mgmt = 0x8069800, open_session = 0x8069900, close_session = 0x8069a00, chauthtok = 0x8069b00}, other = {authenticate = 0x8069c00, setcred = 0x8069d00, acct_mgmt = 0x8069e00, open_session = 0x0, close_session = 0x0, chauthtok = 0x0}}, former = {choice = 0, depth = 0, impression = 0, status = 0, want_user = 0, prompt = 0x0, update = PAM_FALSE}} I don't know if anybody else is having this problem, or know how to fix it, but any assistance would be usefule. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message