bigbluebutton / bbb-install

BASH script to install BigBlueButton in 30 minutes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BBB-Install fails with PPA add

etec-masterofsynapse opened this issue · comments

During today's run, I get the following PPA error:

Cannot add PPA: 'ppa:~bigbluebutton/ubuntu/support'.
The team named '~bigbluebutton' has no PPA named 'ubuntu/support'
Please choose from the following available PPAs:
 * 'support':  BigBlueButton Support Packages
Warning: apt-key output should not be parsed (stdout is not a terminal)
bbb-install: Unable to setup PPA for ppa:bigbluebutton/support

Seems like the public key of the repository is not right or it ran out, because an ´apt update´ now gives this error too:

W: GPG error: http://ppa.launchpad.net/bigbluebutton/support/ubuntu focal InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2E1B01D0E95B94BC
E: The repository 'http://ppa.launchpad.net/bigbluebutton/support/ubuntu focal InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

I retested just now, the bbb support PPA error is gone, but now it fails at the coturn repo:

Cannot add PPA: 'ppa:~martin-uni-mainz/ubuntu/coturn'.
The user named '~martin-uni-mainz' has no PPA named 'ubuntu/coturn'
Please choose from the following available PPAs:
 * 'coturn':  Coturn
Warning: apt-key output should not be parsed (stdout is not a terminal)
Cannot add PPA: 'ppa:~martin-uni-mainz/ubuntu/coturn'.
The user named '~martin-uni-mainz' has no PPA named 'ubuntu/coturn'
Please choose from the following available PPAs:
 * 'coturn':  Coturn
Warning: apt-key output should not be parsed (stdout is not a terminal)
bbb-install: Unable to setup PPA for ppa:martin-uni-mainz/coturn

I still do get the error for the bigbluebutton PPA.

Hi! We received another report around the same time: bigbluebutton/bigbluebutton#18927
We're looking into this.

Based on what we're seeing, it's possible that there was a temporary service problem on launchpad... A couple of different PPAs we use seem to have been unreachable. Right now I am able to run bbb-install and the PPAs are used correctly without any code changes... Please comment here if this issue persists for you, ideally also include the time of the incident too. I am closing this as not reproducible (likely not an issue with the script used).