]> jfr.im git - irc.git/blob - software/!RELEASES/ircservices/achurch.org/services/lists/ircservices/2001/002588.html
RELEASE -> !RELEASE
[irc.git] / software / !RELEASES / ircservices / achurch.org / services / lists / ircservices / 2001 / 002588.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices] Wrong number of users
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20Wrong%20number%20of%20users&In-Reply-To=">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="002587.html">
11 <LINK REL="Next" HREF="002589.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices] Wrong number of users</H1>
15 <B>Andrew Kempe</B>
16 <A HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20Wrong%20number%20of%20users&In-Reply-To="
17 TITLE="[IRCServices] Wrong number of users">andrewk at isdial.net
18 </A><BR>
19 <I>Fri Nov 30 14:54:01 PST 2001</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="002587.html">[IRCServices] Wrong number of users
22 </A></li>
23 <LI>Next message: <A HREF="002589.html">[IRCServices] Deleting a nick
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#2588">[ date ]</a>
27 <a href="thread.html#2588">[ thread ]</a>
28 <a href="subject.html#2588">[ subject ]</a>
29 <a href="author.html#2588">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>hmmm yes....
35
36 i'll put my mistake down to my company's year end staff party going on until
37 4 am this morning.... :)
38
39
40 ----- Original Message -----
41 From: &quot;Georges Berscheid&quot; &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">Georges at Berscheid.lu</A>&gt;
42 To: &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices at ircservices.za.net</A>&gt;
43 Sent: Friday, November 30, 2001 2:40 PM
44 Subject: Re: [IRCServices] Wrong number of users
45
46
47 &gt;<i> Re,
48 </I>&gt;<i>
49 </I>&gt;<i> yes, I know that. That's exactly the problem, because my services see a
50 </I>lot
51 &gt;<i> MORE (see below) users than ircd, users that have already gone offline.
52 </I>&gt;<i>
53 </I>&gt;<i> Georges
54 </I>&gt;<i>
55 </I>&gt;<i>
56 </I>&gt;<i> Andrew Kempe wrote:
57 </I>&gt;<i>
58 </I>&gt;<i> &gt; Just be careful... Services' user count does not include NickServ,
59 </I>ChanServ
60 &gt;<i> &gt; etc in it's user count. So Services will always see less users than the
61 </I>&gt;<i> &gt; ircd.
62 </I>&gt;<i> &gt;
63 </I>&gt;<i> &gt; Andrew
64 </I>&gt;<i> &gt;
65 </I>&gt;<i> &gt; ----- Original Message -----
66 </I>&gt;<i> &gt; From: &quot;Georges Berscheid&quot; &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">Georges at Berscheid.lu</A>&gt;
67 </I>&gt;<i> &gt; To: &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices at ircservices.za.net</A>&gt;
68 </I>&gt;<i> &gt; Sent: Friday, November 30, 2001 12:11 PM
69 </I>&gt;<i> &gt; Subject: [IRCServices] Wrong number of users
70 </I>&gt;<i> &gt;
71 </I>&gt;<i> &gt; &gt; Hi,
72 </I>&gt;<i> &gt; &gt;
73 </I>&gt;<i> &gt; &gt; problem is the following: *finduser() returns a pointer to a User
74 </I>struct
75 &gt;<i> &gt; &gt; that is not online anymore in some cases. And it seems this only
76 </I>happens
77 &gt;<i> &gt; &gt; when the user quit with Ping Timeout (as /ns info &lt;nick&gt; reports). So
78 </I>&gt;<i> &gt; &gt; services know that the user quit, but they don't free the structure.
79 </I>&gt;<i> &gt; &gt;
80 </I>&gt;<i> &gt; &gt; Also /lusers shows something different than /os stats:
81 </I>&gt;<i> &gt; &gt; /lusers:
82 </I>&gt;<i> &gt; &gt; --- Current Local Users: 51 Max: 463
83 </I>&gt;<i> &gt; &gt; --- Current Global Users: 61 Max: 472
84 </I>&gt;<i> &gt; &gt;
85 </I>&gt;<i> &gt; &gt; /os stats:
86 </I>&gt;<i> &gt; &gt; -OperServ- Current users: 66 (2 ops)
87 </I>&gt;<i> &gt; &gt; -OperServ- Maximum users: 470 (Nov 25 20:50:36 2001 CET)
88 </I>&gt;<i> &gt; &gt;
89 </I>&gt;<i> &gt; &gt; I already had that kind of problem when users were killed because of
90 </I>&gt;<i> &gt; &gt; Session limit exceeded, but they only had one Connection from their
91 </I>&gt;<i> &gt; &gt; host.
92 </I>&gt;<i> &gt; &gt; Is there any good way to debug this ?
93 </I>&gt;<i> &gt; &gt;
94 </I>&gt;<i> &gt; &gt; Georges
95 </I>&gt;<i> &gt; &gt;
96 </I>&gt;<i> &gt; &gt; P.S. I'm using Unreal3.1.1
97 </I>&gt;<i> &gt; &gt;
98 </I>&gt;<i> &gt; &gt; -----------------------------------------------------------
99 </I>&gt;<i> &gt; &gt; To unsubscribe, mail <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices-request at ircservices.za.net</A>
100 </I>&gt;<i> &gt; &gt; with the word UNSUBSCRIBE in the subject of the mail.
101 </I>&gt;<i> &gt; &gt; <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">http://www.ircservices.za.net/mailman/listinfo/ircservices</A>
102 </I>&gt;<i> &gt; &gt;
103 </I>&gt;<i> &gt;
104 </I>&gt;<i> &gt; -----------------------------------------------------------
105 </I>&gt;<i> &gt; To unsubscribe, mail <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices-request at ircservices.za.net</A>
106 </I>&gt;<i> &gt; with the word UNSUBSCRIBE in the subject of the mail.
107 </I>&gt;<i> &gt; <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">http://www.ircservices.za.net/mailman/listinfo/ircservices</A>
108 </I>&gt;<i>
109 </I>&gt;<i> -----------------------------------------------------------
110 </I>&gt;<i> To unsubscribe, mail <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices-request at ircservices.za.net</A>
111 </I>&gt;<i> with the word UNSUBSCRIBE in the subject of the mail.
112 </I>&gt;<i> <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">http://www.ircservices.za.net/mailman/listinfo/ircservices</A>
113 </I>&gt;<i>
114 </I>
115
116 </PRE>
117
118 <!--endarticle-->
119 <HR>
120 <P><UL>
121 <!--threads-->
122 <LI>Previous message: <A HREF="002587.html">[IRCServices] Wrong number of users
123 </A></li>
124 <LI>Next message: <A HREF="002589.html">[IRCServices] Deleting a nick
125 </A></li>
126 <LI> <B>Messages sorted by:</B>
127 <a href="date.html#2588">[ date ]</a>
128 <a href="thread.html#2588">[ thread ]</a>
129 <a href="subject.html#2588">[ subject ]</a>
130 <a href="author.html#2588">[ author ]</a>
131 </LI>
132 </UL>
133
134 </body></html>