Topic on Talk:Parsoid

Summary by Arlolra

debs hosted on releases.mediawiki.org now

Netnetjoe (talkcontribs)

I failed to install Parsoid on my Ubuntu server with these errors:

sudo apt-key advanced --keyserver keys.gnupg.net --recv-keys 5C927F7C

yields

Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --homedir /tmp/tmp.hzJuISWZKb --no-auto-check-trustdb --trust-model always --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver keys.gnupg.net --recv-keys 5C927F7C
gpg: requesting key 5C927F7C from hkp server keys.gnupg.net
?: keys.gnupg.net: Network is unreachable
gpgkeys: HTTP fetch error 7: couldn't connect: Network is unreachable
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0

sudo apt-get update after adding the deb config

yields

W: Failed to fetch http://parsoid.wmflabs.org:8080/deb/dists/wmf-production/InRelease
W: Failed to fetch http://parsoid.wmflabs.org:8080/deb/dists/wmf-production/Release.gpg  Unable to connect to parsoid.wmflabs.org:8080:
W: Some index files failed to download. They have been ignored, or old ones used instead.

sudo apt-get install parsoid

yields

E: Unable to locate package parsoid

Now I'm stuck in getting VE rolling.

Could anyone help me? Maybe @Arlolra, please? Thanks!

Arlolra (talkcontribs)

"couldn't connect: Network is unreachable"

"Unable to connect to parsoid.wmflabs.org:8080"

It sounds like you're having problems with your network.

2.242.92.87 (talkcontribs)
65.205.175.4 (talkcontribs)

Also cannot connect.

Planetenxin (talkcontribs)

I had a similar issue. Replacing keys.gnupg.net with pgp.mit.edu solved it for me.

Cscott (talkcontribs)

FWIW, we recently released an updated version of the Parsoid package, which is hosted on releases.mediawiki.org instead of parsoid.wmflabs.org. I don't know if that fixed the keyserver problems... but it might have.

Nicolas NALLET (talkcontribs)

I had a similar issue. To resolve it, I added

deb https://releases.wikimedia.org/debian jessie-mediawiki main

in the file (to be created if needed)

/etc/apt/sources.list.d/parsoid.list

Thanks @Seb35 for his help