From owner-freebsd-questions@FreeBSD.ORG Tue Dec 16 19:16:36 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C89BCA68 for ; Tue, 16 Dec 2014 19:16:36 +0000 (UTC) Received: from mail-oi0-x22a.google.com (mail-oi0-x22a.google.com [IPv6:2607:f8b0:4003:c06::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8E1B3E14 for ; Tue, 16 Dec 2014 19:16:36 +0000 (UTC) Received: by mail-oi0-f42.google.com with SMTP id v63so10074860oia.15 for ; Tue, 16 Dec 2014 11:16:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=berentweb.com; s=google; h=date:from:to:subject:message-id:mime-version:content-type :content-transfer-encoding; bh=sxM1/nFs7Lw/Pg2XbWSXl+tq+zZWozTpAnE4SwR13ak=; b=N0Ru92g/tai2YXIo3jssdVJcsM3TprbeOaSJuirYZksEGXmGdqsZElsr3t/ScYJzaS BST9tRPWyvS1iXZOhF+NW2tO3ghRVXCdzbpZjKIs3z9FjOu9rxSGP6xEpI8vxR3dP+Dh uM+wIbYzbklD36LNh8WY3Bc4FUkUZEbGjfhCA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-type:content-transfer-encoding; bh=sxM1/nFs7Lw/Pg2XbWSXl+tq+zZWozTpAnE4SwR13ak=; b=Xkq+V/EVfHJlow79JTpVKI8o3Y65j9CbQWViWY7kz2b5xAPDnTMdrKfghFWAyYKpEq s97VP9tujiWoXynJNVrOYtnyqLEsZ7bxCCb8qaJfC8M8H9lyx6MLk0KDf4NgAXHuhOJG d6IenmKxLUlbCTUmYPFMH2c8yxU8YKX9Q57K44hWf/QBl57J1Ra1+K8Ycs//xwSKcW5s lqVMRvUUmZ9vCHofOI1tNEuWo45j9v6d3rKxkYJbRzNa845bFO8dAx7nAovKDCiv1c7m 7uHw7icXIAGdQfd6kIprcVj2IsTns66SdMbdcC6NVHiFNq/luJmSxp82UdfpS+pq5uEo FVig== X-Gm-Message-State: ALoCoQluUqhmi6xVQbFNAkstbKYwVq+/+0UoDEd4UiD9mqUbQpQ2h4QAjtoPee5sXMWqzZR7ZOQl X-Received: by 10.60.45.202 with SMTP id p10mr23409771oem.60.1418757395772; Tue, 16 Dec 2014 11:16:35 -0800 (PST) Received: from rsbsd.rsb ([31.200.14.133]) by mx.google.com with ESMTPSA id lb3sm694520obb.24.2014.12.16.11.16.34 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 16 Dec 2014 11:16:35 -0800 (PST) Date: Tue, 16 Dec 2014 21:16:37 +0200 From: Beeblebrox To: freebsd-questions@freebsd.org Subject: gpg2: password verification through cli (disable gui) Message-ID: <20141216211637.268ca011@rsbsd.rsb> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Dec 2014 19:16:36 -0000 I have created the Primary Key as only. Now I want to do an addkey, so I run "gpg2 --expert --edit-key", I select the options but process fails when Primary Key pw is asked through= GUI (User ID not found). Is there a way to force pw entry through CLI? security/pinentry is installed and security/pinentry-ncurses is a conflict. --=20 FreeBSD_amd64_11-Current_RadeonKMS