From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QejU8-0008Cr-V1 for garchives@archives.gentoo.org; Thu, 07 Jul 2011 07:58:57 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B2CD21C0D0; Thu, 7 Jul 2011 07:58:18 +0000 (UTC) Received: from mail-iy0-f181.google.com (mail-iy0-f181.google.com [209.85.210.181]) by pigeon.gentoo.org (Postfix) with ESMTP id A01AF21C092 for ; Thu, 7 Jul 2011 07:57:25 +0000 (UTC) Received: by iyf40 with SMTP id 40so836740iyf.40 for ; Thu, 07 Jul 2011 00:57:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=FsTP2VKMYCQJQ5An6boNFtvgUsq0z3zDXQA5tl0f1D8=; b=lst/QFgEGX7IULHzm6KKrxoAzODnOxkjHLfkVMg8k5Iac4z8eAlcteLWe7+WflUXgj 8qahcJl97TOGtmlhx8y26twicPN0ucX0VCdFuGimjYDsC2WYIcRwcD0Co9hF+DqQvBeI ri7OgSpQwOSKVNbCZC9uKLI/ExJR9QFG6c2+I= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Received: by 10.231.61.7 with SMTP id r7mr464136ibh.151.1310025445074; Thu, 07 Jul 2011 00:57:25 -0700 (PDT) Sender: gurligebis@gmail.com Received: by 10.231.39.130 with HTTP; Thu, 7 Jul 2011 00:57:25 -0700 (PDT) Date: Thu, 7 Jul 2011 09:57:25 +0200 X-Google-Sender-Auth: 0QShs7J7HVWuz4mmC23CiXBNKMo Message-ID: Subject: [gentoo-dev] Problem signing manifests for ebuilds From: Bjarke Istrup Pedersen To: gentoo-dev@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: X-Archives-Hash: 8022d6e37f4d9c93d88e0a26bc0c791e I'm having a problem signing manifests from time to time (it's random if it works or not). When I run repoman commit, sometimes it asks for my password, and signs it just fine. But sometimes it just fails silently with the following error: You need a passphrase to unlock the secret key for user: "Bjarke Istrup Pedersen " 1024-bit DSA key, ID 14576049, created 2008-08-20 gpg: cancelled by user gpg: no default secret key: Operation cancelled gpg: ./Manifest: clearsign failed: Operation cancelled !!! !!! gpg exited with '512' status !!! Disabled FEATURES='sign' Does anyone have an idea of why it fails to sign it randomly? /Bjarke