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

Error: exit status 125 #70

Open
egk10 opened this issue Aug 7, 2022 · 4 comments
Open

Error: exit status 125 #70

egk10 opened this issue Aug 7, 2022 · 4 comments
Labels
bug Something isn't working

Comments

@egk10
Copy link

egk10 commented Aug 7, 2022

see print screen
Captura de tela de 2022-08-07 12-48-58
Captura de tela de 2022-08-07 12-49-24

@egk10
Copy link
Author

egk10 commented Aug 7, 2022

sedge-v0.2.0-linux-amd64

@AntiD2ta
Copy link
Member

AntiD2ta commented Aug 7, 2022

Hello @egk10, thanks for opening an issue. What you are facing here is a known issue of ours in Linux :(
By any chance did you read this in our docs?

I would appreciate more information from your side:

  • Your Linux distribution (OS)
  • Do you have the compose plugin installed? Try running docker compose.

@AntiD2ta AntiD2ta added the bug Something isn't working label Aug 7, 2022
@egk10
Copy link
Author

egk10 commented Aug 8, 2022 via email

@GLCNI
Copy link

GLCNI commented Dec 7, 2022

I noticed the same error myself, only with already installed docker compose
Problem:
Error with Docker compose, if installed before manually in some cases there is an error where the sedge cli will recognize the installation of docker compose, but when running it will not detect docker compose plugin and exits
[ERRO] it seems docker compose plugin is not installed. please install it and try again. Error: exit status 125

I’ve seen this reported a few times now, from others and with different versions of docker compose. I’m not sure how docker compose is installed in those cases, but I have reproduced by installing from apt repository.

PIC 1

To Replicate:
Fresh install of Ubuntu 20.04LTS, install docker compose
sudo apt install docker compose
install sedge v0.5.0
Run sedge cli

PIC 2

to fix I had to uninstall docker compose and docker and start again with sedge installing those dependencies, and it worked.

possible solution:
delete any old previous versions

sudo apt-get remove docker-engine docker.io containerd runc
sudo apt-get remove docker-compose docker-compose-plugin

Is there reason to not do this by default, and just have sedge remove older versions and install docker & compose plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants