From owner-freebsd-stable@FreeBSD.ORG Tue Sep 6 13:13:12 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BC7816A41F for ; Tue, 6 Sep 2005 13:13:12 +0000 (GMT) (envelope-from michael.schuh@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93B3343D48 for ; Tue, 6 Sep 2005 13:13:11 +0000 (GMT) (envelope-from michael.schuh@gmail.com) Received: by nproxy.gmail.com with SMTP id c2so201982nfe for ; Tue, 06 Sep 2005 06:13:10 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=omG+MD/IlXE379tO7v2EmRPHaFC03cORCPUCTqxxC7caO+KqpIkllsV66FG2Akv3RxsS46C4dkhm1zFIjSqN8VyPo7ZgmLgwVJGKGB8Op1hIoufxxLiaPsaf3yiyH5pr/fXq8KkP0EdEwHTOQBRY29WPCAW9/gZSv2d/XWp1TWE= Received: by 10.48.249.6 with SMTP id w6mr164907nfh; Tue, 06 Sep 2005 06:13:10 -0700 (PDT) Received: by 10.48.244.19 with HTTP; Tue, 6 Sep 2005 06:13:10 -0700 (PDT) Message-ID: <1dbad31505090606135e35e1e8@mail.gmail.com> Date: Tue, 6 Sep 2005 15:13:10 +0200 From: Michael Schuh To: freebsd-stable@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: RELENG_4 pam update doesn't work correct X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: michael.schuh@gmail.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 13:13:12 -0000 Hello, yesterday i have made an cvsup from RELENG_4 and made the typically system-update with: make buildworld kernel mergemaster -p make installworld mergemaster=20 portupgrade -ar Now i have problems with pam. the pam-modules and the Library-Archive libpam.a in /usr/lib are updated correctly. but the libpam.so.1 wasn't changed. the relied programs pam-pgsql pamtester dosn't work anymore, saslauthd (cyrus-sasl-saslauthd with -a pam flags) quit also with signal 10= and an core dump. After i have changed back to the old libs and modules all will work perfect= ly. Does anyone have any suggestion? best regards michael