Skip to content
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

[Bug] README does not document required podman.sock for run.sh/smoketest.sh #1532

Closed
andrewazores opened this issue Jun 9, 2023 · 0 comments · Fixed by #1594
Closed

[Bug] README does not document required podman.sock for run.sh/smoketest.sh #1532

andrewazores opened this issue Jun 9, 2023 · 0 comments · Fixed by #1594
Assignees
Labels
bug Something isn't working docs

Comments

@andrewazores
Copy link
Member

run.sh always tries to mount the rootless podman.sock with the following:

    -v "$XDG_RUNTIME_DIR"/podman/podman.sock:/run/user/0/podman/podman.sock:Z \

if the user does not have this socket file (ie. the user podman socket is not enabled) then the script execution fails.

README should probably be updated to list systemctl --user enable --now podman.socket as a prerequisite to running the run.sh/smoketest.sh scripts.

@andrewazores andrewazores added bug Something isn't working docs labels Jun 9, 2023
@andrewazores andrewazores moved this to Backlog in 2.4.0 release Jun 27, 2023
@mwangggg mwangggg self-assigned this Jul 25, 2023
@mwangggg mwangggg moved this from Backlog to In Progress in 2.4.0 release Jul 25, 2023
@github-project-automation github-project-automation bot moved this from In Progress to Done in 2.4.0 release Jul 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working docs
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants