containers / containers/toolbox

Tab completion not working inside container

Open
#439 3 comments 0 reactions 0 assignees View on GitHub
1. Bug 2. CLI 2. Container Realm 5. Good First Issue
Dominant language
Go
Stars
3.5k
Forks
262
Avg merge
3d 1h
Merged PRs (30d)
1

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.