Can't install OpenShot on Ubuntu 9.10

Asked by jerry

I'm trying to install OpenShot on a VM running a fresh install of Ubuntu 9.10. The PPA installation method fails when it tries to retrieve the public key, i.e.,

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys B9BA26FA

The build wizard install method also fails on a socket connection problem when trying to download the MLT Project files (Initialized empty Git repository)

What can be done for a successful installation?

Also, can this program be installed/built on a Red Hat Linux 5.3 system?

Thanks

Question information

Language:
English Edit question
Status:
Answered
For:
OpenShot Video Editor Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Andy Finch (fincha) said :
#1

The public key failing is a problem with the ubuntu keyserver - it might take a couple of goes to retrieve the key. For some reason, the Ubuntu keyserver seems to be a bit flaky at times. So I woud try again trying to register the key - maybe wait an hour or two.

If the dependencies are available in Red Hat then it should be possible to build it.

Revision history for this message
jerry (js8582003) said :
#2

Andy,

Between yesterday and today, I've tried a key request at various times and each time, I get a keyserver timeout/error. Possibly, the key is either bad (B9BA26FA) or the keyserver probably needs to be restarted. Still can't continue with installation.

________________________________
From: Andy Finch <email address hidden>
To: <email address hidden>
Sent: Thu, November 19, 2009 10:55:37 AM
Subject: Re: [Question #90863]: Can't install OpenShot on Ubuntu 9.10

Your question #90863 on OpenShot Video Editor changed:
https://answers.launchpad.net/openshot/+question/90863

    Status: Open => Answered

Andy Finch proposed the following answer:
The public key failing is a problem with the ubuntu keyserver - it might
take a couple of goes to retrieve the key. For some reason, the Ubuntu
keyserver seems to be a bit flaky at times. So I woud try again trying
to register the key - maybe wait an hour or two.

If the dependencies are available in Red Hat then it should be possible
to build it.

--
If this answers your question, please go to the following page to let us
know that it is solved:
https://answers.launchpad.net/openshot/+question/90863/+confirm?answer_id=0

If you still need help, you can reply to this email or go to the
following page to enter your feedback:
https://answers.launchpad.net/openshot/+question/90863

You received this question notification because you are a direct
subscriber of the question.

Revision history for this message
jerry (js8582003) said :
#3

Yes

________________________________
From: jerry <email address hidden>
To: <email address hidden>
Sent: Fri, November 20, 2009 2:45:20 PM
Subject: Re: [Question #90863]: Can't install OpenShot on Ubuntu 9.10

Your question #90863 on OpenShot Video Editor changed:
https://answers.launchpad.net/openshot/+question/90863

    Status: Answered => Open

You are still having a problem:
Andy,

Between yesterday and today, I've tried a key request at various times
and each time, I get a keyserver timeout/error. Possibly, the key is
either bad (B9BA26FA) or the keyserver probably needs to be restarted.
Still can't continue with installation.

________________________________
From: Andy Finch <email address hidden>
To: <email address hidden>
Sent: Thu, November 19, 2009 10:55:37 AM
Subject: Re: [Question #90863]: Can't install OpenShot on Ubuntu 9.10

Your question #90863 on OpenShot Video Editor changed:
https://answers.launchpad.net/openshot/+question/90863

    Status: Open => Answered

Andy Finch proposed the following answer:
The public key failing is a problem with the ubuntu keyserver - it might
take a couple of goes to retrieve the key. For some reason, the Ubuntu
keyserver seems to be a bit flaky at times. So I woud try again trying
to register the key - maybe wait an hour or two.

If the dependencies are available in Red Hat then it should be possible
to build it.

--
If this answers your question, please go to the following page to let us
know that it is solved:
https://answers.launchpad.net/openshot/+question/90863/+confirm?answer_id=0

If you still need help, you can reply to this email or go to the
following page to enter your feedback:
https://answers.launchpad.net/openshot/+question/90863

You received this question notification because you are a direct
subscriber of the question.

You received this question notification because you are a direct
subscriber of the question.

Revision history for this message
Andy Finch (fincha) said :
#4

According to the PPA page (https://launchpad.net/~jonoomph/+archive/openshot-edge), the key should be EDFBD1F9

Revision history for this message
biosavvy (johnohm) said :
#5

Command:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys B9BA26FA

Result:
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --keyserver keyserver.ubuntu.com --recv-keys B9BA26FA
gpg: requesting key B9BA26FA from hkp server keyserver.ubuntu.com
gpgkeys: HTTP fetch error 7: couldn't connect to host
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0

The result is the same with the EDFBD1F9 key.

Any progress on this Jerry?

Thanks,
John

Revision history for this message
jerry (js8582003) said :
#6

John,

I haven't tried the new key that Andy suggested (EDFBD1F9, which you tried and failed). Whoever maintains the ubuntu keyserver needs to be notified of the problem so it can be fixed. I'll probably try building it the hard way getting all the dependencies first.

________________________________
From: biosavvy <email address hidden>
To: <email address hidden>
Sent: Tue, December 1, 2009 10:23:15 AM
Subject: Re: [Question #90863]: Can't install OpenShot on Ubuntu 9.10

Your question #90863 on OpenShot Video Editor changed:
https://answers.launchpad.net/openshot/+question/90863

biosavvy posted a new comment:
Command:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys B9BA26FA

Result:
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --keyserver keyserver.ubuntu.com --recv-keys B9BA26FA
gpg: requesting key B9BA26FA from hkp server keyserver.ubuntu.com
gpgkeys: HTTP fetch error 7: couldn't connect to host
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0

The result is the same with the EDFBD1F9 key.

Any progress on this Jerry?

Thanks,
John

--
You received this question notification because you are a direct
subscriber of the question.

Revision history for this message
biosavvy (johnohm) said :
#7

Jerry,
This appears to be an ongoing problem with the ubuntu keyserver. See this: https://answers.launchpad.net/ubuntu/+question/81538

I was able to install the key this morning from home, but can't get it from my work system (where I needed it in the first place).

There are some other key servers mentioned in the above launchpad question, maybe one of those will work.

Revision history for this message
Jonathan Thomas (jonoomph) said :
#8

For that that do not know, if you are unable to install the key, you can
still install OpenShot from the PPA. It will just pop up a warning about
the key.

On Wed, Dec 2, 2009 at 8:36 AM, biosavvy <
<email address hidden>> wrote:

> Question #90863 on OpenShot Video Editor changed:
> https://answers.launchpad.net/openshot/+question/90863
>
> biosavvy posted a new comment:
> Jerry,
> This appears to be an ongoing problem with the ubuntu keyserver. See this:
> https://answers.launchpad.net/ubuntu/+question/81538
>
> I was able to install the key this morning from home, but can't get it
> from my work system (where I needed it in the first place).
>
> There are some other key servers mentioned in the above launchpad
> question, maybe one of those will work.
>
> --
> You received this question notification because you are an answer
> contact for OpenShot Video Editor.
>

Revision history for this message
biosavvy (johnohm) said :
#9

Very true Jonathan. I confirm that installing without a key does work. Maybe it's nitpicky, but the whole point of even signing the packages is to make sure users don't get some nefarious copy installed on their machines. I realize there are issues with the ubuntu keyserver, maybe the documentation should point to one that is more reliable?

Revision history for this message
J. Simon van der Walt (tedthetrumpet) said :
#10

I too have this problem, but I don't understand exactly *how* to install it *without* using the key? Which bit of this do I have to change?

sudo add-apt-repository ppa:jonoomph/openshot-edge
sudo apt-get update
sudo apt-get install openshot openshot-docs

Revision history for this message
Jonathan Thomas (jonoomph) said :
#11

When you call add-apt repository, it will automatically try and download and install the key. It saves you the trouble of having to register the key manually. However, if the keyserver is timing out, you will just need to wait a few minutes and try again. Good luck!

Can you help with this problem?

Provide an answer of your own, or ask jerry for more information if necessary.

To post a message you must log in.