Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bootstrap.sh fails on ubuntu 22.04.4 #6986

Open
fccoelho opened this issue Jul 9, 2024 · 7 comments
Open

Bootstrap.sh fails on ubuntu 22.04.4 #6986

fccoelho opened this issue Jul 9, 2024 · 7 comments

Comments

@fccoelho
Copy link

fccoelho commented Jul 9, 2024

Description of problem

I am trying to install Dokku on a fresh VM, installed from an official ISO image of ubuntu server 22.04.4

Steps to reproduce

wget -NP . https://dokku.com/install/v0.34.6/bootstrap.sh
sudo DOKKU_TAG=v0.34.6 bash bootstrap.sh

The scripts starts and after a while, stops with the following error message:
image

Of course there are no broken pakages in the system.

dokku report $APP_NAME

I can't install dokku.

Additional information

No response

Output of failing commands after running: dokku trace:off

No response

Output of failing commands after running: dokku trace:on

No response

@josegonzalez
Copy link
Member

What's the output of

sudo apt install

@fccoelho
Copy link
Author

The sudo apt install dokku complained of unmet dependencies:
image

@josegonzalez
Copy link
Member

What is the output of lsb_release -a? Also, where did you install the VM?

@fccoelho
Copy link
Author

the VM is hosted on an Ubuntu machine Using QEMU/KVM.
image

@josegonzalez
Copy link
Member

I am not able to replicate on digitalocean.

Mind trying a new install on a new vm with the following?

 sudo DOKKU_TAG=v0.34.6 TRACE=1 bash bootstrap.sh

And then posting the entire output in a github gist and linking to it here?

@fccoelho
Copy link
Author

It is a bit difficult for me because under virt-manager (QEMU) I can't copy and paste from the VM or even SSH into it.
But I guess that if it has worked on Digitalocean the issue must be with my setup.

@josegonzalez
Copy link
Member

Do you have instructions for me to setup virt-manager? I'm on a Mac, so anything I can do to replicate would be useful. Otherwise, I'll have to close this ticket.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants