Skip to content

Tab completion not working inside container #439

Open
@kghorvath

Description

Attempting to use tab completion with bash inside a container triggers the following message:
bash: cannot create temp file for here-document: Invalid argument

It seems like it may have something to do with /var/tmp. Trying to write in it for the normal user inside the container:
$touch foo
touch: setting times of 'foo': No such file or directory

And trying to run dnf without sudo:
Error: Could not set cachedir: [Errno 22] Invalid argument: '/var/tmp/dnf-myusername-h9bf776j'

System is Fedora 32 Silverblue, running Podman 1.9.1

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    1. BugSomething isn't working2. CLIIssue is related to the command line interface2. Container RealmThe issue is related to what happens inside of a toolbox container5. Good First IssueGood for newcomers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions