From owner-freebsd-questions@FreeBSD.ORG Thu Feb 4 16:27:01 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5DEA106568F for ; Thu, 4 Feb 2010 16:27:01 +0000 (UTC) (envelope-from kirk@strauser.com) Received: from kanga.honeypot.net (kanga.honeypot.net [IPv6:2001:470:a80a:1:21f:d0ff:fe22:b8a8]) by mx1.freebsd.org (Postfix) with ESMTP id 4CF958FC0A for ; Thu, 4 Feb 2010 16:27:01 +0000 (UTC) Received: from kanga.honeypot.net (localhost [127.0.0.1]) by kanga.honeypot.net (Postfix) with ESMTP id B63472EDCC for ; Thu, 4 Feb 2010 10:26:59 -0600 (CST) X-Virus-Scanned: amavisd-new at honeypot.net Received: from kanga.honeypot.net ([127.0.0.1]) by kanga.honeypot.net (kanga.honeypot.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GN-pNa7Mqqu2 for ; Thu, 4 Feb 2010 10:26:56 -0600 (CST) Received: from [10.0.7.105] (wlan2-105.honeypot.net [10.0.7.105]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by kanga.honeypot.net (Postfix) with ESMTPSA id 2D73B2EDC0 for ; Thu, 4 Feb 2010 10:26:56 -0600 (CST) Message-ID: <4B6AF54F.9090305@strauser.com> Date: Thu, 04 Feb 2010 10:26:55 -0600 From: Kirk Strauser User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.7pre) Gecko/20091214 Shredder/3.0.1pre MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Upgrading sudo to 1.7.2.2 doesn't work with OPIE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Feb 2010 16:27:01 -0000 I'm using FreeBSD 8-STABLE from yesterday. I had sudo 1.6.9.20 installed and used portupgrade to upgrade it to 1.7.2.2. At this point, it stopped working: $ sudo -v otp-md5 [something] Password: Sorry, try again. otp-md5 [something] Password: Sorry, try again. otp-md5 [something] Password: Sorry, try again. sudo: 3 incorrect password attempts This is using the dist sudoers file, edited to allow me to use it. Reverting to the previous version works correctly: # pkg_delete -f sudo-1.7.2.2 # pkg_add sudo-1.6.9.20.tbz Will not overwrite existing /usr/local/etc/sudoers file. # exit $ sudo -v otp-md5 [something] Password: $ Any idea why that may be or how I could troubleshoot it, short of bisecting the sudo releases until I find the culprit? -- Kirk Strauser