Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > 68cee4ac3f07324aa593d08944d37e1e > files > 120

eggdrop-1.6.13-2mdk.ppc.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!-- $Id: app-weird.html,v 1.11 2002/06/04 05:11:11 wcc Exp $ -->

<html>
  <head>
    <title>Eggdrop Documentation: Weird Messages That Get Logged</title>
  </head>

  <body>
    <div align="center">
      <p><strong>Weird Messages That Get Logged</strong></p>
    </div>
    <hr>

    <p>Shown below are some messages that Eggdrop might log from time to time
    that are a bit strange and don&#39;t make it really that obvious what
    it&#39;s harping on about:</p>

    <p><strong>(!) timer drift -- spun N minutes</strong></p>

    <blockquote>
      <p>This is caused by one of several known things...</p>
    </blockquote>

    <blockquote>
      <ul>
        <li>Your bot was swapped out of memory for a while, or that for some
        reason the computer stopped letting the bot run. Once a minute,
        Eggdrop does a few maintenance things, including counting down any
        Tcl timers you have going. If for some reason, several minutes pass
        without Eggdrop getting to do this, it logs this message to let you
        know what happened. It&#39;s generally a bad thing, because it means
        that the system your bot is on is very busy, and the bot can hardly
        keep track of the channel very well when it gets swapped out for
        minutes at a time.</li>

        <li>On some systems (at least Linux) if the dns your bot is using to
        lookup hostnames is broken, and *very* slow in responding (this can
        occur if the dns&#39;s uplink doesn&#39;t exist) then you will get
        4/5 minute time drifts continuously, not much can be done about this,
        it&#39;s an operating system problem :(</li>

        <li>The clock on your machine has just been changed (e.g. it was
        running behind by several minutes and was just corrected)</li>
      </ul>
    </blockquote>

    <p><strong>(!) killmember(Nickname) -&gt; nonexistant</strong></p>

    <blockquote>
      <p>We have yet to track this down. It&#39;s a mildly bad thing, though.
      It means the bot just got informed by the server that someone left the
      channel -- but the bot has no record of that person ever being ON the
      channel.</p>

      <p><a href="mailto:jwilkinson@mail.utexas.edu">
      jwilkinson@mail.utexas.edu</a> had some insight into this one:</p>

      <p>This is not an Eggdrop bug, at least not most of the time. This is a
      bug in all but perhaps the very latest ircd systems. It&#39;s not
      uncommon during netsplits and other joins for the server to lose track
      of killed or collided join notices. Also, in some servers, it is
      possible to specify non-standard characters, such as carret symbols,
      which get falsely interpreted as capital letters.</p>

      <p>When converted to lowercase, these symbols fail to get processed,
      and joins are not reported, although parts are.</p>
    </blockquote>
    <hr>

    <p><em>Copyright &copy; 1997 Robey Pointer<br>
     Copyright &copy; 1999, 2000, 2001, 2002 <a href="http://www.eggheads.org/">
     Eggheads Development Team</a></em></p>
  </body>
</html>