From owner-freebsd-questions@FreeBSD.ORG Mon Mar 17 11:13:09 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 19652531 for ; Mon, 17 Mar 2014 11:13:09 +0000 (UTC) Received: from mail-yk0-x22e.google.com (mail-yk0-x22e.google.com [IPv6:2607:f8b0:4002:c07::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D3129689 for ; Mon, 17 Mar 2014 11:13:08 +0000 (UTC) Received: by mail-yk0-f174.google.com with SMTP id 20so14536843yks.5 for ; Mon, 17 Mar 2014 04:13:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=ChZmCAP8V7WJVbE+loGnwAWR4wPB9vbbl4j1D32b/vY=; b=N5tHvLSnzZ+YyhrIh+vCqlB01HXjQoWcDHtI2+i5YN6wlDFp1XfRTovXKfYo8YK/RS ahbJxFs8Ntp3z6wXPORTjF6e37+kkwHv8X+5NApxAWTD0MlAyhHahJffJlIwu5mq6ZCx wyvio/eMfV3xoMxbJu7Q1wUlbggEf0ZZvxXENfffJwKkwHMXdKNkGNCKaVYgECGNqxMr pG9XEHzgHHGmrP784CbAOhJhli5MOhqwgL4w0RsvbJxQB5juMw8G0AXp5c29psi6C5Qc TY3x+nx8O359H5Zmip+DtPfznigzZvoVIJTLuy7B6aGBsKL0mMkPhZb18LkFeKD0sK0f s5+A== MIME-Version: 1.0 X-Received: by 10.236.21.202 with SMTP id r50mr899354yhr.140.1395054788127; Mon, 17 Mar 2014 04:13:08 -0700 (PDT) Sender: olivier2553@gmail.com Received: by 10.170.135.140 with HTTP; Mon, 17 Mar 2014 04:13:08 -0700 (PDT) Date: Mon, 17 Mar 2014 18:13:08 +0700 X-Google-Sender-Auth: qWeRBRizo9W2r0VH2E0h1BrNo7A Message-ID: Subject: Cannot authenticate after upgrade 9.1 to 9.2 From: Olivier Nicole To: "freebsd-questions@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Mar 2014 11:13:09 -0000 Hi, I just completed an upgrade from 9.1 to 9.2, using the traditional way (fetch sources, make buildworld, make kernel, mergmaster -p, make installworld, mergemaster, make delete-old) After I rebooted, I could not authenticate anymore: I get the error: login: in try_dlopen(): /usr/lib/pam_skey.so: Shared object "libskey.so.2" not found login: in openpam_load_module(): no pam_skey.so found The account on that server do not use PAM, they are plain old /etc/passwd account, that have been working that way for ages (the machine has been updated since version 4 or 5 I guess). Before I try updating the rest of my servers, I'd like to solve that problem. Any help is much welcome. Thanks in advance, Olivier