<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Hi,<br>
      <br>
      Am 2013-12-25 20:55, schrieb Sebastian Urbach:<br>
    </div>
    <blockquote
      cite="mid:1432b533530.27a6.e04ee758f2dadc1889b5b423dda555f9@urbach.org"
      type="cite">Since i switched to 0.2.4.19 a few days ago i noticed
      some strange behaviour. Sometimes the data seems to he corrupted i
      see on torstatus.info. The atlas data seems to be right though.
      Afaik only the contact and family data seems to be wrong.
      <br>
      <br>
<a class="moz-txt-link-freetext" href="https://atlas.torproject.org/#details/3C82285FAC2171FA5178340A82B05F2190AB68E9">https://atlas.torproject.org/#details/3C82285FAC2171FA5178340A82B05F2190AB68E9</a>
      <br>
      <br>
<a class="moz-txt-link-freetext" href="http://torstatus.info/router_detail.php?FP=3c82285fac2171fa5178340a82b05f2190ab68e9">http://torstatus.info/router_detail.php?FP=3c82285fac2171fa5178340a82b05f2190ab68e9</a>
      <br>
      <br>
      Im not sure what to make of it right now. A bitcoin for your
      thoughts ...
      <br>
    </blockquote>
    <br>
    This is a bug in the old TorStatus software. The update script
    periodically obtains its data from the Tor process and gets confused
    by the strings "onion-key" and "ntor-onion-key". This is something
    that needs to be fixed by the operator of the respective TorStatus
    page.<br>
    <br>
    Fot instance, the TorStatus page at torstatus.blutmagie.de and mine
    at torstatus.rueckgr.at get it right:<br>
    <br>
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    <a
href="http://torstatus.blutmagie.de/router_detail.php?FP=3c82285fac2171fa5178340a82b05f2190ab68e9">http://torstatus.blutmagie.de/router_detail.php?FP=3c82285fac2171fa5178340a82b05f2190ab68e9</a><br>
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    <a
href="http://torstatus.rueckgr.at/router_detail.php?FP=3c82285fac2171fa5178340a82b05f2190ab68e9">http://torstatus.rueckgr.at/router_detail.php?FP=3c82285fac2171fa5178340a82b05f2190ab68e9</a><br>
    <br>
    <br>
    In my TorStatus installation, I fixed that problem by replacing<br>
    <br>
    if ($line =~ /onion-key/)<br>
    <br>
    by<br>
    <br>
    if ($line =~ /onion-key/ && $line !~ /ntor-onion-key/)<br>
    <br>
    in tns_update.pl.<br>
    <br>
    <br>
    Regards,<br>
    Paul<br>
    <br>
    <br>
  </body>
</html>