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

Ubuntu 24.04 install fails #41

Open
MKrick opened this issue May 2, 2024 · 3 comments
Open

Ubuntu 24.04 install fails #41

MKrick opened this issue May 2, 2024 · 3 comments
Assignees

Comments

@MKrick
Copy link

MKrick commented May 2, 2024

Trying to install lando on a fresh copy of Ubuntu 24.04 LTS and get this error after entering my pw and it starts downloading

Press RETURN/ENTER to continue or any other key to abort:
please enter sudo password:
debug running /usr/bin/sudo true
downloading https://github.com/lando/cli/releases/download/v3.21.0-beta.14/lando-linux-x64-v3.21.0-beta.14-slim to /usr/local/bin/lando
debug running /usr/bin/sudo curl --fail --location --progress-bar --output /tmp/16410 https://github.com/lando/cli/releases/download/v3.21.0-beta.14/lando-linux-x64-v3.21.0-beta.14-slim
##################################################################################################################### 100.0%
debug running /usr/bin/sudo chmod +x /tmp/16410
chmod: cannot access '/tmp/16410': No such file or directory
ERROR: Failed during: /usr/bin/sudo chmod +x /tmp/16410

The file never reaches the /tmp/xxx folder
I grabbed the file manually using wget but don't know how to install it from there. "sudo dpkg -i filename" like I used to use before doesn't seem to work anymore.

@pirog pirog self-assigned this May 2, 2024
@pirog
Copy link
Sponsor Member

pirog commented May 2, 2024

huh. interesting. do you not have a /tmp directory?

@MKrick
Copy link
Author

MKrick commented May 3, 2024

I did, but the random /tmp/sub-dir did not generate iirc. Honestly 24.04 was such a mess I formatted and went to 22 and now it's running perfectly. Couldn't get a lot of things running.

@pirog
Copy link
Sponsor Member

pirog commented May 3, 2024

i think the "sub-dir" is actually the file eg lando itself before we copy it to destination so only the existence of /tmp is required. that said im going to keep this ticket open so we can get more feedback/info but for now chalk it up to "Ubuntu 24.04" weirdness.

pirog added a commit that referenced this issue May 3, 2024
pirog added a commit that referenced this issue May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants