You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a new droplet from the Marketplace page and then connected to it via SSH and typed bash /var/complete-jitsi-setup.sh just like the MOTD says and it failed saying:
-------------------------
Updating the system
-------------------------
Hit:1 http://mirrors.digitalocean.com/ubuntu jammy InRelease
Hit:2 https://repos-droplet.digitalocean.com/apt/droplet-agent main InRelease
Hit:3 http://mirrors.digitalocean.com/ubuntu jammy-updates InRelease
Hit:4 https://repos.insights.digitalocean.com/apt/do-agent main InRelease
Hit:5 http://mirrors.digitalocean.com/ubuntu jammy-backports InRelease
Hit:6 http://security.ubuntu.com/ubuntu jammy-security InRelease
Hit:7 https://download.jitsi.org stable/ InRelease
Reading package lists... Done
E: Could not get lock /var/lib/dpkg/lock-frontend. It is held by process 8493 (unattended-upgr)
N: Be aware that removing the lock file is not a solution and may break your system.
E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it?
-------------------------
Configuring Jitsi for your domain
-------------------------
E: Could not get lock /var/lib/dpkg/lock-frontend. It is held by process 8493 (unattended-upgr)
N: Be aware that removing the lock file is not a solution and may break your system.
E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it?
bash: /usr/share/jitsi-meet/scripts/install-letsencrypt-cert.sh: No such file or directory
processing prosody conf file: /etc/prosody/conf.avail/*.cfg.lua
sed: can't read /etc/prosody/conf.avail/*.cfg.lua: No such file or directory
Failed to restart prosody.service: Unit prosody.service not found.
Failed to restart jicofo.service: Unit jicofo.service not found.
Failed to restart jitsi-videobridge2.service: Unit jitsi-videobridge2.service not found.
The text was updated successfully, but these errors were encountered:
This happened to me too; I suspect it's because on first-boot the droplet does some automatic updates (i.e. unattended-upgr pid 8493). My error was It is held by process 9233 (apt-get), and apt-get sure was running:
I gave it a couple of minutes to finish, and then complete-jitsi-setup.sh worked just fine. The shell script should probably check for this and wait instead of failing like this.
I created a new droplet from the Marketplace page and then connected to it via SSH and typed
bash /var/complete-jitsi-setup.sh
just like the MOTD says and it failed saying:The text was updated successfully, but these errors were encountered: