#2601 Unable to upload tarball, with apparently valid cert
Closed: Fixed None Opened 13 years ago by dmalcolm.

= phenomenon =
Have been attempting to upload a new tarball for python3 (for https://fedoraproject.org/wiki/Features/Python_3.2 )

This is on a F13 box. It's failing with:
{{{
[david@surprise master]$ fedpkg -u dmalcolm new-sources Python-3.2rc2.tar.bz2
Uploading: 57ba48501a4261f3c227585b07629e27 Python-3.2rc2.tar.bz2
Could not upload new sources: Lookaside failure. Check your cert.
}}}

{{{
[david@surprise master]$ fedora-cert -n -u dmalcolm
Getting a new User Certificate
FAS Password:
[david@surprise master]$ echo $?
0
[david@surprise master]$ fedora-cert -v
Verifying Certificate
cert expires: 2011-08-07
CRL Checking not implemented yet
[david@surprise master]$ echo $?
0
[david@surprise master]$ fedpkg -u dmalcolm new-sources Python-3.2rc2.tar.bz2
Uploading: 57ba48501a4261f3c227585b07629e27 Python-3.2rc2.tar.bz2
Could not upload new sources: Lookaside failure. Check your cert.
[david@surprise master]$ head ~/.fedora.cert
Certificate:
Data:
Version: 3 (0x2)
Serial Number: 17762 (0x4562)
Signature Algorithm: sha1WithRSAEncryption
Issuer: C=US, ST=North Carolina, L=Raleigh, O=Fedora Project, OU=Fedora Project CA, CN=Fedora Project CA/emailAddress=admin@fedoraproject.org
Validity
Not Before: Feb 8 23:51:59 2011 GMT
Not After : Aug 7 23:51:59 2011 GMT
Subject: C=US, ST=North Carolina, O=Fedora Project, OU=Fedora User Cert, CN=dmalcolm/emailAddress=dmalcolm@redhat.com
}}}

= reason =
Unknown

= recommendation =
Unknown


Discussed this on IRC - apparently a

{{{
yum update nss python-pycurl
}}}

fixed this issue.

Thanks, and sorry for the noise; closing.

I added a note about this to the wiki's "Common Problems" page here, in case anyone else makes the same mistake.
https://fedoraproject.org/w/index.php?title=Infrastructure/CommonProblems&diff=220159&oldid=96435

Login to comment on this ticket.

Metadata