← Back to team overview

launchpad-dev team mailing list archive

Re: "Log in / Register" page has "login" but no "Register"

 

it works to create a user without the email address; but it fails
to send the key to keyserver.launchpad.dev when the email address is present
and there's a key associated with it.

gpg: sending key E0206B3F to hkp server keyserver.launchpad.dev
gpg: keyserver internal error
gpg: keyserver send failed: keyserver error

Traceback (most recent call last):
  File "./make-lp-user", line 245, in <module>
    sys.exit(main(sys.argv[1:]))
  File "./make-lp-user", line 237, in main
    attach_gpg_keys(options.email, person)
  File "./make-lp-user", line 196, in attach_gpg_keys
    add_gpg_key(person, fingerprint)
  File "./make-lp-user", line 169, in add_gpg_key
    '--send-key', fingerprint
  File "./make-lp-user", line 160, in run_native_gpg
    raise Exception('GPG error during "%s"' % ' '.join(command_line))
Exception: GPG error during "gpg --keyserver keyserver.launchpad.dev --send-key B4EF9316DACA1843D203FAA794737DDEE0206B3F"


if I issue the command:
gpg --keyserver keyserver.launchpad.dev --send-key B4EF9316DACA1843D203FAA794737DDEE0206B3F
I get:
vmlaunchpad@vmlaunchpad:~/launchpad/lp-branches/devel/utilities$ gpg --keyserver keyserver.launchpad.dev --send-key B4EF9316DACA1843D203FAA794737DDEE0206B3F
gpg: invio della chiave E0206B3F al server hkp keyserver.launchpad.dev
*gpgkeys: HTTP post error 7: couldn't connect to host
*gpg: keyserver internal error
gpg: invio al server di chiavi non riuscito: errore del keyserver

wget --no-check-certificate https://keyserver.launchpad.dev
yields:
ERROR 404: Not Found.

Thanks for your help,

Davide

Il 21/06/2010 8.13, Adi Roiban ha scritto:
On Mon, 2010-06-21 at 08:02 +0200, Davide Galletti wrote:
I have completed the setup of launchpad on a vm and it runs just fine.
But I can't move much
forward as I can't register a new user. Clicking on "Log in /
Register" I just get this form
and there is no "Create a new account" link

any hints?
You should use utilities/make-lp-user. More info here:

https://dev.launchpad.net/FAQ?highlight=(make\-lp\-user)

Cheers





References