On Fri, May 14, 2021 at 06:02:50PM +0000, sysmanager7 wrote:
Why does a network status fetch cause a signal hup and my system to reset?
x 00:00:07 [NOTICE] Received reload signal (hup). Reloading config and resetting internal state.
It probably isn't the networkstatus fetch that did it. It's much more likely that something else on your system sent the HUP signal -- I would guess it's something that is part of your Tor package.
For example, if your Tor package enables logrotation, it probably hups Tor after that so Tor will close the old log file and reopen a new one.
So, it depends which Tor package you have. Take a look at what cron jobs it added and what they do.
--Roger