You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actual behaviour
Error: failed to get the current user's default shell
Screenshots
If applicable, add screenshots to help explain your problem.
Output of toolbox --version (v0.0.90+)
toolbox version 0.0.99.4
Toolbx package info (rpm -q toolbox)
toolbox-0.0.99.4-1.fc38.x86_64
Output of podman version
Client: Podman Engine
Version: 4.5.1
API Version: 4.5.1
Go Version: go1.20.4
Built: Fri May 26 20:58:48 2023
OS/Arch: linux/amd64
Podman package info (rpm -q podman)
podman-4.5.1-1.fc38.x86_64
Info about your OS
Fedora CoreOS 38.20230625.3.0
Additional context
Please help me figure out why toolbox does not start
# toolbox create --container test --log-level debug
DEBU Running as real user ID 0
DEBU Resolved absolute path to the executable as /usr/bin/toolbox
DEBU Running on a cgroups v2 host
DEBU TOOLBOX_PATH is /usr/bin/toolbox
DEBU Migrating to newer Podman
DEBU Toolbox config directory is /root/.config/toolbox
DEBU Current Podman version is 4.5.1
DEBU Creating runtime directory /run/toolbox
DEBU Old Podman version is 4.5.1
DEBU Migration not needed: Podman version 4.5.1 is unchanged
DEBU Setting up configuration
DEBU Setting up configuration: file /root/.config/containers/toolbox.conf not found
DEBU Resolving container and image names
DEBU Container: ''
DEBU Distribution (CLI): ''
DEBU Image (CLI): ''
DEBU Release (CLI): ''
DEBU Resolved container and image names
DEBU Container: 'fedora-toolbox-38'
DEBU Image: 'fedora-toolbox:38'
DEBU Release: '38'
DEBU Resolving container and image names
DEBU Container: 'test'
DEBU Distribution (CLI): ''
DEBU Image (CLI): 'registry.fedoraproject.org/fedora-toolbox:38'
DEBU Release (CLI): ''
DEBU Resolved container and image names
DEBU Container: 'test'
DEBU Image: 'registry.fedoraproject.org/fedora-toolbox:38'
DEBU Release: '38'
DEBU Checking if container test already exists
DEBU Looking for image registry.fedoraproject.org/fedora-toolbox:38
DEBU Resolving fully qualified name for image registry.fedoraproject.org/fedora-toolbox:38 from RepoTags
DEBU Resolved image registry.fedoraproject.org/fedora-toolbox:38 to registry.fedoraproject.org/fedora-toolbox:38
DEBU Creating runtime directory /run/toolbox
DEBU Checking if'podman create' supports '--mount type=devpts'`DEBU 'podman create' supports '--mount type=devpts'DEBU Checking if'podman create' supports '--ulimit host'DEBU 'podman create' supports '--ulimit host'DEBU Resolving path to the D-Bus system socket DEBU /root canonicalized to /var/roothome DEBU Resolving path to the Avahi socket DEBU failed to find a SOCK_STREAM socket for avahi-daemon.socket DEBU Resolving path to the KCM socket DEBU failed to find a SOCK_STREAM socket for sssd-kcm.socket DEBU Resolving path to the pcsc socket DEBU failed to find a SOCK_STREAM socket for pcscd.socket DEBU Checking if /media is a symbolic link to /run/media DEBU /media is a symbolic link to /run/media DEBU Checking if /mnt is a symbolic link to /var/mnt DEBU /mnt is a symbolic link to /var/mnt DEBU Looking for toolbox.sh DEBU Found /etc/profile.d/toolbox.sh DEBU Checking if /home is a symbolic link to /var/home DEBU /home is a symbolic link to /var/home Error: failed to get the current user's default shell
# echo $SHELL
/bin/bash
The text was updated successfully, but these errors were encountered:
Describe the bug
Toolbox won't start
Steps how to reproduce the behaviour
Expected behaviour
successful launch
Actual behaviour
Error: failed to get the current user's default shell
Screenshots
If applicable, add screenshots to help explain your problem.
Output of
toolbox --version
(v0.0.90+)toolbox version 0.0.99.4
Toolbx package info (
rpm -q toolbox
)toolbox-0.0.99.4-1.fc38.x86_64
Output of
podman version
Podman package info (
rpm -q podman
)podman-4.5.1-1.fc38.x86_64
Info about your OS
Fedora CoreOS 38.20230625.3.0
Additional context
Please help me figure out why toolbox does not start
# echo $SHELL /bin/bash
The text was updated successfully, but these errors were encountered: