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 detected - status code 127 #350

Closed
hikmat30ce opened this issue Oct 15, 2022 · 3 comments
Closed

Error detected - status code 127 #350

hikmat30ce opened this issue Oct 15, 2022 · 3 comments

Comments

@hikmat30ce
Copy link

Describe the bug
After running in ubuntu docker, I got below error
Error detected - status code 127
Command: echo -e "Command: $ORANGE$BASH_COMMAND$NC"
Location: ./installer/I01_default_apps_host.sh, line 51
Stack Trace:
[1] I01_default_apps_host(): ./installer/I01_default_apps_host.sh, line 51 -> I01_default_apps_host
[2] main(): ./installer.sh, line 195 -> main -d

To Reproduce
Steps to reproduce the behavior:

  1. User docker for desktop in mac book pro M1

  2. Used below docker file to build image (this is needed to enable ssh from host machine)

    FROM ubuntu:latest
    RUN apt update && apt install  openssh-server sudo -y
    RUN useradd -rm -d /home/ubuntu -s /bin/bash -g root -G sudo -u 1000 test 
    RUN  echo 'test:test' | chpasswd
    RUN service ssh start
    EXPOSE 22
    CMD ["/usr/sbin/sshd","-D"]
    
  3. executed below commands
    git clone https://github.com/e-m-b-a/emba.git cd emba
    sudo ./installer.sh -d

Expected behavior
The error should not be thrown

@m-1-k-3
Copy link
Member

m-1-k-3 commented Oct 16, 2022

just to ensure I understand your setup correctly. You have "docker for desktop" on your mac and you install Ubuntu in there and then EMBA in default mode within this dockerized Ubuntu?

@m-1-k-3
Copy link
Member

m-1-k-3 commented Oct 16, 2022

The error is from updating the pip requests package without installing pip ... could you please check the PR. Probably this will fix this error. We will see if you are running into further issues with your setup.

@m-1-k-3
Copy link
Member

m-1-k-3 commented Oct 17, 2022

Reopen if not fixed

@m-1-k-3 m-1-k-3 closed this as completed Oct 17, 2022
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