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

Quadlet - Line continuation character '/' at the end of a comment line causes infinite loop #21555

Closed
ygalblum opened this issue Feb 8, 2024 · 0 comments · Fixed by #21556
Closed
Labels
kind/bug Categorizes issue or PR as related to a bug. locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. quadlet

Comments

@ygalblum
Copy link
Collaborator

ygalblum commented Feb 8, 2024

          Remco on IRC suggested that I hit this problem in openSUSE/Tumbleweed (podman 4.9.2) with this `.container` file:
[Unit]
Description=Podman container-transmission.service
Documentation=https://github.com/linuxserver/docker-transmission/blob/master/README.md
Wants=network-online.target
After=network-online.target

#   -e USER= `#optional` \
#   -e PASS= `#optional` \
#   -e WHITELIST= `#optional` \
#   -e PEERPORT= `#optional` \
#   -e HOST_WHITELIST= `#optional` \

[Container]
# Image=registry.opensuse.org/home/mcepl/containers/containers/opensuse/transmission:latest
# Image=lscr.io/linuxserver/transmission:latest
Image=docker.io/linuxserver/transmission
ContainerName=transmission
# HostName=my-syncthing
Label=io.containers.autoupdate=registry
Environment=PUID=1000 PGID=100 SEED_RATIO=1.3 TZ=Europe/Prague
Volume=/home/matej/.config/transmission:/config
Volume=/home/matej/Videa/2BSeen:/downloads
#   -v /path/to/watch/folder:/watch \
PublishPort=127.0.0.1:9091:9091
PublishPort=127.0.0.1:51413:51413
PublishPort=127.0.0.1:51413:51413/udp
UserNS=keep-id:uid=1000,gid=100
PodmanArgs=--hostname my-transmission --privileged

[Service]
Restart=on-failure

[Install]
WantedBy=default.target

on running quadlet I get no error message, but this strace output.

Originally posted by @mcepl in #18514 (comment)

@Luap99 Luap99 added kind/bug Categorizes issue or PR as related to a bug. quadlet labels Feb 8, 2024
@stale-locking-app stale-locking-app bot added the locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. label May 9, 2024
@stale-locking-app stale-locking-app bot locked as resolved and limited conversation to collaborators May 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/bug Categorizes issue or PR as related to a bug. locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. quadlet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants