]> jfr.im git - irc.git/blobdiff - software/!RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2001/000020.html
RELEASE -> !RELEASE
[irc.git] / software / !RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2001 / 000020.html
diff --git a/software/!RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2001/000020.html b/software/!RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2001/000020.html
new file mode 100644 (file)
index 0000000..e16cb9b
--- /dev/null
@@ -0,0 +1,114 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+   <TITLE> [IRCServices Coding] v5.0a7 - sline module
+   </TITLE>
+   <LINK REL="Index" HREF="index.html" >
+   <LINK REL="made" HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20v5.0a7%20-%20sline%20module&In-Reply-To=3C1965A0.3000409%40pcisys.net">
+   <META NAME="robots" CONTENT="index,nofollow">
+   <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+   <LINK REL="Previous"  HREF="000011.html">
+   <LINK REL="Next"  HREF="000007.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+   <H1>[IRCServices Coding] v5.0a7 - sline module</H1>
+    <B>Mark Hetherington</B> 
+    <A HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20v5.0a7%20-%20sline%20module&In-Reply-To=3C1965A0.3000409%40pcisys.net"
+       TITLE="[IRCServices Coding] v5.0a7 - sline module">mark at mhetherington.demon.co.uk
+       </A><BR>
+    <I>Fri Dec 14 07:51:22 PST 2001</I>
+    <P><UL>
+        <LI>Previous message: <A HREF="000011.html">[IRCServices Coding] v5.0a7 - sline module
+</A></li>
+        <LI>Next message: <A HREF="000007.html">[IRCServices Coding] Version 5.0 alpha release available
+</A></li>
+         <LI> <B>Messages sorted by:</B> 
+              <a href="date.html#20">[ date ]</a>
+              <a href="thread.html#20">[ thread ]</a>
+              <a href="subject.html#20">[ subject ]</a>
+              <a href="author.html#20">[ author ]</a>
+         </LI>
+       </UL>
+    <HR>  
+<!--beginarticle-->
+<PRE>Had similar problems myself. After some digging, it seems the reason for the
+'unknown directives' is that they are stored in the table for the main
+configuration (services.conf parser init.c) rather than the module
+configuration (modules.conf parser operserv/main.c) so when parsing the
+operserv directives, the configuration parser has no access to their
+definitions. The configuration reoutine seems to ignore errors such as this
+so ultimately it should not stop services coming online, but I will result
+in those directives being ignored.
+
+Maybe the message should be altered to 'Ignored unknown directive %s' or
+'Unknown directive %s ignored'
+
+It may be a rather trivial cut/paste to address the issue but I have not
+investigated this any further at this time.
+
+The sline problem you have experienced suggests you have not loaded a
+protocol for services. Check services.conf and add in an appropriate
+LoadModule protocol/protocolname. See the comments in that section for
+information.
+
+
+Mark.
+
+&gt;<i> -----Original Message-----
+</I>&gt;<i> From: <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">ircservices-coding-admin at ircservices.za.net</A>
+</I>&gt;<i> [mailto:<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">ircservices-coding-admin at ircservices.za.net</A>]On Behalf Of Ryan
+</I>&gt;<i> Riley
+</I>&gt;<i> Sent: 14 December 2001 02:36
+</I>&gt;<i> To: <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">IRCServices-Coding at ircservices.za.net</A>
+</I>&gt;<i> Subject: [IRCServices Coding] v5.0a7 - sline module
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i> I just grabbed a copy of Alpha7 for a night of fun testing, but I've run
+</I>&gt;<i> into an issue.  I did the standard install, modified the 2 example
+</I>&gt;<i> configs to fit my needs, and I get this on startup:
+</I>&gt;<i> [<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">irc at zogg</A> bin]$ ./services -nofork
+</I>&gt;<i> [Dec 13 21:30:09 2001] Services 5.0a7 starting up
+</I>&gt;<i> [Dec 13 21:30:09 2001] modules.conf:180: Unknown directive `LogMaxUsers'
+</I>&gt;<i> [Dec 13 21:30:09 2001] modules.conf:226: Unknown directive `WallGetpass'
+</I>&gt;<i> [Dec 13 21:30:09 2001] modules.conf:233: Unknown directive `WallSetpass'
+</I>&gt;<i> [Dec 13 21:30:09 2001] modules: Unable to load module `operserv/sline':
+</I>&gt;<i> /home/irc/devel/services/bin/lib/modules/operserv/sline.so: undefined
+</I>&gt;<i> symbol: protocol_features
+</I>&gt;<i> [Dec 13 21:30:09 2001] FATAL: Error loading modules, aborting
+</I>&gt;<i>
+</I>&gt;<i> That undefined symbol error doesn't pass by me as being a good thing, so
+</I>&gt;<i> I figured I'd mention it here.
+</I>&gt;<i> I've tried commenting out all of the operserv/sline references in
+</I>&gt;<i> modules.conf, but it attempts to load it anyway.  (I haven't taken a
+</I>&gt;<i> dive into the source yet to figure out how the new module system works,
+</I>&gt;<i> so this could very well be normal.)
+</I>&gt;<i> I'm on a RedHat 7.1 machine if that makes a difference.
+</I>&gt;<i>
+</I>&gt;<i> Thanks
+</I>&gt;<i> Ryan Riley
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i> ------------------------------------------------------------------
+</I>&gt;<i> To unsubscribe or change your subscription options, visit:
+</I>&gt;<i> <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">http://www.ircservices.za.net/mailman/listinfo/ircservices-coding</A>
+</I>
+
+</PRE>
+
+<!--endarticle-->
+    <HR>
+    <P><UL>
+        <!--threads-->
+       <LI>Previous message: <A HREF="000011.html">[IRCServices Coding] v5.0a7 - sline module
+</A></li>
+       <LI>Next message: <A HREF="000007.html">[IRCServices Coding] Version 5.0 alpha release available
+</A></li>
+         <LI> <B>Messages sorted by:</B> 
+              <a href="date.html#20">[ date ]</a>
+              <a href="thread.html#20">[ thread ]</a>
+              <a href="subject.html#20">[ subject ]</a>
+              <a href="author.html#20">[ author ]</a>
+         </LI>
+       </UL>
+
+</body></html>