Tor starts before IPv6 is available
Bug #1749309 reported by
SJMurdoch
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tor (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
On Ubuntu xenial, systemd starts Tor before the IPv6 address is available and so Tor fails to assign an IPv6 address then exits. systemd tries to restart Tor (I think five times) but even by the last time there's still no IPv6 address assigned and hence Tor fails to start.
As a work-around I added RestartSec=10 to the systemd unit file to slow down the restart such that by the second time tor starts, there is an IPv6 address available.
See discussion here for more details https:/
To post a comment you must log in.
Could not perhaps Tor be fixed to follow the advice for developers at the end of
https:/ /www.freedeskto p.org/wiki/ Software/ systemd/ NetworkTarget/ #whatdoesthisme anformeadevelop er
such that it can be started up even if the network has not yet been allocated all addresses?