toolbox icon indicating copy to clipboard operation
toolbox copied to clipboard

Tool for interactive command line environments on Linux

Results 154 toolbox issues
Sort by recently updated
recently updated
newest added

First actually, drop the hardcoded "Welcome to Fedora Silverblue" which has been wrong from the start since we support installing toolbox on traditional systems too. (And it's an anti-pattern for...

**Describe the bug** Programs in a standard Fedora toolbox don't receive uevents, i.e. udev events about hardware changes through the AF_NETLINK socket. This is [supposed](https://dummdida.tumblr.com/post/121087781445/re-udev-events-in-a-container) [to work](https://stackoverflow.com/questions/49687378/how-to-get-hosts-udev-events-from-a-docker-container) with running the...

1. Bug

**Describe the bug** Once SELinux's 'confined user' [1] accounts are used, toolbox does no longer work on Fedora and CentOS: The issue is not logged in journalctl, neither at user...

1. Bug

This inherits https://github.com/containers/toolbox/pull/943 and is very similar to https://github.com/openshift/machine-config-operator/pull/2587 Basically, it's useful at an API level to more clearly distinguish between the "run a command for its side effect" versus...

6. Minor Change
3. New Feature
2. Under The Hood
7. Needs tests

**Describe the bug** The new Toolbx image for Arch Linux has `VERSION_ID=TEMPLATE_VERSION_ID` in `os-release(5)`. This is a bit odd, and isn't present on Arch hosts. **Steps how to reproduce the...

1. Bug

**Describe the bug** I have an encrypted (with BitLocker) partition labeled `Data` which is unlocked via `gio mount -d /dev/nvme0nXpY`. If a toolbox container is started **before** the partition is...

1. Bug

**Describe the bug** My setup includes running gpg-agent on my host and doing development (git commit, etc) inside my toolbox container. When I git-commit I sign the commits, which means...

1. Bug

In particular, this means it's impossible to remove a toolbox-created container without first stopping/killing it with `podman`: ``` ~/toolbox  ./toolbox create -c test Created container: test Enter with: toolbox...

1. Bug

**Describe the bug** After creating a toolbox and launching a large build process (an OpenEmbedded build) on a 64-core machine eventually the build fails with this error: ``` libgomp: Thread...

1. Bug

This is inspired by @kronenpj work in #298 but for Debian `sid`, so a few changes here and there. It builds with `podman` and no issues with `toolbox create` or...

2. Images