]> jfr.im git - irc.git/blob - software/!RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2002/000530.html
RELEASE -> !RELEASE
[irc.git] / software / !RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2002 / 000530.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices Coding] 5.0a28 seemingly inaccurate startup warnings in log
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%205.0a28%20seemingly%20inaccurate%20startup%20warnings%20in%20log&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="000529.html">
11 <LINK REL="Next" HREF="000531.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices Coding] 5.0a28 seemingly inaccurate startup warnings in log</H1>
15 <B>Andrew Church</B>
16 <A HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%205.0a28%20seemingly%20inaccurate%20startup%20warnings%20in%20log&In-Reply-To="
17 TITLE="[IRCServices Coding] 5.0a28 seemingly inaccurate startup warnings in log">achurch at achurch.org
18 </A><BR>
19 <I>Fri Apr 12 10:55:19 PDT 2002</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="000529.html">[IRCServices Coding] Cygnus
22 </A></li>
23 <LI>Next message: <A HREF="000531.html">[IRCServices Coding] ircservices5.0a28 various
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#530">[ date ]</a>
27 <a href="thread.html#530">[ thread ]</a>
28 <a href="subject.html#530">[ subject ]</a>
29 <a href="author.html#530">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE> Thanks, fixed.
35
36 &gt;<i>After installing Services 5.0a28, I booted services, used /operserv
37 </I>&gt;<i>shutdown, then started services again.
38 </I>&gt;<i>
39 </I>&gt;&gt;<i>From that point and on all subsequent runs of Services, a number of
40 </I>&gt;<i>warnings appear in the log file from services of the format:
41 </I>&gt;<i>
42 </I>&gt;<i>IRC Services 5.0a28 starting up
43 </I>&gt;<i>database/version4: warning: autokick mismatch in extension data for channel
44 </I>&gt;<i>#admins (corrupt database?): expected 2, got 2
45 </I>&gt;<i>
46 </I>&gt;<i>As can be seen from this example, the two numbers where services thinks it
47 </I>&gt;<i>has found a problem are equal so I am not sure what services actually
48 </I>&gt;<i>thinks the problem is.
49 </I>&gt;<i>
50 </I>&gt;<i>The warning output code seems to be performing a check with one set of
51 </I>&gt;<i>parameters but reporting the error using a different set of parameters:
52 </I>&gt;<i>
53 </I>&gt;<i> if (count != ci-&gt;access_count &amp;&amp; ci != &amp;dummy_ci) {
54 </I>&gt;<i> module_log(&quot;warning: autokick mismatch in extension data&quot;
55 </I>&gt;<i> &quot; for channel %s (corrupt database?): expected&quot;
56 </I>&gt;<i> &quot; %d, got %d&quot;, ci-&gt;name, ci-&gt;akick_count, count);
57 </I>&gt;<i>
58 </I>&gt;<i>i.e. ci-&gt;access_count as used for the check is not the same variable as ci-
59 </I>&gt;&gt;<i>akick_count as used for the message output.
60 </I>&gt;<i>
61 </I>&gt;<i>--
62 </I>&gt;<i>Mark.
63 </I>&gt;<i>
64 </I>&gt;<i>
65 </I>&gt;<i>------------------------------------------------------------------
66 </I>&gt;<i>To unsubscribe or change your subscription options, visit:
67 </I>&gt;<i><A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">http://www.ircservices.za.net/mailman/listinfo/ircservices-coding</A>
68 </I>
69 --Andrew Church
70 <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">achurch at achurch.org</A>
71 <A HREF="http://achurch.org/">http://achurch.org/</A>
72
73 </PRE>
74
75 <!--endarticle-->
76 <HR>
77 <P><UL>
78 <!--threads-->
79 <LI>Previous message: <A HREF="000529.html">[IRCServices Coding] Cygnus
80 </A></li>
81 <LI>Next message: <A HREF="000531.html">[IRCServices Coding] ircservices5.0a28 various
82 </A></li>
83 <LI> <B>Messages sorted by:</B>
84 <a href="date.html#530">[ date ]</a>
85 <a href="thread.html#530">[ thread ]</a>
86 <a href="subject.html#530">[ subject ]</a>
87 <a href="author.html#530">[ author ]</a>
88 </LI>
89 </UL>
90
91 </body></html>