-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Open
Labels
Good First IssueThis issue would be a good issue for a first time contributor to undertake.This issue would be a good issue for a first time contributor to undertake.bugweekkind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.triagedIssue has been triagedIssue has been triagedvolunteers-wantedIssues good for community/volunteer contributionsIssues good for community/volunteer contributions
Description
Issue Description
A strange issue. I have extracted ventoy and used this to format a USB. However after this my podman command stopped working.
Command:
podman run -d \
--name=qbittorrent \
--restart=on-failure \
--network=host \
--userns=keep-id \
--user root \
-e PUID=1000 \
-e PGID=1000 \
-e QBT_WEBUI_PORT=58080 \
-v qbittorrent-config:/config \
-v $HOME/Downloads:/downloads:Z \
docker.io/qbittorrentofficial/qbittorrent-nox:latesterror:
Error: lsetxattr(label=system_u:object_r:container_file_t:s0:c438,c654) /home/zihad/Downloads/ventoy-1.1.07/Ventoy2Disk.ini: operation not permittedI don't understand why a ventoy file not letting me mount this directory. If I delete the ventoy directory. Podman command works.
This is on Fedora 43
Steps to reproduce the issue
Steps to reproduce the issue
- Use extract and use ventoy
- run the podman command and try to mount the directory ventoy exist
- It throws relabel error.
Describe the results you received
Describe the results you receivedError: lsetxattr(label=system_u:object_r:container_file_t:s0:c438,c654) /home/zihad/Downloads/ventoy-1.1.07/Ventoy2Disk.ini: operation not permitted
Describe the results you expected
Describe the results you expected:
It should have mount the directory.
podman info output
podman version 5.6.1Podman in a container
No
Privileged Or Rootless
Rootless
Upstream Latest Release
Yes
Additional environment details
Additional environment details
Additional information
Additional information like issue happens only occasionally or issue happens with a particular architecture or on a particular setting
Metadata
Metadata
Assignees
Labels
Good First IssueThis issue would be a good issue for a first time contributor to undertake.This issue would be a good issue for a first time contributor to undertake.bugweekkind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.triagedIssue has been triagedIssue has been triagedvolunteers-wantedIssues good for community/volunteer contributionsIssues good for community/volunteer contributions