The 'kill' commands send various signals to processes, as defined in signals.h (see <a href="https://linux.die.net/man/7/signal).">https://linux.die.net/man/7/signal).</a><br>-hup sends SIGHUP to the process(es), short for hangup. This historically was for when a serial connection was dropped, and the process needed to close / take action accordingly. For daemon processes, and more commonly with modern software, the response to SIGHUP is to re-read configuration files and restart the process.<br><br>It is likely the case that you are losing the stable flag because Tor drops existing connections in the process of restarting and reloading configuration when it receives SIGHUP. Someone more familiar with Tor internals might be able to confirm what exactly is happening there.<br><br>-MrDetonia<br>-------- Original Message --------<br>On 3 Jul 2018, 04:28, Keifer Bly < keifer.bly@gmail.com> wrote:<blockquote class="protonmail_quote"><br><html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="Generator" content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style></head><body><div class="WordSection1"><p class="MsoNormal"><o:p> </o:p></p><p class="MsoNormal">Hello,</p><p class="MsoNormal"><o:p> </o:p></p><p class="MsoNormal">So recently I rebooted my relay using the killall tor -hup command (while I was trying to mae some changes to my torrc file). My relays uptime was not changed at all by this, having a current uptime of about 6 days. However, I noticed today at <a href="http://torstatus.blutmagie.de/router_detail.php?FP=db1af6477bb276b6ea5e72132684096eee779d30">http://torstatus.blutmagie.de/router_detail.php?FP=db1af6477bb276b6ea5e72132684096eee779d30</a></p><p class="MsoNormal"><o:p> </o:p></p><p class="MsoNormal">My relay lost the stable flag (which it had had for the last about two months). I know not to worry about exactly what flags I have all the time, but it raises the question of what eactly the killall -hup command does?</p><p class="MsoNormal"><o:p> </o:p></p><p class="MsoNormal">Thanks.</p></div></body></html></div>