You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 20, 2025. It is now read-only.
Short version: upstream tinc 1.0.28 introduces systemd services files. Because python-dnspython is (right now) not available from stable but only from backports, tinc will also be installed from backports version 1.0.28-1~bpo8+1 instead of stable version 1.0.24-2.1+b1, thus using the upstream systemd services files.
The problem is, tinc won't start from systemd - but works fine when started manually.
Pull #194 has 4473fc7 which ensures tinc is installed from stable.
I have a feeling that upstream tinc is not the giulty here, it might be the way we use systemd that is wrong. This issue is created to track down this behaviour, if/whenever this behaviour happens again.
Short version: upstream tinc 1.0.28 introduces systemd services files. Because
python-dnspythonis (right now) not available fromstablebut only frombackports, tinc will also be installed frombackportsversion1.0.28-1~bpo8+1instead ofstableversion1.0.24-2.1+b1, thus using the upstream systemd services files.The problem is, tinc won't start from systemd - but works fine when started manually.
Pull #194 has 4473fc7 which ensures tinc is installed from
stable.I have a feeling that upstream tinc is not the giulty here, it might be the way we use systemd that is wrong. This issue is created to track down this behaviour, if/whenever this behaviour happens again.