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

Subsystem based on Ubuntu stack fails to launch with either exit code 1 or 255 #386

Open
sid3425 opened this issue Aug 7, 2024 · 2 comments
Labels

Comments

@sid3425
Copy link

sid3425 commented Aug 7, 2024

On a fresh installation of Vanilla OS 2, any apx subsystem created using the provided Ubuntu substack, which is based on the ubuntu:latest container image, fails to launch with either an exit code 255 or exit code 1 with the following error message:

ssaxena@apx-vso-pico:~$ apx Test enter
Starting container...                   	 [ OK ]
Installing basic packages...            	 Error: An error occurred
Error: An error occurred while entering the container: exit status 1
Usage:
  apx Test enter [flags]

Flags:
  -h, --help   help for enter

  ERROR   An error occurred while entering the container: exit status 1

Here, Test refers to the Ubuntu subsystem that I created. Resetting the subsystem and deletion does not seem to solve this issue. On the other hand using other stacks such as Fedora works normally, and I am able to install, update, run and remove packages without any issues.

@taukakao
Copy link
Member

taukakao commented Aug 7, 2024

I can't reproduce this.
Could you make sure you are on the latest version with: "apx -v", it should be "v2.4.3"

@sid3425
Copy link
Author

sid3425 commented Aug 7, 2024

apx -v shows version 2.4.3 which is the latest, I think either there is a bug with apx that may cause this by not installing packages correctly while setting up the image or an issue with the ubuntu:latest image itself

@taukakao taukakao added the triage label Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants