-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
apx doesn't detect subsystem after creating it #429
Comments
I changed the title. Printing the distrobox command is just a visual problem and is to be expected. (It can be a separate issue but not finding the subsystem is much more severe so I'd prioritize that) |
addressing the incorrect command being displayed, can you confirm which distrobox you are using? |
I think apx ships with distrobox |
Yes, but there's no guarantee it's using that version on nobara |
It should be bundled with apx, not packaged. |
I reinstall apx with version 2.4.4 (release page), it does not come with distrobox, editing apx.json to locate the apx and distrobox, still broke. Is this FS issue? I use btrfs by default |
apx is mainly used on VanillaOS, which uses btrfs as the default filesystem, so definitely not. |
Could you run |
a couple of things:
i think it can be confusing to troubleshoot if its not super clear which tool you are using. apx relies on labels of the containers to read the relevant subsystems from podman. if those arent in place or if they are mislabelled, apx wont find them |
I almost give up and deleting apx-arch container, so instead I make ubuntu-noble subsystem to test if it also fail elgato ➜ ~/.../Dev-Repo/apx (main ✗) $ docker inspect apx-ubuntu-noble | jq '.[0].Config.Labels'{
"distrobox.unshare_groups": "0",
"manager": "apx",
"name": "ubuntu-noble",
"nvidia": "true",
"org.opencontainers.image.ref.name": "ubuntu",
"org.opencontainers.image.version": "24.04",
"stack": "ubuntu-noble-stacks"
} elgato ➜ ~/.../Dev-Repo/apx (main ✗) $ apx ubuntu-noble enter
Error: unknown command "ubuntu-noble" for "apx"
Run 'apx --help' for usage.
ERROR unknown command "ubuntu-noble" for "apx" |
The tags look correct here so my hypothesis is out the window. |
OS: Nobara 40
APX: 2.4.4
Container: docker (edit: also happens in podman)
Description:
distrobox enter apx-arch
instead of apx arch enter.apx subsystems
list didn't show any subsystemsThe text was updated successfully, but these errors were encountered: