Control: forwarded -1 https://github.com/systemd/systemd/issues/2467

Hi Andreas!

Am 08.05.2015 um 16:19 schrieb Andreas Cadhalpun:
> A quick reproducer for the problem:
> # cat <<EOF > /etc/systemd/system/test.socket
> [Socket]
> ListenStream=/run/test.ctl
> EOF
> # cat <<EOF > /etc/systemd/system/test.service
> [Unit]
> Requires=test.socket
> ConditionPathExistsGlob=/tmp/nonexistent
> 
> [Service]
> ExecStart=/bin/true
> EOF
> # systemctl daemon-reload
> # systemctl start test.socket
> # echo a | nc -U /run/test.ctl
> 
> The last command hangs indefinitely and systemd starts eating 100 % CPU
> time of one core, while producing GBs of log messages.

Thanks for the reproducer, I can still trigger this issue with v228. So
I've forwarded it upstream. Marking the bug accordingly.

Feel free to follow up on the upstream bug report.

Regards,
Michael
-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to