question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Ubuntu 20.04 fails to install jitsi via install-letsencrypt-cert.sh

See original GitHub issue

I understand Ubuntu 20.04 had just come out today 4/23/2020. This is mainly an issue to track when you guys decide to move your support up from 18.04.

Description

install-letsencrypt-cert.sh fails on Ubuntu 20.04 due to

python-virtualenv has "no-installation candidate"

Even when we specify in our sources.list and download the older repository from ubuntu bionic, when it comes to the script to run certbot-auto it will than output. Which is not an issue you guys will be able to fix as it is not your project. Just outputting for reference. image

Current behavior

Attempts to install certbot-auto packages and fails to due

python-virtualenv has "no-installation candidate"

Expected Behavior

A fully installed jitsi instance configured with letsencrypt

Possible Solution

Use native certbot rather than certbot-auto.

Steps to reproduce

If you need a quick and fast installation of Ubuntu 20.04 vultr has some images up. https://www.vultr.com

Environment details

Ubuntu 20.04

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:18 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
SSpeckencommented, Sep 1, 2020

@dantman Pls have a look at Jitsi Meet Installation Ubuntu 20.04. You’ll have to:

Install certbot: sudo apt install certbot

and replace ./certbot-auto with certbot in the script /usr/share/jitsi-meet/scripts/install-letsencrypt-cert.sh

sudo sed -i 's/\.\/certbot-auto/certbot/g' /usr/share/jitsi-meet/scripts/install-letsencrypt-cert.sh

1reaction
fredEbhocommented, Aug 22, 2020

It’s an issue that happens only on ubuntu 20.04, I can confirm 18.04 works perfectly

Read more comments on GitHub >

github_iconTop Results From Across the Web

How To Install Jitsi Meet on Ubuntu 20.04 - DigitalOcean
Run this certificate installation script provided by Jitsi Meet at /usr/share/jitsi-meet/scripts/install-letsencrypt-cert.sh with the following ...
Read more >
Question Regarding Using "Generate a Let's Encrypt ...
After running “sudo /usr/share/jitsi-meet/scripts/install-letsencrypt-cert.sh” command, I've received the following error:.
Read more >
How to Install Jitsi Meet on Ubuntu 20.04 (Video Conferencing ...
In this article we will introduce what Jitsi Meet is with the features and will follow onto installation on Ubuntu. Let's start! What...
Read more >
How To Install Jitsi Own Server For Video Conference On ...
I want to share how to install Jitsi Meet own server on ubuntu 20.04. Jitsi officially release new version and fix many issue...
Read more >
Install Jitsi Meet Video Conferencing Application on Ubuntu ...
A fresh Ubuntu 20.04 VPS on the Atlantic.net Cloud Platform ... Next, run the install-letsencrypt-cert.sh script to secure Jitsi Meet with ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found